Allowing people to select from the detail page

Hi !

I would like to create a form where people can select a gift.

In order to do so, I would like them to be able to see a collection of available gifts, click on the gift that interests them, display the details of the gift and from that view, validate their choice and move on the next step.

How could I add their choice in the submission table ?

Thank you for your help,

Pierre

Hi Pierre,
You’d have to build a “custom form” (a lot of topics about it here on the forum). You can either use a dropdown pointing to an inline list of those “things”, or you can display it as a list, and clicking on the item would do a “set columns” action in your custom form, and adding the ID of said item into your form.
Hope it makes sense?