• Resolved benoitfouc

    (@benoitfouc)


    Hello there i create a long form with 3 groups.
    The last group change of content, depending to the first group.

    What i want is : when i change the first group selected item, that clear the selected item of 3rd group (because the content of the 3rd group will change) . I learn about the “clear_on_hide” feature that can do exacly what i want. But its like not working on my website.

    I make this video in order to make this more understanable.
    https://i.gyazo.com/dfaf585519efc6051f7e35c5155f916a.mp4
    Here i want to clear the “Intensité :” and “Niveau :” groups when i change the “Votre problème :” selected item. That only hide the groups but not reset

    regards

    • This topic was modified 2 years, 1 month ago by benoitfouc.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter benoitfouc

    (@benoitfouc)

    Okay, it was my css code who make this conflict. I replace this :

    #wpcf7-f86319-p86320-o1 span.wpcf7-list-item input[type=radio]{
    	display: none;
    }

    Per this :

    #wpcf7-f86319-p86320-o1 span.wpcf7-list-item input[type=radio]{
    	visibility: hidden;
    }
    • This reply was modified 2 years, 1 month ago by benoitfouc. Reason: fixed issue
    Plugin Author Jules Colle

    (@jules-colle)

    Cool! Thanks for the update

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘clear_on_hide not working on my website’ is closed to new replies.