CONTACT FORM BUILDER
You can create any form you need with our contact form shortcode builder!
1.
Simple form example.
[th-contact-form subject=”From Churchope Preview”] [th-contact-field label=”Name” type=”name” required=”true” /] [th-contact-field label=”Email” type=”email” required=”true” /] [th-contact-field label=”Website” type=”url” /] [th-contact-field label=”Comment” type=”textarea” required=”true” /] [/th-contact-form][clear]
2.
Contact form with diffeerent form elements.
[th-contact-form] [th-contact-field label=”Name” type=”name” required=”true” /] [th-contact-field label=”Email” type=”email” required=”true” /] [th-contact-field label=”Website” type=”url” /][th-contact-field label=”Select option” type=”select” options=”First option,Second option” /] [th-contact-field label=”Checkbox” type=”checkbox” /] [th-contact-field label=”Radio buttons” type=”radio” options=”First option,Second option” /] [th-contact-field label=”Comment” type=”textarea” required=”true” /] [/th-contact-form]