Hi, i can make a hidden Field by:
form = SQLFORM.factory(Field("field_name", type="hidden",
default="Off"))
Now the Form is hidden, but the Fieldname is still there, how can I
hide this?
THX
Hi, i can make a hidden Field by:
form = SQLFORM.factory(Field("field_name", type="hidden",
default="Off"))
Now the Form is hidden, but the Fieldname is still there, how can I
hide this?
THX