I have a form divided into multipage.
On the first page I set an event that if clicked must hide some fields, including a field that is positioned on the second page. My problem is that the fields on the first page are correctly hidden, the fields on the second page are visible. How can I do?
On the first page I set an event that if clicked must hide some fields, including a field that is positioned on the second page. My problem is that the fields on the first page are correctly hidden, the fields on the second page are visible. How can I do?
Hi francescocartei,
β
You need to add code in the second page that will check to form data to see if the input should be shown or hidden then add some CSS to do that.
β
Bob
β
You need to add code in the second page that will check to form data to see if the input should be shown or hidden then add some CSS to do that.
β
Bob
thanksπ
which code?
which code?
My question is: which piece of code should I copy and where?
Thank you
Thank you
This topic is locked and no more replies can be posted.