this is similar to the other issue with multipage, on the subpages...
we are using js to load an image as a tooltip (need to show a paragraph of text for each option selection - you hover over the option, you see the paragraph text as a tooltip, so you can make the selection you want).
it's working fine on step 1 of the multiform, but as soon as i go to step 2, it stops working...if i go back to step one with "previous" submit button, or even on the 1st step when we get validation errors on the form it stops working.
is there a way we can call our js function after each time we click the submit button. i am thinking this might work.
thank you.