I need help setting up the dropdown list and getting the submit button to work. It should be simple but I cannot figure it out. I have used the database and collections before, so I have a decent understanding of how it works. But I cannot figure out how to set up a simple 3 option dropdown list and the submit button is giving me an error message (“save operation failed: DatasetError: Some of the elements validation failed in the Developer Console”).
In the wix editor & preview mode, I can see the dropdown menu options but in the published site, it is not there.
i dont really understand your problem here. when i went om your website the dropdown list was displaying the 4 options in the image. is this what you were looking for ?
Sometimes the list shows the options & sometimes it just shows a checkmark, but the main issue is that the form doesnt seem to be working at all. I get this error message every time I press “Send”:
“save operation failed: DatasetError: Some of the elements validation failed in the Developer Console”
Any idea why this could be happening and what must change?
I’m not using any code, just the wix developer tool - database/collections. But to further explain the issue, I have supplied some screenshots of what I am seeing on my end in steps below:
Please delete all the text from your dropdown list column in your Database.
Uncheck the ‘Connect Dropdown list items’
Click on your dropdown list
Click on ‘Manage Items’
Enter your List One by One. For example: For the dropdown ‘I am happy with the design’ Enter the item’s label as ‘I am happy with the design’ & value as ‘I am happy with the design’
Second:
Check that your Dataset Permission is set to Write Only & Database Permission is set to Form Submission.
Thank you for your help. I no longer have an error message so we are definitely making progress, however, my tests still do not submit properly to the database.
In the published site form, when I fill out all the information, I click submit and nothing happens. This is a screenshot of what the button setup looks like, I want the user to be taken to a “Thank you for your submission” page.