Contact Form Shortcode
Creating contact forms couldn’t be simpler. By inserting a shortcode (Which can be done by clicking the contact form button on your visual editor), an AJAX contact form is included on your contact page. The Thank You message is also 100% Customisable. Check out the example below.
Basic Usage
The shortcode is made by two parts, the shortcode itself that will display the form, and the contetn inside it that displays the thank you message once it is sent.
Use the attribute «to» to specify the email address the message should be sent to. Whatever goes inside the the opening and closing shortcodes will appear as your thank you message. See example:
[plain][contact_form to="youremail@domain.com"]
Your Thank you message
(Accepts Shortcodes & HTML)
[/contact_form][/plain]
The Form
Thank you.
Your message has been sent! Thank you for contacting us, we will read you rmessage and get back to you as soon as possible!
Alternatively, send an email to asdf@asdf.com
Meanwhile you can contact us here
p: +61 488 220 000
m: +61 397 755 584
a: 277 Chapel st
South Yarra VIC 3141
Australia
Get The Code
[column size="one-half"]
<h2>Thank you.</h2>
<p>Your message has been sent! Thank you for contacting us, we will read you rmessage and get back to you as soon as possible!</p>
<p>Alternatively, send an email to asdf@asdf.com</p>
[/column]
[column size="one-half" last="true"]
<h2> </h2>
<p><strong>Meanwhile you can contact us here</strong></p>
<p><strong>p:</strong> +61 488 220 000<br>
<strong>m:</strong> +61 397 755 584<br>
<strong>a:</strong> 277 Chapel st<br>
South Yarra VIC 3141<br>
Australia</p>
[/column]
[/contact_form][/plain]