Radio Buttons Not Showing

  • MilProjectLA
    Asked on July 13, 2015 at 3:38 AM

    Hi! I created a volunteer application form to add to my website, but when I click the form to complete it the radio buttons do not show next to the options given. What am I doing wrong?!

    Thanks,


    Gillian Rabalais

  • Chriistian Jotform Support
    Replied on July 13, 2015 at 4:46 AM

    Hi MilProjectLA,

    Thanks for contacting us.

     

    I checked your your form and I was able to see the issue. I noticed that you have customized the look of the radio button and you are using the secure URL of the form. As per checking, the radio button was not displayed because the form is accessed using a Secure URL and the image used for the customized radio button is not in secure URL. Can you try to add the custom CSS code below and see if it helps?

    input[type=checkbox] + label {

      background-image: url('https://s3.amazonaws.com/jufs/Chriistian/form_files/check_button.png') !important;

    }

     

     

    To inject/add custom CSS code to your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.


    Regards.