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.
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.