Formdoid - Advance PHP Database Form Builder

Formdoid is advance PHP database form builder that generates the form directly from the database tables by writing 2-3 lines of codes only. It automatically creates form fields on the basis of the field type and field name as defined in the database table. You don’t need to write data submission code (insert/update/export) also, script handles that part also. By default, script also put validations as per the field type and manages the data submission using ajax. More Details http://demo.digitaldreamstech.com/formdoid/ Documentation http://demo.digitaldreamstech.com/formdoid/documentation/formdoid/ Function references http://demo.digitaldreamstech.com/formdoid/script/function-doc/ Code Example – Just 2-3 lines of code $formdoid = new Formdoid(); //create object of class echo $formdoid->dbTable(\"users\")->render(); //call render function for the table It’s just not another Form Builder; it creates forms from database table within seconds with database submission code so you can use them to insert/update/export data directly. All you need is to create database tables in standard format and formdoid will generate form as well as manage complete database submission operations for you. Formdoid database management part is handled using PDOModel so by using both script, you can create a complete CRUD application in few minutes. Formdoid also provides various methods of customization so that form can be easily designed as per the structure you prefer. By default, formdoid comes with bootstrap framework but you can use any template you want. Features Auto generation of insert/update forms directly from database tables Change label name, hide label Remove fields, Show particular fields, Change field type, change display order of fields easily Popup form Multistep form Export form data in pdf, xml, csv and excel Callback functions for PHP and Javascript Ajax based submission Addition of static fields like terms & condition, confirm password PHP and JS Validations Various settings and customization Field encryption for frontend Field addon, field description and tooltips Different type of template support, by default works with bootstrap Enqueue js and css Add plugins easily Many different types of fields available Multilanguage support Data binding of field from another table/ array Load dependent data on change of some field like on change of country, load states Normal, horizontal and inline form type available Add css class and various data attributes Support for rtl by adding external css Captcha support Google map support Best practices and easy to customized Login (Select) form validations Complete process – what our script does Min requirement for the script PHP Version 5.3 and above Must have write access for download folder Our other popular script Credits: Tcpdf phpExcel PHPMailerBuy and Download
Share post
You must be logged in to post a comment
Top