Now I want to use the same field in step 2 (full address form) and prefill it with the value from step 1. This should be possible, right?
]]>I’m having this issue where the multipart form is not working good but I don’t know why.
I’ve created two different multipart forms in a popup, one of them is working good but the other one doesn’t show the form by steps.
The good one: https://drive.google.com/file/d/1tmL_to9qG-NxW35x5kb3h2mKFgxxrpTQ/view?usp=sharing
The bad one: https://drive.google.com/file/d/1yuL0AMY4LoHdW-7CTqwdOWmOtD6zIIez/view?usp=sharing
I don’t understand why this is happening since I’ve used the same template; the template is from ElementsKit.
The website I need help with is : https://digital-foodies.com , section ‘Servicios’ -> black and red buttons (Pedir consultoria gratis & Gratuito con el Kit digital’)
Thank you so much.
]]>add_filter(‘vsz_cf7_unwanted_form_data_submission’,’vsz_restrict_form_data_submission’)
And I was trying to make it so that it would not save certain data.
Everything was working just fine beforehand, but then when I try to go to the next multiform it asks to fill out the previous form.
I rolled back the code I changed, put yesterday’s backup in the database and cleared all cookies, but it still gave the same error.
Can anyone help me out? I’m out of ideas.
i’m loading a different Multi Step Form based on user choice.
If i inject form code via javascript with the jquery .html() function, the multi step plugin does not work correctly: it shows “back” and “next” button together: the next button works, but when the form goes to the second page, the “back” button does nothing.
Thank you for your help
]]>Thanks for the great plugin.
I have only one method of payment and it seem I’m stock to it for long as PayPal does not support all the features on my country, anyway the multistep from will direct the member to an external PayPal page on a redirect page. I wish if there a way to make this page opens on the same page of the form as shadow box maybe or as a pop-up.
Is there a function command for this or maybe a CSS?
Thanks
]]>Thanks in advanced.
]]>They went from displaying the values from the previous pages, to just displaying things like [multiform “doc-name”] on the page.
Any help would be great full.
]]>On page 2 of my form I have a [multiform]-field that is showing the value entered on page 2 like this: [multiform “volwassenen”]
The field on page 1: [number* volwassenen min:1 max:6]
This works, but I have to be able to get a name, id or class in js on page two of this field. Is there any way how? I tried document.getElementsByName, document.getElementById and document.getElementByClass in js and id:volwassenen, class:volwassenen and also html_id=”volwassenen” etc on both fields, but nothing seems to work.
Thanks in advance for your help!
]]>