Button that sets references to a Form
Permalink
So what I'm trying to build, is a list of items (images) and a button underneath each item. When one of the buttons is clicked, one field (dropdown) in the Form is set to a particulair option in the dropdown. Is this possible? Maybe with a particulair link reference or something?
You need to make sure that the value passed in from the button matches the option value in the select element so that this works properly.