in case of form where one or more mandatory fields are not filled in it seems like the resulting error message is rather generic (“Beim Uebermitteln des Formulars ist ein Feher aufgetreten” / error while transmitting the form) and does not point to a missing mandatory entry.
[ERROR] forms: Error while submitting the form
Object { app: “forms”, uid: “my-user-id”, level: “1”, error: {…} }
ConsoleLogger.js:59:10
No new notification data received NotificationsApp.vue:382
Polling interval updated to 30000 NotificationsApp.vue:414
Got notification data NotificationsApp.vue:377
Polling interval updated to 30000 NotificationsApp.vue:414
$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. globals.js:60:15
Ok, I think I’m closer to the problem now. What kind of fields do you use in your form? For me I could reproduce it with checkboxes whereas text fields work fine.
Could you please head over to Github and file a new Issue with all the details? Thank you very much
Reporting the same problem and its negative impact on users who get frustrated and give up. I would appreciate knowing if the error message can be edited.
A. When a question is mandatory on a Form, there are different error messages depending on the type of question when the user OMITS one of those mandatory questions and tries to SUBMIT:
If Checkboxes or Radio button, the Form jumps to the top of the page and a notification in the upper right corner says “There was an error submitting the form.” This gives the user no indication of what to do to fix the problem.
In contrast, if the question type is Short-answer or Long text, the app helpfully jumps to the specific question whose answer is missing with a notification saying “Please fill out this field”