Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Your server has an incorrect setting for SERVER_NAME which is why it points the form to go to humankindly.com (without the www).

    That URL will redirect to www.humankindly.com and thus “forget” the original sign-up request. A bit too technical perhaps but you can fix it as follows:

    Add the following line to your theme its functions.php file, anywhere inside the opening <?php and closing ?> PHP brackets.

    add_filter( 'mc4wp_form_action', '__return_empty_string' );

    Or, ask your webdeveloper / webhost to set the SERVER_NAME variable to include the www. part.

    Hope that helps, good luck!

    Thread Starter svouras88

    (@svouras88)

    I added this code and the plugin works fine! Thank you. But can you tell me more about the server. I told the problem to my webdeveloper of the server and he told me that everything redirects to http://www.humankindly.com. humankindly.com, humankindly.org and http://www.humankindly.org all redirect to http://www.humankindly.com. What should he change?

    Thank you for your response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sign up not working’ is closed to new replies.