EE 2.1.3
Hi,
I’m using Ee’s mailing list plugin to collect email addresses, the code works fine on all other pages, but if I try on the homepage…it doesn’t work….
I get this error:
Action Denied: Blacklisted Item Found
http://www.mysite.com
code:
{exp:mailinglist:form}
<input type="text" class="emailsub" value="Email Address" />
<input name="email" type="submit" value="Register" />
{/exp:mailinglist:form}
This works on all sub pages, but for some reason it doesn’t work on the homepage….
I think it comes down to the hidden field:
<input type="hidden" value="http://www.mysite.com" name="RET">As if I change that to http://www.mysite.com/somedirectory - using firebug then it works….
Any ideas please?