Hi,
I am trying to figure out how to edit/ user your footer template with the contact form. I’ve read through some of your support articles and other online sources with no real idea on how to complete this.
I really like the way it is now, besides I would like to add a “Company” text field.
When editing in Pro and using the ‘Contact Form 7’ plugin and using the shortcode the boxes all stay vertical and don’t really seem to mesh well. What am I missing here?
Contact Form shortcode:
[contact-form-7 id="1144" title="Contact form 1"]
Form code:
<label> Your Name (required)
[text* your-name] </label>
<label> Your Email (required)
[email* your-email] </label>
<label> Subject
[text your-subject] </label>
<label> Your Message
[textarea your-message] </label>
[submit "Send"]
Thank you!