开发者

Aweber Wordpress Widget Wont work

开发者 https://www.devze.com 2023-04-09 17:21 出处:网络
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:

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>
0

精彩评论

暂无评论...
验证码 换一张
取 消