Hi, is there any option/method to make the form field read only? Reason being, I have default value in the field, and do not want users to change the value.
Hi, is there any option/method to make the form field read only? Reason being, I have default value in the field, and do not want users to change the value.
Please see this post by developer David Smith:
http://www.gravityhelp.com/forums/topic/read-only-fields-1#post-51502
Here is the code:
http://pastie.org/3536412
You add a custom CSS class to any field you want to make read only, then this JavaScript snippet changes those fields to read only when the form is rendered.