backend validators bypassed?

backend validators bypassed?

advaniaadvania 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

Answers

  • allanallan Posts: 62,945Questions: 1Answers: 10,356 Site admin
    Answer ✓

    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

  • advaniaadvania Posts: 35Questions: 13Answers: 0

    thanks Allan, duh of course.

This discussion has been closed.