Title: Disable the Double Post Warning
Last modified: November 28, 2020

---

# Disable the Double Post Warning

 *  Resolved [pollardd](https://wordpress.org/support/users/pollardd/)
 * (@pollardd)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disable-the-double-post-warning/)
 * I wish to use this as a COVID-19 visitor register.
    It seems to do everything
   I need. One problem I have run into is it does not let me create multiple entries
   with the same details. For example if a visitor calls twice I get the Double 
   Post Error Message.
 * How can I disable this so a user can create multiple entries.
    I assume this 
   is validating on email address?
 * Otherwise this is looking great.
 * Thanks
    David

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disable-the-double-post-warning/#post-13719356)
 * Hi Pollard,
    I think you can just add this code to your functions.php of your
   theme:
 * `remove_filter( 'gwolle_gb_new_entry_frontend', 'gwolle_gb_check_double_entry');`
 * I do think this code in the theme will be run after the plugin is loaded, so 
   it should have the right timing.
    Let me know how it works for you. I tested 
   it here, and it works for me.
 *  Thread Starter [pollardd](https://wordpress.org/support/users/pollardd/)
 * (@pollardd)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disable-the-double-post-warning/#post-13720848)
 * Hi Marcel,
    That worked very well. Strange when I copied the code out of my email
   and posted it into my functions.php file WordPress completely failed to load 
   anything. When I copied the code from the forum post and pasted it worked perfectly.
 * Thanks very much for your quick assistance. This is a very versatile little program.
 * I have another question but I’ll create a separate post to make them more easily
   searchable to other people.
 * Thanks
    David
 *  Thread Starter [pollardd](https://wordpress.org/support/users/pollardd/)
 * (@pollardd)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/disable-the-double-post-warning/#post-13720875)
 * Forgot to mark this as solved 🙂

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

The topic ‘Disable the Double Post Warning’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

## Tags

 * [remove filter](https://wordpress.org/support/topic-tag/remove-filter/)

 * 3 replies
 * 2 participants
 * Last reply from: [pollardd](https://wordpress.org/support/users/pollardd/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/disable-the-double-post-warning/#post-13720875)
 * Status: resolved