Hi All,
Is there a way to hide a Text entry field?
Thanks a lot in advance.
jozin :confused:
Printable View
Hi All,
Is there a way to hide a Text entry field?
Thanks a lot in advance.
jozin :confused:
Correction please,
The titles should be:
How to hide a Text entry field:
jozin :blush:
Ummm, I'm not sure what you mean by "hide". Do you mean permanently or temporarily?
At the moment, the simplest way I can think of isCheersCode:<input type="hidden" name="fieldname" value="fieldvalue" />
-Jean-Loup
HTML Code:<input type="text" name="fieldname" style="visibility:hidden;display:none;" />
Hi guys,
Thanks a lot for the tip.
jozin
something like this...so it wont make a space that u dont want!HTML Code:<input type="text" name="hey" style="display:none;position:absolute;">
cheers :)