pagebreak return div default class

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

Are you using the built in conditional logic, or is this custom code? More detail, please?

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!

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.

Hi Stephanie,

I see, thanks for your advise.

Topic closed.