Prepopulate radio button

  • myjotform111
    Asked on January 16, 2018 at 11:02 AM

    Hi,


    After having prepopulated radio button in your prepopulate add-on online I got a URL.  Where do I put it when I am using Iframe to embed my form on a website?

    I want to prepopulate the two radio button from the buttom of the form.

    Reg.

    Petur

  • Marvih
    Replied on January 16, 2018 at 12:04 PM

    You can put the generated URL in the highlighted part below. Please ensure to use the whole URL and not the Shortened one.

        <iframe

          id="JotFormIFrame-71133935138354"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotformeu.com/71133935138354"

          frameborder="0"

          style="width: 1px;

          min-width: 100%;

          height:539px;

          border:none;"

          scrolling="no">

        </iframe>


  • myjotform111
    Replied on January 16, 2018 at 12:21 PM

    Hi,


    Thanks for your answer.

    Now I have inserted the code.  But my users have to be able to uncheck the radio button if they want to.

    http://slv.proa.is/nyr-felagi.html


    Reg.

    Petur

  • Marvih
    Replied on January 16, 2018 at 12:39 PM

    You need to use Multiple Choice field instead of Single Choice. Since radio button is design to select only 1 option in the list and since you only have a Single Options per field, it cannot be unchecked.

    Unlike the Multiple Choice field, see sample cloned form here https://form.jotform.com/80154602944959.


    Let us know if you need further assistance.