The app builder does not provide any form validation options.
Examples:
  • Cannot set a field as “required”
  • Cannot specify a specific set of supported characters in the form field
  • Cannot implement custom validation, such as uniqueness against other values in the table. For example, prevent adding a new record if another record with the same last name already exists
  • no option to write custom javascript to implement your own validation!