WordPress Version 3.2.1
Contact Form 7 Version 2.4.6
I'm trying to customize the display of CF7 forms on my site. To do that, I need to insert custom tags.
In the "form", I put the following:
<h4>Contact us</h4>
<div class="form-content">
<p>Full name *<br />
[text* your-name] </p>
<p>Email *<br />
[email* your-email] </p>
<p>Subject<br />
[text your-subject] </p>
<p>Message<br />
[textarea your-message] </p>
<p>[submit "Send"]</p>
</div>
EDIT: The problem got resolved. I was using a wrong shortcode.