I get this error continuously with a certain form. It doesn't save to the repository. It just errors out on Submit. There is no mention of it in the server log, either. I've seen that several other people have encountered the same error but I haven't seen a resolution yet. Anyone have any ideas?
Question
Question
An error occurred while processing your request. Please try resubmitting your data again later. [LFF2107-SubmissionError]
Replies
Hi Jamie,
The error would show if a public user submits a form and there is backend validation error. In Forms 10.2.1/10.3.0 it would not log the detailed backend validation error, and this would be improved in 10.3.1.
Still we can't confirm if this is the same error as yours. Can you try turn off backend validation on the form?
I have fixed the problem. I found that there was a Field Rule that hid a page but was marked to Save the data when it was hidden. There were fields on the page that was conditionally hidden that were required. When I changed that setting then my problems were fixed.
This was my issue as well. I had Hidden Fields that were empty in which I had set to 'Save the data when the field/section/page is hidden'.
Thank You Jamie Scott!