leoitalo
Member
Posted 1 year ago #
Ativei e configurei o wysija no meu site tudo certo, porem quando coloco meu nome e email e clico em assinar, é mostrado um alert com o codigo html da pagina. Olhei no wysija e foi confirmado a inscrição.
Ou seja, o plugin esta funcionando, porem está aparecendo esse alert para o usuário.
Atenciosamente,
Leonardo Ítalo
http://wordpress.org/extend/plugins/wysija-newsletters/
leoitalo
Member
Posted 1 year ago #
I activated and set the wysija on my site just fine, but when I put my name and email and click on sign, an alert is shown with the html code of the page. I looked in wysija and confirmed the registration.
That is, the plugin is working, but is appearing this alert to the user.
Sincerely,
Leonardo Ítalo
leoitalo
Member
Posted 1 year ago #
Resolved ... was an incompatibility problem codes. I have this code on my site and it treats all forms of the site and return with an alert.
Código:
<script type="text/javascript">
$(document).ready(function() {
$('form').ajaxForm({
success: function(resposta) {
alert(resposta);
}
});
});
</script>
Sorry for the inconvenience.
Leonardo Ítalo
Ok great happy to hear you found the solution :)