How can I show or hide a radio button option from a choice that is made in the first steps of the form

  • ringfultravis
    Asked on June 19, 2018 at 4:44 PM

    Hello,


    I have been trying to get my form to output answers from questions asked earlier in the form to a page that has these answers listed out similar to this:

    1529440733likely to quit2 page Screenshot 10



    I would like buttons to be generated so the user can choose which substance they are likely to try and quit. When the user clicks on the “Likely to quit” button, for whichever substance they are likely to quit, I would like a page with a video to be opened up like this one:


    1529440781video page Screenshot 21


    I have bene able to achieve most of this, but I cannot seem to get the likely to quit page and the video page to display correctly. Here is the best way I can get the likely to quit page to look:


    1529440848ikely Screenshot 32

    I can almost live with this but when I click on the sedative button this is what I get for the video page:

    1529440957v Screenshot 43

    This is with using the Youtube widget found in JotForms. I cannot figure out how to have all of the videos hidden on a page so that when the user clicks on the button for the video, that video will display in the middle of the page by itself.


    I would also like to be able to track which likely to quit button was selected and have it outputted on the Thank you page. 

    I really hope someone can help with a solution to this, I have spent a long time creating this and paid for a subscription to JotForms and really do not want to have to start over somewhere else.

    Here is the link to the form on JotForms if helpful: https://form.jotform.com/81427889484171

    Thank you in advance for your help.


    -Travis


  • Adrian
    Replied on June 19, 2018 at 5:59 PM

    I can see that you are showing the "most likely to quit" options and the videos conditionally. The form also has lots of custom CSS injected that is causing the elements to look like that.

    I suggest you make the width of those elements bigger and set the display property of the list items to block so that they do not overlap each other.

    This is with using the Youtube widget found in JotForms. I cannot figure out how to have all of the videos hidden on a page so that when the user clicks on the button for the video, that video will display in the middle of the page by itself.

    Unfortunately, this is not possible. You can show a simple popup on the form but it is not possible to embed a youtube video in it.

    Help Article: How-to-Add-a-Pop-Up-Modal-on-your-Form

    You can make those advanced customizations by editing the Source Code of the form.

    Help Article: How-to-get-the-Full-Source-Code-of-your-Form

    I would also like to be able to track which likely to quit button was selected and have it outputted on the Thank you page. 

    On your form, you have used radio buttons (Single Choice elements) for this and each selected option should be added in the submissions page.

    I suggest you use checkboxes (Multiple Choice elements) for this so that the users are able to deselect an option if they have selected it accidentally.