Bootstrap Form Pack

Last Update
29 May 2013
Regular License
$10
Extended License
$50
Sales
94

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 / newsletter / register forms are just sent and kept in database).

The pack includes 12 different Forms - Contact Form (3 forms) - Booking / Event Form (2 forms) - Attach files to mail (or attach multiple files) – new v1.1 - Upload file or multiple files (2 forms) - Newsletter subscribe form - Register form - Login form - Registration form (new 1.2) - Address form (new 1.2)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, & SafariAdd 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

Server Requirements PHP 5.3+

Updates v 1.3 New Address form v 1.2 New Registration form v 1.1 Attach files to mail (one or more)