Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Validate Form on Change ONLY

    Because much of our imported data technically has validation errors, users are unable to update fields without first correcting previously entered bad data. This wouldn't be a problem except that many times this user doesn't have the information needed to enter a correct value into that field but we still need to save their update.

    Is it possible to disable the validate on submit for a Dynamic Form?

    #2
    You can set dynamicForm.disableValidation to disable client-side validators. Any validators declared in a server-side DataSource (.ds.xml file) will still execute - hacks could be used to get around that, but what you might consider instead is saving to a temp table instead of mixing invalid and valid data in the same DataSource.

    Comment

    Working...
    X