Hidden field does not get id |
[eluser]Unknown[/eluser]
Long time troller first time poster. Using the form gen lib and I am having an issue, the hidden field has no ID attr. Any reason or is there an issue, or work around for this? Thx.
[eluser]Cristian Gilè[/eluser]
Hi flmike, this is a limittation of the CI form_hidden function not of formgenlib. In order to have id attribute in your hidden field you have to extends your form helper (http://ellislab.com/forums/viewthread/129280/) Code: if ( ! function_exists('form_hidden')) Now, formgenlib hidden fields work like a charm. There is a dedicated forum for formgenlib: http://ellislab.com/forums/viewthread/107861/ |
Welcome Guest, Not a member yet? Register Sign In |