Hi all,
When a participant user hits submit she is getting this error:
The page loads fine, it pulls in data from lookup table through a rule. We've never run into this issue so any insight would be helpful!
Thanks!
Question
Question
LF Cloud: Invalid read-only field trigger value
Answer
I've seen this before, but unfortunately I can't remember exactly what the fix was. I do remember it being something annoyingly simple though, once I figured it out anyway.
I believe it was something like the field having a default value set, as well as being filled by a lookup, so it wasn't sure which to use? I could be way off though.
How many read-only fields are on your form? It might be worth going through them one by one and seeing if they have default values, or calculations, or anything of the sort that might be contradicting your lookup rule.
Editing to add: I went back through my old messages and confirmed that I did have the same error, and the issue was having both a default value set and a value being pulled from a lookup. Hopefully it's the same in your case!
Sorry, one more edit: Re-reading my messages it might have been a default value set on a field variable that was filled in earlier in the process. So, same idea in that it was trying to overwrite itself, but not necessarily from a lookup table.
Hey Sarah! Thank you for your help! With your reply I was able to narrow down the issue. Within the form's table, I had the display options to Read-Only. I changed the columns to Previous data or new lookup data will be read-only, but user-added sets will be editable. It's odd because it's been running for a year or so with that option and it decided not to work anymore.
No problem at all, glad you got it sorted out! :)
It is strange that it worked and then didn't though, perhaps an update changed something?