I have a collection with two fields - Title and Reference
The reference field is a reference to another collection.
I have added a page and connected this page to my collection with the two fields. I have added a text input field and connected it to Title and a dropdown field and connected it to reference. I then added a submit button to collect content for my collection:
This all works perfectly fine except for one issue. If I do not select a value from the dropdown (just enter Title) and submit, it gets saved but with a “broken” value fo the reference field.
I would have expected that the reference field stays empty but does not contain a value which doe not match the reference type?
Is this a bug of WIX or how can I control that a dropdown fields does not post a (non matching) value to the collection if no value is selected?
Thanks