Form fields must be named in one of two ways:

Camel Case

This is a method of naming in which the first word is lowercase and subsequent words must have a capital first letter.

  • firstName
  • dealerLeadsOntario
  • email

Underscore

Connect each word with an underscore. This is best used for longer form fields.

  • how_long_have_you_owned
  • survey_feedback
  • postal_code