I want to disable an input field, but when I submit the form it should still pass the value.
Use case: I am trying to get latitude and longitude from Google Maps and wanna display it, but I don't want the user to edit it.
Is this possible?
|
I want to disable an input field, but when I submit the form it should still pass the value. Use case: I am trying to get latitude and longitude from Google Maps and wanna display it, but I don't want the user to edit it. Is this possible? |
||||
|
|
You can use the
|
|||||||||||||||
|
|
you can also use the Readonly attribute: the input is not gonna be grayed but it won't be editable
|
|||
|
|
|
Input elements have a property called
|
|||
|
|
or with jQuery
|
|||
|
|