Menu Filter

Contact Form

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

top
Get The Code
[plain][contact_form to="mail@mail.com"]

[column size="one-half"]

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

[/column]

[column size="one-half" last="true"]

 

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

[/column]

[/contact_form][/plain]