Thread
:
How can I Disable a Form Field?
View Single Post
10-19-2015, 11:59 PM
#
3
smmexpertss
Registered User
Join Date: Sep 2015
Location: UK
Posts: 447
An HTML form with a disabled input field:
<form action="demo_form.asp">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname" disabled><br>
<input type="submit" value="Submit">
</form>
smmexpertss
View Public Profile
Find More Posts by smmexpertss