ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

I want to add a password like field to my web form

(1/1)

bennet:
How can I add a password like field to my contact form? I am using it as a registration form to my service.

mouser:
are you asking how to have make an input field in html which masks what you type with *** characters, or are you asking something else?

scancode:
How can I add a password like field to my contact form? I am using it as a registration form to my service.

-bennet (September 23, 2009, 04:27 PM)
--- End quote ---

Instead of using
--- Code: HTML ---<input type="text" name="user_name" /> use
--- Code: HTML ---<input type="password" name="user_password"  />

bennet:
Thanks for your suggestion. My form was made with http://www.123contactform.com and I needed a field to have "password like" text. I hope interfering with the original code won't affect its functionality.

Navigation

[0] Message Index

Go to full version