Hello Stephanie,
I created a form with your plugin,
and by javascript I set some div’s class from “hide” to “show” after some clicks,
but when I click next to proceed to the next section of my form,
it return the div back to its default class which is “hide”.
Are there anythings that I can do to avoid the pagebreak to reset the div’s class ??
thank you




May 2, 2012 at 8:27 am
Are you using the built in conditional logic, or is this custom code? More detail, please?
May 2, 2012 at 9:15 pm
Hi Stephanie,
thank you for your quick response,
I am using javascript to change the class for the div when an image is clicked.
here is the demo site that I am working on
http://124.217.228.181/~mokhebat/?page_id=171
As you can see, when I clicked an image, the div at the bottom which is related to the image I clicked will change its class to display:block,
but after I clicked next, the div at the bottom will change back to its default class which is display:none.
It will be helpful if I can keep the class remain after I clicked next.
Thanks, keep up the great work!
May 3, 2012 at 12:57 pm
This customization falls outside the scope of our support. You'll need to add some extra javascript that checks the hidden fields instead of requiring a change.
May 3, 2012 at 8:03 pm
Hi Stephanie,
I see, thanks for your advise.
Topic closed.