-
1. Re: Can I use a group of images as radio buttons?
George_Johnson May 19, 2017 1:20 PM (in response to LJDM)It's possible to do something like that using regular buttons along with some custom JavaScript. Exactly how you'd implement it depends on how you want the appearance to change when an item it selected and deselected. For example, you might want to change the border color when selected and remove it when not. Or an alternate/different appearance could be shown when selected.
-
2. Re: Can I use a group of images as radio buttons?
LJDM May 19, 2017 2:25 PM (in response to George_Johnson)Thank you for the reply, George. Yes, I would want to change the border color when an image is selected. Ideally, a deselected image would have no border at all (white?) and the selected image would have a black border.
Additionally, I'd want the ability to have none of a group selected when the file is opened, or when a 'Reset' button is clicked. I already have the Reset button configured and working well in the current iteration of the form.
What custom JavaScript can be used to accomplish this with regular buttons? Mainly, how would I dictate that only one button in a group can be selected?
Thanks again for your input.
-
3. Re: Can I use a group of images as radio buttons?
George_Johnson May 19, 2017 6:25 PM (in response to LJDM)I'll try to put together and post a sample some time this weekend that you can use as a guide.