Contact Form Builder

CONTACT FORM BUILDER

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

1.


Simple form example.


[contact-form subject=”From Churchope Preview”] [contact-field label=”Name” type=”name” required=”true” /] [contact-field label=”Email” type=”email” required=”true” /] [contact-field label=”Website” type=”url” /] [contact-field label=”Comment” type=”textarea” required=”true” /] [/contact-form][clear]

2.


Contact form with diffeerent form elements.


[contact-form] [contact-field label=”Name” type=”name” required=”true” /] [contact-field label=”Email” type=”email” required=”true” /] [contact-field label=”Website” type=”url” /][contact-field label=”Select option” type=”select” options=”First option,Second option” /] [contact-field label=”Checkbox” type=”checkbox” /] [contact-field label=”Radio buttons” type=”radio” options=”First option,Second option” /] [contact-field label=”Comment” type=”textarea” required=”true” /] [/contact-form]