As the title says, I installed the mailing list module and used the tags provided in the users manual.
My code is as follows:
{exp:mailinglist:form list="newsletter-periodical"}
<input type="text" name="email" value="{email}" class="input" />
<input type="submit" name="send" value="Испрати" class="button" />
{/exp:mailinglist:form}It basically works, as per the successful messages I receive upon submitting. Also when I submit with the same email again it recognizes it telling me that a confirmation email is already sent, but it isn’t.
It’s so damn simple that I can’t imagine I’m making any errors :roll: