Good afternoon,
when submitting a form, console prints:
1: "DatasetError: Some of the elements validation failed"
No data is written to database. Im confused. Input fields I use are:
#location => text (e.g. 90001 Los Angeles)
#vehicle => text (from a dropdown menu, e.g. Smart Fortwo)
#longitude => number (e.g. 4.2534)
#latitude => number (e.g. 43.4532)
In the dataset, data is also set accordingly (text, text, number, number).
From as far as I see, there shouldn’t be any problem like that.
Any ideas where else I can look?
Thanks & best wishes,
Constantin