How to change Gift registry icon from checkbox to radio button?

  • gillmuleta
    Asked on April 15, 2024 at 1:13 AM

    is there a way to have the function of the gift registry into radio buttons?

  • Arghya JotForm Support
    Replied on April 15, 2024 at 6:11 AM

    Hi Gill,

    Thanks for reaching out to Jotform Support. Unfortunately, it is not able to add gift registry features to your radio button. We don’t have a feature like that, but what we can do is we can change the checkbox icon to the radio button icon. Let me show you how:

    1. In Form Builder, go to Gift registry widget field.
    2. Click on Wand icon, and go to Custom CSS tab.
    3. Now, paste the code below in the box and click on Update widget.
    .checklist label.checkbox .after {
        content: '';
        width: 20px !important;
        height: 20px !important;
        top: 13px !important;
        left: 12px !important;
        border: 1px solid #12458c !important;
        border-radius: 50% !important;
        background: #d2d7e2 !important;
    }
    .checklist label.checkbox .before {
        content: '';
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #12458c !important;
        border-radius: 3px !important;
        border-radius: .75em !important;
    }
    .checklist {
        box-shadow: none !important;
        border: none;
    }
    .checklist li {
        border-top: none !important;
    }

    Check out the screencast below to see my results:

    How to change Gift registry icon from checkbox to radio button? Image 1 Screenshot 20

    If that’s not exactly what you’re looking for, can you explain a bit more, so I can help you better? Can you take a screenshot of what’s happening and send it to us? This guide will show you how to do that.

    Give it a try and let us know if you have any other questions.

  • gillmuleta
    Replied on April 15, 2024 at 10:50 PM

    Hi Arghya,

    Thank you for this. The css code for the radio buttons worked!

    Another question, the form that we are currently working on is for an event

    registration. See the form here: https://form.jotform.com/241048659986473

    There are 100 seats available for each schedule. We are hoping that for

    each registration (both Participant 1 and Participant 2) these will be

    deducted from the 100 available seats. So if both Participants 1 and 2

    choose June 27, 6:00 – 9:00 p.m., there will be just 98 seats left for this

    schedule.

    Hope you can help!


  • gillmuleta
    Replied on April 16, 2024 at 2:48 AM

    Also is there a way we can change the font and the size of the text to Helvetica 16px?
  • Chris_L JotForm Support
    Replied on April 16, 2024 at 6:40 AM

    Hi Gill,

    Thanks for getting back to us. I moved your other question to a new thread and helped you with that here:

    Reach out again if there’s anything else we can help you with.