CodeIgniter Form Generator
Hello Code Igniter Developers,
This one is specially for you, I started making this because I have a habit of working with WYSIWYG designers, or when I just have to dump into CodeIgniter these huge HTML Form’s that I want to transform them into CodeIgniter.
This obviously requires the Form Helper.
This is in Beta state.
When I went online, I encountered a few problems which I’ve fixed, but others might occur, specially because of the class I’m using to parse the HTML and securing it.
What does it do? How does it work?
Open the website, paste a form, or various forms, or an entire webpage worth of HTML. No problem, as long as you have an opening tag form and a closing one.
The Script will parse it and will return the form’s elements in the appropriate function of Form Helper.
Future Additions in Mind:
- + Once you paste a huge ass HTML Form, you will immediatly get the Controller’s Code for Form Validation if you so wish.
- + In the second tab of the website I’m pasting here so you can go and try this utility, there will be a Form Creation Utility, where you will add fields, and I will generate a simple Controller Form Validation response as well, but with jQuery JSON communication. (That’s after 1st part is finished).
Link to the Code Igniter – Form Generator
I’m open to suggestions, also please report in here any bugs you find.

