You are viewing limited content. For full access, please sign in.

Discussion

Discussion

Javascript values not saving to field variables

posted on June 30, 2021

I'm currently developing a form and running into the issue with Forms where I write a value to a read only field, this is displaying on the form, but on save the variable is not populated.

Has anyone else found a workaround for this.

I have tried removing the read only status writing to the field triggering a change on that field then marking the field as read only.

I have also noted that read only variables which are populated are also not shown in the variable management when the form has been submitted.

0 0
replied on June 30, 2021

If the field is marked read-only, even if you try to use Javascript to insert a value, the form will not accept it. This will work if you uncheck the read-only option on the form side and instead use Javascript to make the field read-only. 

2 0
replied on July 8, 2021

Perfect this worked exactly as I needed!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.