Title: Not found, error 404
Last modified: August 22, 2016

---

# Not found, error 404

 *  Resolved [lbrzegowy](https://wordpress.org/support/users/lbrzegowy/)
 * (@lbrzegowy)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/not-found-error-404-412/)
 * Hi there, Brandon.
 * I’m using the Studio Press Sparkle theme with Mailchimp and keep getting the 
   same error message when I try to sign myself up. The message says, “The page 
   you are looking for no longer exists.”
 * This is the code I’ve put into the form action spot:
    yourlifeinfullcolor.us9.
   list-manage.com/subscribe/post?u=de4feca9140ad98c9bd5f91b3&id=22503aa5d8
 * My site is yourlifeinfullcolor.com.
 * Do you have any tips that will help me get my optin up and running, please?
 * Thanks!
 * [https://wordpress.org/plugins/genesis-enews-extended/](https://wordpress.org/plugins/genesis-enews-extended/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 6 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480052)
 * Howdy,
 * It looks like everything is working on your site now—is that what you’re seeing
   too?
 * Cheers!
 *  [rmkahler](https://wordpress.org/support/users/rmkahler/)
 * (@rmkahler)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480133)
 * 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
 *  [rmkahler](https://wordpress.org/support/users/rmkahler/)
 * (@rmkahler)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480134)
 * 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](https://wordpress.org/support/users/lizschneider/)
 * (@lizschneider)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480191)
 * 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 &amp, 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](http://lstest.lizschneider.net/?page_id=27)
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480195)
 * Are you still having issues? The form appears to be working for me.
 * Cheers!
 *  [Liz](https://wordpress.org/support/users/lizschneider/)
 * (@lizschneider)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480196)
 * 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](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?
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480197)
 * 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](http://domain),
   [https://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](https://cloudup.com/c_2DcDFBvoA)
 * Cheers and thanks for dropping by my site!
 *  [Terezie](https://wordpress.org/support/users/terezie/)
 * (@terezie)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480199)
 * 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. 🙂
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 2 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480206)
 * 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!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Not found, error 404’ is closed to new replies.

 * ![](https://ps.w.org/genesis-enews-extended/assets/icon.svg?rev=3508279)
 * [Genesis eNews Extended](https://wordpress.org/plugins/genesis-enews-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-enews-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-enews-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-enews-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-enews-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-enews-extended/reviews/)

## Tags

 * [error 404](https://wordpress.org/support/topic-tag/error-404/)

 * 9 replies
 * 5 participants
 * Last reply from: [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/not-found-error-404-412/#post-5480206)
 * Status: resolved