Data Validation

All templates validate user inputs. There are two type of validation:

  1. First one occurs during subtitling of the template. For example it will tell user to fill require field if he leaved it empty or correct email address from 'email' type field if it misses '@'. In this case user can not save an event before all corrections needed will be done.

  2. Validation from mark's menu. It is not automatic and should be triggered by user:

This type of validation is the final one which checks data deeper and ensure user that it is correct. The result of this type of validation will be displayed to user on the top of the screen with Success or Failure message and additional details. Successfully validated events will have green check mark under 'Validation' and no 'Run' button.

Last updated