Hi! It would be nice if we had an option for disable the focus of the first input/textarea when we move to the next step, because I have steps where a select is the first field of the step. For now, I’m commenting the code that makes the focus, but like I said, it would be awesome if we can disable it from the backend. Thank you in advance!
]]>Me parece que hay une error porque cada vez que divido el formulario en pasos (Step 1, Step 2, Step 3, etc) los cambios no se guardan y cuando se recarga la página es como si nunca hubiera dividido el formulario en pasos, porque vuelve a aparecer en un solo paso.
]]>Hi,
Updating Multi Step for Contact Form 7 from 2.6.9 to 2.7.7 in my localhost environment actually broke the plugin! The sections were not shown as tabbed, but all sections were combined in a single page.
One cans see the “Next” buttons, but they are useless. So I rolled back the update and the plugin works again.
Your help is greatly appreciated.
]]>After the latest update the plugin stopped working, when I put shortcode into editor and try to save the page, getting the error “Updating failed. The response is not a valid JSON response.” and the form stopped working on the front-end, in the validation response style element coming before the actual validation JSON data causing the form to never move forward. You can see the issue on the link shared.
]]>Hello,
I got a multistep form, when I press on the “next” button, nothing happend about scrolling. If I’m on the second step and want to go back, after pressing the “prev” button, I scroll into the center of the box. In the settings, the scroll to top is disable.
Long story short, If I press on next, everything is good and I want this for the prev button as well.
What do I need to change?
Best regards,
Maurice
hi,
How many domains can I use the pro version on?
Best regards,
]]>I’m not sure what happened, but the latest update a month ago broke all of my CSS formatting. The back button text turned black instead of white, and the next button did not fit in the screen view (it was cut off on the right).
When I rolled the plugin back, all of these formatting errors were corrected.
I’m keeping the old version until there’s a fix.
]]>Hi,
I am using the block editor. When your plugin is active I cannot save any pages without getting this error:
Updating failed. The response is not a valid JSON response.
I also see this error in my apache error log:
PHP Warning: Cannot modify header information – headers already sent by (output started at /home/storm/sites/domain-com/public/wp-content/plugins/cf7-multi-step/inc/frontend/init.php:61) in /home/storm/sites/domain-com/public/wp-includes/rest-api.php on line 756′, referer: https://www.domain.com/wp-admin/post.php?post=13736&action=edit
Thanks
]]>Hi, thank you for the great plugin. One issue I’m encountering is that the success message doesn’t show up when sending a form using https://www.ads-software.com/plugins/simple-cloudflare-turnstile/ integration. Could you please take a look at this? When I disable your plugin everything works.
]]>I have a website where I use the plugin. The issue arises when I finish filling out the data; if I press the “Go” button on the virtual keyboard on a mobile device instead of the “Continue” button on the form, it takes me to the end of the flow, skipping all the steps and sending the confirmation email of the form completed successfully.
]]>Hi Team,
If I disable “wp-json”, your plugin is not working. Is there any option for that?
]]>Happy New Year 2024 to you Sir,
I don’t know if I can succeed with your plugin, to get what I want.
But I can’t know, if I don’t ask.
REQUEST
I want to create a Multi-Step or Multi Page Form, where each step is a Tab with specific Form information.
The Form will have 4 Pages, which are navigated through by Tabs, as you can see below:
1.) https://prnt.sc/_4jknpCPzf87
2.) https://prnt.sc/dNls50JiTe_4
3.) https://prnt.sc/XIS6AAnDyj10
4.) https://prnt.sc/r1Fdpi2GKpRh
When you click each Tab, it opens up a different set of information.
It means that this is a Multi Step or Multi Page Tabbed Form.
QUESTION
1.) How do I create a Form with a design like this with your plugin?
Needing to hear from you soon.
Regards.
Hi,
we are using the free version of the multi step addon. When i reload the page after second step, all my entered date is deleted.
Is there a way to keep the data when a user reloads the page? Maybe the pro version is able to hanlde this?
Best Regards
]]>Hello,
Contact-form-7 offer ability to manage the loading CSS/JS only where contact form presented, but “Multi Step for Contact Form 7” plugin unfortunately ignore this functionality. So, As result, for example, my site use CF7 on only 10 pages from 120 and Multi Steps on only 2 pages , but it’s js/css loads everywhere.
If you would change lines
add_action( ‘wp_enqueue_scripts’, cf7mls_frontend_scripts_callback ) );
add_action( ‘wp_enqueue_scripts’, ‘cf7mls_css_to_wp_head’ );
to
add_action( ‘wpcf7_enqueue_scripts’, cf7mls_frontend_scripts_callback ) );
add_action( ‘wpcf7_enqueue_scripts’, ‘cf7mls_css_to_wp_head’ );
in file inc/frontend/init.php it resolved the problem, but not completely because not all forms use multisteps. It world be better for site performance if plugin enqueued scripts and styles when it loads, say, in cf7mls_multistep_shortcode_callback().
Since WordPress 3.3 plugin can enqueued scripts and styles everywhere and if in_footer=false it happens immediately.
Please!
]]>Hello,
Next button is hidden with CSS. Why?
When we unhide it, the next is not visible either.
What’s wrong?
]]>Thank you so much for your plugin!
I’m wondering if it’s possible to have step one of the form collect the user’s name and email address, and when the “next” button is clicked, the user’s name and email address are sent to me, AND then your plugin advances the user to the other steps in the form for the final submit?
So basically, I’d like the form to submit twice.
I’m trying to avoid creating two contact forms: the first acts as an opt-in, which then redirects them to the second one, an application. I’d like the opt-in section (step 1) to flow directly to the application (the remaining steps) without the user submitting their name and email twice and filling out two forms.
I hope what I’m asking is clear, and if it is, is what I’m asking possible?
Thank you for your time!
]]>You need alternative text for the graphic: loader.svg. An external company audited our website in terms of accessibility for visually impaired people and we were unable to pass it due to the lack of alt text. Maybe we can add this attribute ourselves? – greatings!
]]>Hi,
I’m trying to setup a form with multiple pages… I receive message of each step separately? Is this a intended feature?
Is there a way to send a full message only after completing the last step?
Thanks!
Hey, I’m using plugins free version and the NEXT button is not working unless user is logged in. I see the last few topics are about the same issue, but there is no public fix so I’m making this thread.
WP version: 6.2.2
MultiStep version: 2.7.4?
Error in console:
Uncaught (in promise) Response { type: “basic”, url: “https://my-site/wp-json/contact-form-7/v1/contact-forms/313/feedback/schema”, redirected: false, status: 401, ok: false, statusText: “Unauthorized”, headers: Headers(11), body: ReadableStream, bodyUsed: false }
Response { type: “basic”, url: “https://my-site.lt/wp-json/contact-form-7/v1/contact-forms/313/refill”, redirected: false, status: 401, ok: false, statusText: “Unauthorized”, headers: Headers(11), body: ReadableStream, bodyUsed: false }
]]>Hello,
I have an issue with your Multistep Plugin. When activated it splits my page into two columns. The issue does not appear, when I deactivate the pluin. Everything is working fine – only displaying the page does not work properly.
Do you have an idea, what may cause the problem?
Thanks a lot for your help!
Best regards,
Ilonka
Hi Team,
Thanks for sharing this amazing plugin.
I have a very small issue. There is some calculation in my form. and currently calculation part is in step 2. If i submit the form , my calculated result is displayed. But currenlty if i submit the form it redirects me to step 1 with thanks message.
I need to hold the form for 1 min after submission, so that my calculated result field is displayed. after that form shows thanks message and sent an email.
You can see the form here: https://warfarindosingindia.com/
Dear,
The plugin works great but there is a compatibility issue when using WoodMart theme. Please do the following test :
What will happen? The error message shown at the bottom of the screen will not appear with the right layout foreseen by WoodMart. This layout from WoodMart works perfectly well for everything else (WooCommerce, WPBakery…) but not for your theme.
Can you check what is going wrong?
Issue can be checked on dev site, click here.
]]>The next and previous button text need to change text but can’t seem to find anything that tells me how. I can only change style a bit with additional css in the theme and the theme css editor itself.
.wpcf7 input[type=”submit”],
.wpcf7 input[type=”button”]
Seem to be the only ones I can identify. what are the next and previous button types?
]]>Hi! I have the same issue as others, CF7 multistep NEXT button does not work unless when I’m logged in.
WP version: 6.2.2
Multi Step for Contact Form 7 Version 2.7.4.2
Contact Form 7 Version 5.7.7?
Hi,
Contact form 7 multi-page next button is not working without log in.
I have tried disabling other plugins and theme but still the same issue.
]]>On the current version of CF7 multistep the NEXT button does not work – error in the console is: ReferenceError: Can’t find variable: next_clicked
This error does NOT occur if I am logged into the website and the form works as expected (as it did in the past).
WP version: 6.2.2
Multi Step for Contact Form 7 Version 2.7.4.2
Contact Form 7 Version 5.7.7?
Hello there.
I am using your Multi Step for Contact Form 7 (Lite) plugin for one of my websites. The form gets submitted, HTTP request looks fine, but I do not receive the email.
I have other forms (not multistep) in the website and the emails are received.
I have the following plugins installed related to CF7 (all up to date):
I also have a file upload in the form but I tested the form with or without the file input and it’s still not sending the email.
Looking forward to hearing from you. Thanks!
]]>Hey There,
we’re using the newest versions of multi-step, cf7 and wordpress. It all worked fine for about three months, but yesterday we figured out, that the plugin isn’t working anymore and runs into a 500 (Internal Server Error) when the “Next Button” is clicked.
First i thought the issue is related to one of our caching settings, but even disabling the entire W3 Total Cache Plugin doesn’t fix the problem.
We planed on adding WAY MORE Multi-Step-Forms to our site and invest into the Pro-Version of your Plugin. So i hope you can help me on this.
]]>I want to disable the scrolling which happens after the feilds are validated and it is scrolled to the validation message.
]]>Hello is this possible to have an auto save every step ?
Thank’s a lot for your answer!
]]>