Jul 4, 2001 #1 miks MIS Joined Sep 27, 2002 Messages 13 Location CH Hi guys! How can I prevent output text from displaying in the form? I tried to use hidden field but the output still displays.
Hi guys! How can I prevent output text from displaying in the form? I tried to use hidden field but the output still displays.
Jul 4, 2001 #2 khazmir Programmer Joined May 29, 2001 Messages 41 Location US If I understand you correctly, you're trying to hide the characters the user enters into your form. If so, try this: <INPUT TYPE="password" NAME="whatever"> Hope this helps. Upvote 0 Downvote
If I understand you correctly, you're trying to hide the characters the user enters into your form. If so, try this: <INPUT TYPE="password" NAME="whatever"> Hope this helps.