Is it possible to set a field as read only based on a value of another field? The conditional logic shows only that a field can be set as visible. But in our use case the field should always be visible - but just read only in some cases - based on an invisible field.
It really depends on your situation. If you're referring to when an edit entry form is displayed you can potentially use frm_setup_edit_fields_vars/. If, however, the value can change after the form is displayed or you're referring to a new entry form you'll need to use jQuery.
Please login or Register to submit your answer