Form

Add contact forms on your pages to receive any user emails. With 12 pre-built field types, you can create any form with Google reCAPTCHA.

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?