Hi,
I am currently trying to find a way to create a radio-selection menu for a bound collection with these features:
- per group only one radio button can be selected
- on click of a specific radio button that value is selected
the scenario is the following:
- I have an object with several product categories
- each category has different options for sizes (e.g. S,M,L)
- for each product category I want to select one specific size (radio button) and send that value to Xano
it sounds fairly simple but somehow due to bound collection I cannot get the value of the selected size.
Does anyone know of a workaround or a way to fix this issue?
Any tips are highly appreciated! thank you