ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
[1.0.0] Form Builder library
Hi,@waifung0207 First, thank you for your awesome work in this project. I have a problem, how to use field_hidden? i have try using this
field_hidden('price','5'); ?>the output input type="hidden" name="id" value="price"> input type="hidden" name="name" value="price"> and i want output like this input type="hidden" name="price" value="5">
Thanks.