We are creating a form where people can vote on a logo. The preferred visual on the form has the image of the logo and a button under it to choose it if it is the preferred choice. There are four logos.
I used an HTML field to display the logo, followed by a button field with only one option. This is repeated for each logo.
How do I limit the number of items selected to one?
Here is a portion of the logo followed by the button field.
The HTML field and the button field are repeated for each logo. Each button field is its own entity.