Pop-up Error message
AnsweredThis is a way to add a step to this that if there is an error, any error in the form, to have a message notification that displays the same way. Currently, if there is an error it just shows in small red letters under the field that was left blank or whichever field has the error. We would like a notification pop up with the message, "Error, Request not saved. Please ensure all values were entered correctly."
Currently, set up on my Skybow form, is a Save button that executes a script, after the script runs the form closes:
alert("Your registration has been submitted successfully.");
-
Hi Maria
If you have this request we recommend to make the errors more present with the Styling functionality in Modern Forms. Styling & Conditional Formatting introduction
Adjust the styling of the Error message below the input fields to your needs (i.e. make larger):And style the input field itself and the control containing the invalid input field (section, tab, etc.). There is an article about Styling & Conditional Formatting with this example described:
For example, you can add the Error Style template on the tab to visualize the error of an inside field containing no valid value. In this case the new placeholder [[Field.Isinvalid]] can be used.For sure you can enhance your form by showing more feedback messages to the user. Therefore I would suggest the Show a message action with a condition before the Save Form action (or use the Condition control). You can check with Expressions whatever you want: empty values or the .Isinvalid property per input field. Basing on the result you can show the message or save the form.
0
Please sign in to leave a comment.
Comments
1 comment