You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">
No description provided.
The text was updated successfully, but these errors were encountered: