Prevent form resubmission
-
hi, i have a simple newsletter signup form on my page generated by mailchimp plugin.
after i subscribe to the newsletter, every time that i reload the home page will appear a popup where is wrote: “Confirm form resubmission. The page that you’re looking for used information that you entered. Returning to that page might cause any action you took to be repeated. Do you want to continue?”this is the form code:
<p>Sign up for our mailing list to get latest updates and offers.</p><br /> <div class="with-icon full-width"> <input type="email" id="mc4wp_email" name="EMAIL" class="input-text full-width" placeholder="your email" /> <button type="submit" class="icon green-bg white-color"><i class="soap-icon-check"></i></button> </div> <p><br /> <label> <input name="AGREE_TO_TERMS" type="checkbox" value="1" required=""> <a href="#" target="_blank">I have read and agree to the terms & conditions</a> </label> </p>
can you give me any solution to prevent the form resubmission at any reload?
thank a lot
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Prevent form resubmission’ is closed to new replies.