I have a form which was working before somebody made some changes I cannot identify in one of the websites I maintain, I think the configurations are fine but the subscribing process is not working.
After clicking Subscribe the user is redirected to the page address “https://mywebsite.com.br/?na=s” with just the text “Invalid” on screen.
See the form:
<div class="newsletter">
<form method="post" action="https://www.inexh.com.br/?na=s" onsubmit="return newsletter_check(this)">
<div class="newsletter-header">
<span class="newsletter-title">news</span>
<span class="newsletter-subtitle">Cadastre-se para receber notícias sobre os nossos cursos.</span>
</div>
<div class="newsletter-form">
<input placeholder="DIGITE AQUI SEU EMAIL" class="email" type="email" name="ne" required>
<input class="submit" type="submit" value="Ok">
</div>
</form>
</div>
My Newsletter plugin Status page shows all configurations green, wordpress and plugin updated to the latest versions.
The [newsletter] page exists and is selected in configurations.
I have uninstalled / installed the plugin without changes in the behaviour.
I am pulling my hair off trying to make this work again, help me please…