Multipage conditional an previous button

Hello GF community !

I’ve got a multipage with conditional logic and conditional confirmations.
Every pages are with radio YES / NO button and each answer redirect to a page with another question.

My problem ?
When a user clic on a radio button and finally do the previous button, this answer is “stored”.
So conditionnal logic in relation with this answer will happen later in the form even if he do previous.
Is there a way to unselect the radio button value when clicking to previous ?

Thankyooouuuuuuuu
Jo

Hi Jonathan. The browser stores that selection. You could use some custom JavaScript or jQuery to unset that radio button selection.

There is this filter which is somewhat related to what you are doing, but not exactly. By default, when a field is hidden by conditional logic, its value is reset to the default. This filter can be used to override that: