Allow multiple selection on Image Radio Buttons widget.

  • nearfall806
    Asked on March 28, 2024 at 9:42 AM

    I'm trying to use the image radio buttons as like a color swatch library, but it docent seem to allow choosing more than one button, is it possible to make it where a person can select more than one choice? Or is there a better way to go about this?


    Jotform Thread 13362191 Screenshot
  • Silvano JotForm Support
    Replied on March 28, 2024 at 10:03 AM

    Hi nearfall806,

    Thanks for reaching to Jotform Support. Unfortunately, multiple selection on Image Radio button is not possible. However, this can be achieved by using the Multiple Choice field and inserting an HTML code in each option. Here's the code that you will need to add as an option:

    <img src="[link of the image]">

    Replace [link of the image] with the image link.

    Here's a demo form that you can check.

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

  • nearfall806
    Replied on March 28, 2024 at 10:49 AM

    That works great thank you.