• Resolved xikky

    (@xikky)


    I know there are other posts with this same problem but even after reading them and after reading all other posts I still cannot solve this problem.

    Firstly I would like to point out that even the demo page – Here is showing the same problem. After filling in the email address and/or check the checkbox and click next I get the following message:

    Enter more info before the email is sent.

    Please fill out the form on the previous page

    Now on my website, I am getting the

    Please fill out the form on the previous page

    after filling the first form, and I also notice that on pressing next on the first form, the whole page refreshes and not just the form (don’t know if this is part of the problem or not). How can I solve this?

    Any help is much appreciated! Thank you.

    http://wordpress.org/plugins/contact-form-7-multi-step-module/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having the same issue as well and I’m seeing the same error as xikky is on webheadllc’s demo page.

    I’ve tested all the versions for this plugin and the only one that actually works is v1.0. So my guess is something must have gone wrong after that.

    Thread Starter xikky

    (@xikky)

    Hey seforoth, I have fixed the issue by including the following filter in functions.php:

    `

    add_filter(‘cf7msm_force_session’, ‘__return_true’);

    Unfortunately, hasn’t worked for me. I even tried clearing cookies and everything and it still didn’t work. So I went back to v1.0 again as it’s the only one that works for me.

    Plugin Author webheadcoder

    (@webheadllc)

    Not sure why this wasn’t happening on my website before this past week, but since it is I was able to resolve it. I was checking for magic quotes, but apparently wordpress also adds slashes. Please try version 1.3.6. “Please fill out the form on the previous page” error should be fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘"Please fill out the form on the previous page" problem again.’ is closed to new replies.