ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

[1.0.0] Form Builder library

Open waifung0207 opened this issue 9 years ago • 1 comments

waifung0207 avatar Nov 18 '15 05:11 waifung0207

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.

h3nd1y5 avatar Mar 04 '16 08:03 h3nd1y5