I need to make a text input non-editable in my HTML form. How can I achieve this?
Yes it is possible.
<input type="text" value="YourValue" class="yourclass" readonly>
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Yes it is possible.
<input type="text" value="YourValue" class="yourclass" readonly>