Hi, I am trying to set up confirmation screen or show notification after form submission. I cannot add two actions “on submit”. Is there any way I can make it work? Thank you …
A confirmation screen as an onSubmit action with a form won’t work, because by that time the form data has already been submitted, so it is too late to do anything.
If you want your own confirmation screen, you would need to create a Custom Form.
1 Like
I see makes sense thank you Darren!