html_input
Table of contents
Returns an HTML input tag. The filter’s input will be the name
attribute for the HTML tag. The filter accepts an extra argument which is the HTML input’s type (such as text
, textarea
, checkbox
).
All extra arguments will be parsed as HTML attributes.
Note that it might be useful to use this filter in combination with the form_input_name as follows: