How to add a sublable for a radio button

  • CITADROffice
    Asked on March 12, 2020 at 8:18 AM

    Hi, I need the code to create a sublabel for thsi radio button question: Are you the Onsite Event Host?

    Here's the jotform: https://form.jotform.com/62094364451152

  • Sam_G
    Replied on March 12, 2020 at 10:07 AM

    Hi Hi CITADROffice,


    Thank you for contacting Support.

    I'll get the code for you and will respond back.

    Sam


  • Sam_G
    Replied on March 12, 2020 at 10:19 AM

    Hi CITADROffice,

    You may use this code in CSS

    #label_49:after {

     

        content: "Test Test Test Test";

     

        display: block;

     

        font-size: 8px;

     

        color: white;

     

        margin-top: 2px;

     

    }


    Hope this helps.

    Sam

  • CITADROffice
    Replied on March 13, 2020 at 9:53 AM

    Thanks Sam!