contact form not working

I am trying to set up a contact form on my maintenance page using the shortcode:

[contact-field label="Name" type="name" required="true" /]
[contact-field label="Email" type="email" placeholder="Your Email Address" required="true" /]
[contact-field label="Comment" type="textarea" required="true" /]
[/contact-form]

But when I open the maintenance page, all it says is [contact-form]. My site is bluedove.net if you want to take a look at what I mean.

Comments

Sign In or Register to comment.