Code

You can assign a Code to a field if you want to re-use it in your Form. For example, Codes are added to Quantity fields to make them more readable in the Formula editor.

Valid codes

A field Code must meet the following conditions to be a valid code:

  1. its length may not exceed 32 characters,
  2. it must start with a letter, and
  3. it may only consist of letters, numbers, and the underscore symbol.

Letters can be lower case (a-z) and upper case (A-Z) letters, but not accented (i.e. ë is not accepted). Here are some examples of valid and invalid codes:

Valid Invalid
MALE_TOTAL MALE TOTAL
x1 1x
A_PLUS_B A+B
hopital hôpital

Examples