Hi, I'm trying to create an order form for t-shirts our nonprofit organization made.
I can edit the form in WordPress just fine, but it doesn't show up on the page.
The page is http://watertownmusic.org/t-shirts/
this was the html
<p style="text-align: left;">[contact-form] [contact-form subject="Friends of Watertown Music T-shirts" to="kwsmeltzer@gmail.com"] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Phone" type="text" required="true" /] [contact-field label="Student name" type="name" required="true" /] [contact-field label="School" type="text" required="true" /] [contact-field label="Grade" type="text" /] [contact-field label="Teacher / Classroom" type="text" /] [contact-field label="Payment method" type="radio" options="Cash,Check" /] [contact-field label="Item 1 - Type" type="select" options="Fitted tee,Boxy tee,Long-sleeve tee" /] [contact-field label="Item 1 - Youth or Adult" type="radio" options="Youth,Adult" /] [contact-field label="Item 1 - Size" type="select" options="XS (youth only),S,M,L,XL,2XL (adult only)" /] [contact-field label="Item 2 - Type" type="select" options="Fitted tee,Boxy tee,Long-sleeve tee" /] [contact-field label="Item 2 - Youth or Adult" type="radio" options="Youth,Adult" /] [contact-field label="Item 2 - Size" type="select" options="XS (youth only),S,M,L,XL,2XL (adult only)" /] [contact-field label="More tees? Give us the details here!" type="textarea" /] [/contact-form]</p>
The blog I need help with is watertownmusic.org.