Made by

Custom form validation

Write any error messages and style them.

Clone
This field is required.
Please provide a correct email.
Please say something.
Submit
Thank you!
Your submission has been received!
Oops! Something went wrong while submitting the form.

To make the form work you need to add some Custom Code before </body> tag.

You can grab the code from this page settings if you want to be able to edit it.

Or just copy and paste the script below.

Don't use both!

<!-- Form validation by Wrapp-->
<script src="https://cdn.jsdelivr.net/gh/Wrapp-dev/public-scripts@main/form-validation.min.js"></script>
  • Each required field must have its own wrapper with an error inside.
  • Don't use a native form Submit button. It can be a Text or a Div element instead.
  • You can use any Class names, but all required fields, error messages and the Submit button must have "wr-type" attributes.

    "wr-type=required-field"
    "wr-type=error"
    "wr-type=submit"
  • The form will be submitted by clicking on the submit button or pressing Enter.

Follow us for more useful stuff

Linkedin