No errors are found in the console at any step.
I did look the plugin code and I found that on the file cf7msm.js:
// hide the form on final multi-step form
$(‘#’ + e.detail.unitTag + ‘ form’).children().not(‘div.wpcf7-response-output’).hide();
If I remove that line, it works
I found a Jquery line that hides the send message on every step and after that when the form is finally submitted there is another line that hides all the children inside the form.
I have the same issue.
When the form is submitted, css changes and it get a display:none and hides everything, it just show a blank page.
Everything else works, but not the message
Any ideas on how to fix that??or what could be the issue?