darrel
Thu 1 October 2009, 12:34 am GMT +0200
How can I add a password like field to my contact form? I am using it as a registration form to my service.
Nikolas
Thu 1 October 2009, 09:14 am GMT +0200
You mean like this?
<input type="password" />
darrel
Fri 2 October 2009, 12:13 pm GMT +0200
Yep, exactly like that. I have a form made with 123ContactForm and thought about altering their code by hand.... but I just noticed they have such an option. thanks anyway.
muqtada123
Mon 12 October 2009, 10:10 pm GMT +0200
I think you are asking for txtpassword = *******
nashir
Thu 3 February 2011, 06:25 am GMT +0100
Thanks for your posting. Can you talk about this.
<form>
Password: <input type="password" name="pwd" />
</form>
jeffreylee
Tue 5 April 2011, 07:48 pm GMT +0200
use follow code for your form
<input type="password" name="pwd" />
dianna
Sat 27 August 2011, 01:51 pm GMT +0200
Lets the browser know its a password field and the field before is assumed an ID field so that a user can save the ID and password combo using the browsers built in method