Good morning,
I have a form that I need to make read-only. For all fields, I do it via the following php code:
$values['read_only'] = 1;
Unfortunately, this does not work with the "Repeater", how to set the fields of a "Repeater" to read only?
THANKS
I created a simple case and it works fine for me, so I'm guessing that you're setting the repeater field to read-only, rather than the field(s) inside the repeater. For example, my repeater field is 497 and my field inside the repeater is 499. I set "$values['read_only'] = 1;" for 499, not 497.
Please login or Register to submit your answer