
Plugin Settings Page
The plugin allows you to add a feedback form or booking form to the page. The data is sent to the server via AJAX (this can be disabled using the settings and the form will be submitted as usual, with a page reload… but why do you need it?). You can flexibly personalize the form and its fields.
The form is added to a page using the Gutenberg Custom Blocks – with these blocks, the possibilities for customizing your form are greatly increased.
You can also add a form to a page using the shortcode [zu-contact] or [zu-booking].
JS script & CSS (only 4 KB minified and gzipped)carbon copy of the submitted message (configurable by settings)SMTP (Simple Mail Transfer Protocol) configurationreCAPTCHA (configurable by settings)With custom blocks for Gutenberg WordPress editor you can easily create new contact forms and customize them with great flexibility:
reCAPTCHAYou can also personalize the form by adding attributes to the shortcode:
class="my-contact-form"form="contact"subheading="My Contact Form"ajax=falserecaptcha=falserows=12message="Thanks for your hard work!"With custom subheading and without reCAPTCHA:
[zu-contact subheading=”My Contact Form” recaptcha=false]
With custom class, without AJAX and with 8 rows in textarea:
[zu-contact class=”my-contact-form” ajax=false rows=8]