After "Image Choices", don't show the "Selected Options"

  • BAGtheapp
    Asked on August 8, 2016 at 4:15 PM

    When using "Image Choices" in my form, I DO NOT want to show the "Selected Options" after users select the different options. 

     

    WHEN Using "Image Choices"

    AND user completes the different questions

    THEN a summary of the results is shown (it's called "Selected Options")

     

    I would like to skip that last step, so that 

    WHEN Using "Image Choices"

    AND user completes the different questions

    THEN user moves to next question (without reminding user his/her choices)

     

     

    Thanks!

    Jaime

  • David JotForm Support
    Replied on August 8, 2016 at 5:10 PM

    In the custom CSS section of the widget, replace

    .results {

       display: inline-block !important;

    }

    With:

    .results {

       display: none !important;

    }

    After Image Choices, dont show the Selected Options Image 1 Screenshot 20

    Here is my test form with the change made to the first widget:

    https://form.jotform.com/62206449643962

    The answer preview is no longer shown.