This is awesome, and exactly what I need for the project I am currently working on. Unfortunately, I can’t get it to work. When the user submits the form, the info is stored in the freeform entry, but they are not signed up for the mailing list. :(
{exp:freeform:form form_name="register"}
<input class="input" type="text" name="email" value="” />
<input name="mailinglist[]" id="requestinfo" type="checkbox" value="default" />
{/exp:freeform:form}
I’m trying to sign the user up for the default mailing list which has the short name “default”.
Does anyone have any idea what I am doing wrong?
Thank you for all of your help!
*EDIT*
I read on another post in the forum that the current version of FreeForm has a bug that disables this feature. Does anyone know of a way to access the older versions of FreeForm?