I have html which is something like, not exactly like this, but just to give you an idea.
<input type="text" disabled="disabled" name="ip" />
<input type="text" name="name" />
<input type="text" name="email" />
<input type="submit" value="send" />
How to restrict special characters from using in only name field? I want only alphanumeric in name field.
Can you please help me do this?
Thanks in advance