Jul 4, 2001 #1 miks MIS Sep 27, 2002 13 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 May 29, 2001 41 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.