I added this to the form:
<label><input type=”checkbox” name=”mc4wp-try-subscribe” value=”1″ /> Subscribe to our newsletter?</label>
and it works fine and adds the registrant to the mailing list.
The backend settings are set to “pre-check the checkbox”
But, when I add this to the form instead:
<label><input type=”checkbox” name=”mc4wp-try-subscribe” value=”1″ checked/> Subscribe to our newsletter?</label>
the registrant is not added to my mailing list. Any thoughts on how to add a pre-checked checkbox to a third party plugin?
Thanks