Forums

ChronoForms v6 > Multipage and Events

francescocartei 11 Apr, 2018
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?
GreyHead 11 Apr, 2018
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
francescocartei 11 Apr, 2018
My question is: which piece of code should I copy and where?
Thank you
GreyHead 11 Apr, 2018
Hi francescocartei ,
​
There isn't enough information here to start to write code for you,
​
You could use an Event Switcher action, or a PHP action to contain your code once you have written it.
​
Bob
This topic is locked and no more replies can be posted.