I’m trying to use the mailing list and my list table isn’t updating.
I initially tried with the standard mailing list tags, couldn’t get that to work so I then switched to freeform.
I do receive an email with the opt-in confirmation link but when I click it, it just takes me to my home page.
What could I missing?
Here’s an example of my code.
{exp:freeform:form return="members/edit-profile" mailinglist="stay-informed" }
<h4><label for="newsletteremail">Stay Informed</label></h4>
<p> Receive the latest my company Alerts in your inbox.<br />
<div><br />
<input id="newsletteremail" type="text" name="email" value="{email}" /><br />
<input type="submit" value="submit" /><br />
</div><br />
{/exp:freeform:form}thanks,
brian