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
- Host: GitHub
- URL: https://github.com/mevdschee/bootstrap-fluid-form
- Owner: mevdschee
- Created: 2015-05-23T11:19:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T22:35:23.000Z (over 10 years ago)
- Last Synced: 2024-10-05T21:41:59.084Z (over 1 year ago)
- Language: PHP
- Size: 195 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/