It would be nice to have a selection option that works like an inline list equipped with visuals. Once the item is selected, it would be highlighted and the selected value would insert into your spreadsheet.
Bumping this. Glide has made some trully fantastic updates but this one is a long requested one we’re still waiting for. We can have workarounds when doing choice on pages but on forms it’s still pretty much impossible.
I am just working out how to build it for a new app. My use case: I have a database of questions (such as ‘do you grind your teeth?’ Or ‘what type of hair pattern do you have?”) and I have different question types. I then make Tests which include questions, and the tests then get taken and we get a user response.
The user response shows the current question by putting values into usc columns, and then I have visibility conditions to determine what component to show. A Boolean gives a choice component. A multi value choice writes to the same result column, but presents the choice as multi value, etc.
Now I want a question type which is a photo selection. Not impossible it turns out… just mildly tricky