backend validators bypassed?
backend validators bypassed?
advania
Posts: 35Questions: 13Answers: 0
If I open any editor table form with backend validation on fields and inspect element to delete any of the 'required' fields and then submit. It doesn't perform notEmpty validation (or dbValues ex) for the deleted fields.
any solution for this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sounds like you might want to make it required rather than just notEmpty.
The documentation here has information about the difference between the two. Both can be useful due to the ability in Editor to submit only the changed field values.
Regards,
Allan
thanks Allan, duh of course.