I’m having trouble with
I’ve setup a dataset to collect email address inputs and using velo, the URL the page was submitted on. The email address is in an email field and is set to required.
When I try and submit the input collection (not a form) with a blank email, I get an error. I also get an error if nothing is added after the @ symbol.
However, I am getting data in my dataset that is submitted without the email address. I get the page the data was submitted from, but not the email address.
This does not happen every time though, so it is difficult to recreate the error.
Working in
Wix Studio Editor, CMS
What I’m trying to do
Stop allowing the form to be submitted without the correct data being present.
I have wondered if these are bots managing to bypass the validation, and I’m not actually missing any real data.
Any help would be gratefully received!