Contact Form Builder

You can create any form you need with our contact form shortcode builder!

To add contact form to your page simply click on contact form shortcode button, that can be found integrated in default editor panel in visual mode. After you click popup with builder will apper where you can add/remove different fields and set your email.

contact_form

Contact form builder

builder_01

Example – 1

[qd-contact-form subject=”website_test” to=”mail@queldorei.com”] [qd-contact-field label=”Name” type=”name” required=”true” /] [qd-contact-field label=”Email” type=”email” required=”true” reply=”true” /] [qd-contact-field label=”Website” type=”url” /] [qd-contact-field label=”Comment” type=”textarea” required=”true” /] [/qd-contact-form]

Example – 2

[qd-contact-form button_text=”Im done lets go!”] [qd-contact-field label=”Name” type=”name” required=”true” /] [qd-contact-field label=”Email” type=”email” required=”true” reply=”true” /] [qd-contact-field label=”Website” type=”url” /] [qd-contact-field label=”Radio” type=”radio” options=”First option,Second Option” /] [qd-contact-field label=”Drop Down” type=”select” options=”First option” /] [qd-contact-field label=”Website” type=”url” /] [qd-contact-field label=”Checkbox” type=”checkbox” /] [qd-contact-field label=”Comment” type=”textarea” required=”true” /] [/qd-contact-form]