How can I add a success message to my Webflow form that says "Thank you, please check your email"?

Published on
September 22, 2023

To add a success message to your Webflow form that says "Thank you, please check your email," you can follow these steps:

  1. Select the form element in the Webflow Designer by clicking on it.
  2. In the right sidebar, click on the "Settings" tab.
  3. Under the "Actions" section, click on the "+" button to add a new action.
  4. From the dropdown menu that appears, select "Form Success."
  5. In the "Action Settings" panel that appears, you can customize the success message. In this case, you can enter "Thank you, please check your email" as the success message.
  6. Customize the appearance of the success message using the available styling options or by creating a new class and applying it to the success message element.

That's it! Your Webflow form will now display the success message "Thank you, please check your email" when the form is successfully submitted.

Note: If you're using a form submission service like Webflow's built-in form handling or a third-party service like Zapier, make sure you have properly set up the form submission settings to trigger the success message.

Additional Tips:

  • Consider using a contrasting color for the success message to make it stand out.
  • Use clear and concise language in the success message to ensure clarity for users.
  • Test the form submission process thoroughly to ensure the success message is displayed correctly.

Example code:

<div class="success-message">  <p>Thank you, please check your email</p></div>

Three additional questions:

  1. How do I customize the error message for a Webflow form?
  2. Can I add an autoresponder to my Webflow form?
  3. Is it possible to redirect the user to a specific page after form submission in Webflow?