Form

The Form block builds a contact form inside the editor and emails you what visitors send. Twelve field types are registered as their own blocks, so a form is assembled the same way a page is, by inserting the fields you need in the order you want them. Google reCAPTCHA is built in, and a successful submission can show a message or send the visitor to another page.

First
Last
This is description, that may contain bold, italic and all other inline formatting.

Block options

  • Send Email
  • Confirmation Message / Redirect URL
  • Google reCaptcha

Form fields

There is a set of registered blocks used as form fields:

  • Text
  • Textarea
  • Email
  • Name
  • Select
  • Checkbox
  • Radio
  • Number
  • Date
  • Phone
  • URL
  • Hidden

Validation

Provide valuable, actionable feedback to your users with HTML5 form validation via browser default behaviors and JavaScript.

All fields have an option named Required; once enabled, it will be used in the validation process.

Hide reCaptcha Badge

When you activate the reCaptcha option, the badge will appear on the page. To hide it, you can use the following custom CSS:

.grecaptcha-badge { 
  visibility: hidden;
}
Was this page helpful?