Problems with the widget "Image Radio Buttons".

  • Blaick
    Asked on August 14, 2016 at 10:20 PM

    Hi,

    I'm trying to configure the widget "Image Radio Buttons", but so far I've noticed two problems:

    - The custom css code doesn't seem to work (or maybe I'm not doing it the right way). I need to center the module, specify the margin between the two pictures, change the size and the color of the text, etc.

    -

    Once I select another field in my form, I can't select this field again. So I can't edit it more than once
    ...

    I've tried with another template but I have the same issues.

    Could you please help me?

  • beril JotForm UI Developer
    Replied on August 15, 2016 at 5:05 AM

    You need the inject the CSS codes to Image radio button widget as you see below:

    ul#images_button_container {

    margin-left  : 80px !important;

    color : red !important;

    }

    Problems with the widget Image Radio Buttons Screenshot 20

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.`

  • beril JotForm UI Developer
    Replied on August 15, 2016 at 5:07 AM

    I've created a separate thread for you, so anyone in the support staff will be able to assist you with your specific requirement. Please follow up there:

    https://www.jotform.com/answers/906220

     

  • Blaick
    Replied on August 15, 2016 at 10:23 PM

    Okay I see, thanks a lot for your help =)