KenFirch
8 years agoQrew Trainee
How to change read-only form field from code?
I have a form with a lot of signature fields. Basically the user checks a box and it populates a field with their name and date/time stamp as an electronic signature. The signature field is read-only on the form, and a rule is in place for each to act when the checkbox is changed. Works, great, except I want to reduce the number of rules and use them for other purposes. So, I added the IOL technique, which works if the signature field is not set to read-only. Is there a way to change a read-only form field from the IOL Javascript? Thanks!