Basic usage
Basic usage
Before opening a form please make sure that session is activated. Library is using sessions for server side form validation.
PHP-Bootstrap-Form has support for 30 form elements:
|
|
Each of HTML5 elements will fallback to textboxes in the event that the HTML5 input type isn't supported in the user's web browser.
In the example below we will create a simple login form and then will explain how it work