CodeIgniter Forums
Bootstrap Form Builder Library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Bootstrap Form Builder Library (/showthread.php?tid=73625)



Bootstrap Form Builder Library - logicdesign - 05-15-2019

Hi, 

I've just created a basic form builder library for Codeigniter 3. It generates bootstrap 4 html from a php array.

You can generate an entire form with open/close and submit tags or individual fields.

As I said - it's very basic but am planning to expand on the git repo if it's something people would like.

https://github.com/KeithBradley/Codeigniter-Form_builder


RE: Bootstrap Form Builder Library - php_rocs - 05-15-2019

@logicdesign,

Any plans to consider it for CI4?


RE: Bootstrap Form Builder Library - logicdesign - 05-15-2019

(05-15-2019, 09:34 AM)php_rocs Wrote: @logicdesign,

Any plans to consider it for CI4?

It should work in CI4 (I think). The way the library is loaded will need to change but I believe the CI methods being called all exist in V4. - Not that I've tested it on the new version!

When CI4's suitable for production I'll take another look.


RE: Bootstrap Form Builder Library - php_rocs - 05-15-2019

@logicdesign,

CI4 is on the verge of release. I would focus on that because that is where most of the focus will shift to (at least by the end of this year).