Howdy,
It looks like everything is working on your site now—is that what you’re seeing too?
Cheers!
I am having this same exact problem. lbrzegowy, did you ever figure out what the problem was? How did you fix it? Thanks in advance!
site: coquinae.com
Ah, got it to work. For those of you who are having issues, I solved the issue by first deleting the “amp;” in the URL, then making sure I was editing the correct widget (I have two on the site… I was editing one and entering the info in another…. DUH). Thanks for an awesome plugin, Brandon!
Liz
(@lizschneider)
I’m having this issue too, and even when removing the “amp” in the middle of form action, I still get error message.
I’ve removed the preceding quotes and added them back.
Removed the amp and left the &,
removed both &, removed <form action=
This is form action code:
“//domainname.us7.list-manage.com/subscribe/post?u=7fa30485c1cac1b4de7dc7a28&;id=6ddfb00fac”
If I place the code into a text widget, it works fine. It is only in using the plugin that I have the issue. The item in the right footer is using the enews plugin
http://lstest.lizschneider.net/?page_id=27
Are you still having issues? The form appears to be working for me.
Cheers!
Liz
(@lizschneider)
Yes, it is now working when I insert the form action as //domainname.xxxxx Also just saw the Carrie Dils documentation on your site, I honestly didn’t know that such tutorials were available. Though her doc says to insert the action including http://domainname.xxx, and that did not work for me.
Working on another site that uses some other type of mailing list system and had hidden items, given to me as:
<input type=’hidden’ name=’subscription_type’ value=’E’>
<input type=’hidden’ name=’tracking_tag’ value=’clc’>
<input type=’hidden’ name=’id’ value=’1′>
<input type=’hidden’ name=’extra_ar’ value=”>
What format those hidden items be added to the hidden field? Do I have to remove parts of what is written above?
For the form action field, when you have code that includes <form action="WHATEVER-IS-BETWEEN-THESE-QUOTES" method="get" other-random-things="yadda-yadda>
The plugin, basically, mimics the same form submission process that the native forms would have done. The difference between http://domain, https://domain, and //domain is that the first two will submit is exactly for the insecure http and secure https protocols while the last one would submit it to match the protocol of the page the form is on (in other words, submit it via https if the form is on a https page or http if on a http page).
For the hidden fields, put the whole block like that in there. There is enough variety in what could be needed that trying to extract out bits would be more problematic than it is worth. To confirm, this is how it should look: https://cloudup.com/c_2DcDFBvoA
Cheers and thanks for dropping by my site!
Hi Brandon,
Im having exactly the same problem- NOT FOUND, ERROR 404
The page you are looking for no longer exists. Perhaps you can return back to the site’s homepage and see if you can find what you are looking for. Or, you can try finding it by using the search form below.
I’m using Genesis/ Foodie Pro, the code I’ve put into the Form Action:
glutenfreeterezie.us5.list-manage.com/subscribe/post?u=66d7aaa3ea2e3b6b16fcbc8bd&id=84c3294d71
I’ve read the above posts but quite frankly I’m hopeless…
Thanks so much for your help/ tips! I am technically retarded. 🙂
Can you add the http:// or https:// at the beginning of the form URL? You’d need to include the entire URL, including the protocol, else browsers thinks it is a file on your server it should grab, instead of going out to MailChimp.
Cheers!