Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Funkan,

    I’ve had a look at this and I’m having the same problem. It seems that the part of the code which is supposed to clear the data is actually ignoring any hidden fields. I guess this is so if you had any inputs with type=”hidden” it wouldn’t strip the values, but it’s stopping any fields which have been hidden from being cleared. I’ve changed mine to only ignore inputs with type=”hidden” and not everything which is hidden. It might not be the solution but it seems to have worked for mine.

    I’m hoping the author can fix these issues soon, this is a great plugin otherwise.

    Thread Starter dharrisonweb

    (@dharrisonweb)

    Hi,

    I should have mentioned:

    The first snippet is taken from lines 215 to 221 in the scripts.js file, located in the /js/ folder in the plugin, the second snippet is to replace those lines to stop the values being stripped from checkboxes and radio buttons.

    Does that make more sense?

    I was hoping the plugin creator would have a look at this and add it to the plugin if they felt it was right.

Viewing 2 replies - 1 through 2 (of 2 total)