Each time I try to add a Checkbox into our form, it doesn't work.
This is our form tag setup.
**********
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Your Phone (required)
[text* your-phone] </p>
<p>Your Message
[textarea your-message] </p>
<p>I am interested in:
Domains [checkbox domain]
Hosting [checkbox hosting]
<p>[submit "Send"]</p>
**********
When the page is generated, it's generated without the checkboxes.
Any ideas?