Replies: 1 comment
-
Could you try to emit the event with no arguments? renderedForm.emit('submitDone') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this form:
When the user submits data, the message "Submission completed" with a green background doesn't stay and the button changes to the success layout and quickly goes back...
The same thing happens when I emit the submitError event.
I want the form to show a success message for the user after they submit their message, and allow them to close it. Alternatively, if there's an error, all results from my API should be shown to the user in the alert dialog.
How can I achieve this?
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions