Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
I am trying to create a contact form. I have a table with a multiselect field that I would like to add options from. However, I can’t get the options to show up. What am I doing wrong? I got it to work with another form, but I can’t recreate a form that works. I even made sure my datasource was correct and added to the page.
Attach screenshots, videos, or logs that demonstrate the issue.
Hi,
There is a small error in your configuration. Both the Option names and Option values are referring to the value attribute of the Reason for Contacting field.
To make it work:
Option names should refer to the value attribute (which is correct)
Option values should refer to the id attribute (you need to adjust this part)
Both setups seems to be correct. There must be something in the value list of the first one that breaks the functionality. Does the first list contains any non-alphanumeric characters like quotes, punctuation or slashes?