Trying to make a form. "No Options Available"

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)

I tried the edits you suggested, but the options are still not appearing on the preview.


However, on another page in the application, I have a different one set up and it works?


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?

That was the issue. I had a slash in one of the options. I removed it and it worked. Thanks!