• Hi there,

    I setup a local multi-step form and it was working fine, as expected.

    However when I move the site to a live environment, i get a ‘too many redirects’ error at the first step..

    Any ideas why this may be?

    FYI: I am using the same URL for the local and live dev environments. Could this be apart of the cause?

    J

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jakus

    (@jakus)

    To add to this, I thought it might be a cookies issue, so i added the following line to my functions file:

    add_filter('cf7msm_force_session', '__return_true');

    Now I am receiving the following PHP errors:

    Cannot modify header information - headers already sent by (output started at /public_html/dev/wp-includes/plugin.php:235) in /public_html/dev/wp-content/plugins/contact-form-7-multi-step-module/contact-form-7-multi-step-module.php on line 110

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /public_html/dev/wp-includes/plugin.php:235) in /public_html/dev/wp-content/plugins/contact-form-7-multi-step-module/contact-form-7-multi-step-module.php on line 114

    Please advise.

    • This reply was modified 8 years, 2 months ago by jakus.
    Thread Starter jakus

    (@jakus)

    This appears to be a conflict with iThemes security, when I disable iThemes the multisteps work as expected..

    Do you have any suggestions for making this plugin play nice with iThemes?

    Cheers.

    Plugin Author webheadcoder

    (@webheadllc)

    Sorry, i’m not familiar with iThemes security.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form works Locally, not live.’ is closed to new replies.