How can I send the user to a different page on Mailing List form submission other then the default EE page?
I can’t see any help on the module page
This is the current code I’m using:
{exp:mailinglist:form list="lipstick_curls_newsletter"}
<input type="text" name="email" placeholder="Email Address" />
<input type="submit" value="Subscribe" />
{/exp:mailinglist:form}