KwesForms V2 is finally here and it's game changing! Try it now.
Home How it Works Components Validation Spam Cloud Emails Data Security Pricing Docs API Docs FAQ Sign In Try It Free

Form Messages Bronze Plan


Success Message

To override the default success message use the success-message attribute on your <form> tag.

<form method="POST" success-message="Good Job!">
    ...
</form>

Error Message

To override the default error message use the error-message attribute on your <form> tag.

<form method="POST" error-message="Oops! Your form has errors.">
    ...
</form>