Ready-to-use Bootstrap Form Pack for your php website!
You can use it in any website in a quick, easy & flexible way.
All the forms can be sent to email address or be recorded in a database (login and register forms are just sent and kept in database).
The pack includes 10 different Forms
– Contact Form (3 forms)
– Booking / Event Form (2 forms)
– Upload file (2 forms)
– Newsletter subscribe form
– Register form
– Login form
Main features:
– Easy to add new input box, if you add any new field it will work automatically
– Email sending
– Upload files
– MySql email registration, auto installation mysql table
– Make a copy of email sent for the customer
– Validation of fields with jquery validate engine
– Easy to use and setup
– Token antispam, block spam robots
– Easy customization
– Customisable email subject
– Responsive design, Bootstrap framework
– Automatically adapts to your css file (Bootstrap)
– PHP OOP (no OOP knowledge required)
– Can be easily embedded into a PHP page
– Compatible with Firefox, IE, Chrome, Opera, & Safari
Add custom fields
In this example Im going to add a new simple text field
<input type="text" id="name" name="name" />
If you want to be required field only add class “validate[required]”
<input type="text" id="name" name="name" class="validate[required]" />
You can validate emails, numbers, only letters, phone, url, IP & dates.
(more info in help file)
Live demo
You can view a demo installation: Live Demo