Form Name Validation

This validation rule ensures that form names are written entirely in lowercase and do not contain special characters. This is crucial to maintain consistency and prevent technical issues related to improper naming conventions.

Validation Rules

  • Must be all lowercase.
  • No special characters (such as !@#$%^&*(), etc.).
  • No spaces (use underscores or hyphens for readability).

Example Errors

  1. Macro Rendering Error for “FreshForms Form Name” This field does not match the required format Error: The form name should be lowercase with no special characters or spaces.

  2. Macro Rendering Error for “FreshForms Container” Duplicate field name found: name Error: The field name is already in use in another form.

Screenshot 05-05-2025 12.59.32.png

Screenshot 05-05-2025 12.59.03.png

Screenshot 05-05-2025 13.01.56.png

Screenshot 05-05-2025 12.59.19.png


Best Practices

  • Keep form names simple and clear.
  • Avoid using any spaces or capital letters.