SyntaxFix
Write A Post
Hire A Developer
Questions
Here you have example how to set the readonly attribute:
<form action="demo_form.asp">_x000D_ Country: <input type="text" name="country" value="Norway" readonly><br>_x000D_ <input type="submit" value="Submit">_x000D_ </form>