Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kevin Vess

    (@kevinvess)

    This seems to be an AJAX / REST API issue.

    Force Login 5.0 or greater restricts access to the REST API for authorized users only. To allow the REST API to be publicly accessible again, try adding one of the following code snippets to your functions.php file:

    add_filter( 'rest_authentication_errors', '__return_true' );
    

    OR

    remove_filter( 'rest_authentication_errors', 'v_forcelogin_rest_access', 99 );
    

    Also, check out this support topic about Force Login and Contact Form 7.

    Thread Starter bacherprepress

    (@bacherprepress)

    Hi Kevin

    Yes, that did the Trick.

    Thanks for your helpful support.
    i’ve donated a couple of coffes.

    Christoph

    Plugin Author Kevin Vess

    (@kevinvess)

    Thanks! That is much appreciated!

    I’m glad you got it working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin blocks a contact form’ is closed to new replies.