Hi
I'm new to custom contact 7 & I want to use form tags to split my form into columns. I tried following the doc & added the tags below to my page content but it didn't parse the tags & they just appeared as browser text .... so I'm sure I'm missing something simple but just can't seem to find the ans. in the docs.
Can someone please tell me what I'm doing wrong?
<table>
<tr>
<td>Your Name (required)
[text* name]
</td>
<td>
Your Email (required)
[email* your-email "yourmail@example.com"]
</td></tr>
<tr>
<td colspan="2">[submit "Send"]</td>
</tr>
</table>