How to show confirmation after Form inputs Submitted?

I’ve got three input fields with a button. The button POSTs the input field data to Sendgrid.

When the button is clicked I want to replace the inputs with a message saying e.g. “Your form was submitted successfully”. If that’s not possible I’d like to show a confirmation message.

It’s not obvious how to do that in Adalo’s UI. Am I missing something here?

I don’t think there’s a way to replace form inputs on click, but here’s my suggestion for a confirmation message:

  1. Create a new modal screen that says “Your form was submitted successfully.”

  2. On your form submit button, add an action after the POST action that links to the modal screen/popup.

  3. Link the OK button on the modal screen to the next screen you want to send the user to.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.