I want to add a URL to text in a multiple choice element

  • Ketzie
    Asked on October 17, 2018 at 3:40 PM

    In form Nuclear Pride Coalition Data Collection form, under Record Data, there is text that says "Privacy policy". I want to add this link to this text: https://nuclear-pride.eu/privacy-policy. How can this be done with custom CSS?


    Many thanks,

    ketzie


  • arthurprc
    Replied on October 17, 2018 at 4:41 PM

    I've checked that the Multiple Choice element properties can't associate the text to links. 

    In order to fix this issue and keep the design, I've left the Multiple Choice element text blank and created a Text element with the same text and the privacy-policy link.

    However, the text in a separate element makes it too separate from the checkbox, the solution is to add this CSS code below:

    #id_20 {

        margin-bottom : -60px;

        position : relative;

        z-index : 1;

    }

    You can also clone the form with the required changes:
    https://form.jotform.com/82896558182978

    Let us know if you need further assistance, we'll be happy to help!

  • Ketzie
    Replied on October 18, 2018 at 7:17 AM

    Many thanks for your help. Works fine.

    Bob