An open API service indexing awesome lists of open source software.

https://github.com/mevdschee/bootstrap-fluid-form

A fluid web form showcase using Bootstrap and vanilla PHP
https://github.com/mevdschee/bootstrap-fluid-form

Last synced: 5 months ago
JSON representation

A fluid web form showcase using Bootstrap and vanilla PHP

Awesome Lists containing this project

README

          

# bootstrap-fluid-form

A fluid web form showcase using Bootstrap and vanilla PHP.

In this demo, you see a form that responds to input after entering it. It handles field validation and required fields.

## Installation

```
git clone https://github.com/mevdschee/bootstrap-fluid-form.git
cd bootstrap-fluid-form
php -S localhost:8888
gnome-open http://localhost:8888
```

see: http://www.leaseweblabs.com/2015/05/fluid-web-forms-using-ajax/