HTML5 form input types in CodeIgniter


Having made the switch over to HTML5 and now beginning to work with CodeIgniter, I found it useful to create a helper file providing the HTML5 input types and allowing them to be called in the same manner as the older input types.

To use this, download the file and unzip it to your application/helpers folder. Then when you load the form helper, these functions will also be loaded.

MY_form_helper.php


Leave a Reply

Your email address will not be published. Required fields are marked *