I’ve used freeform for a simple mailing list sign up form and it works great, except that the mailing list subscription does not happen.
I’m using the following form tag:
{exp:freeform:form form_name="list" form_id="formList" required="name|email" return="site/thanks-list" mailinglist="default" mailinglist_opt_in="yes"}
This results in the following code appearing in my form html:
<input type="hidden" name="mailinglist[]" value="1" />
I have tried setting mailinglist_opt_in to no and leaving it out completely.
I’ve also tried using a hidden form field with name mailinglist[] and value default instead.
I cannot for the life of me see what’s going wrong, but I’m hoping I’m just doing something stupid!?
The standard EE mailing list sign up form is working, and I only have the one mailing list with short name default.
I need to use Freeform instead of the standard mailing list form, because I want to collect more info.
I am using EE 1.6.7 (personal) and Freeform 2.7.2.
Any help on this would be greatly appreciated.
Thanks,
Janine.
