Aweber Wordpress Widget Wont work
Im using the Aweber Wordpress plugin and every time I try to hit the submit button on the form, all it does is refresh the page without actually submitting. The form is supposed to behave like this:
http://forms.awe开发者_运维知识库ber.com/form/01/2069621401.html
however, when you check the form on my site, which is here:
http://acnecuresite.com
you will see what im talking about.
Can anyone help me fix this thing? It has to be in the widge
From the looks of it you're not wrapping your form propery with the <form>
wrapper. Try wrapping your form on the widget properly so it includes its proper markup, i.e.
<form action="http://www.aweber.com/scripts/addlead.pl" class="af-form-wrapper" method="post">
....
</form>
精彩评论