I find a solution for this problem, I’m not sure if this will affect anything else but now it works for me 🙂 It FIX the problem for the LAST STEP of the contact form
1…open the file:
/public_html/wp-content/plugins/contact-form-7-multi-step-module/contact-form-7-multi-step-module.php
2…change these two lines:
cf7msm_remove(‘step’);
cf7msm_remove(‘cf7msm_posted_data’);
to
//cf7msm_remove(‘step’);
//cf7msm_remove(‘cf7msm_posted_data’);
I find a solution for this problem, I’m not sure if this will affect anything else but now it works for me 🙂 It FIX the problem for the LAST STEP of the contact form
1…open the file:
/public_html/wp-content/plugins/contact-form-7-multi-step-module/contact-form-7-multi-step-module.php
2…change these two lines:
cf7msm_remove(‘step’);
cf7msm_remove(‘cf7msm_posted_data’);
to
//cf7msm_remove(‘step’);
//cf7msm_remove(‘cf7msm_posted_data’);