Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The values field is a serialized list of field data in the format of name:value, delimited by the | (pipe) character. The name is the value stored for the field and value is the value displayed. For example, if you would like to request a list of check boxes of various flavors of ice cream you might enter: vanilla:Vanilla|chocolate:Chocolate|strawberry:Strawberry|rocky_road:Rocky Road

Info
titleUsing ':' or '|' in your fields

Both : and | are reserved characters, so if you'd like to use them in your value entry you must escape those characters with a \ (backwards back slash).

Input Rules

Input rules are a JSON encoded associative array of input validation rules. They allow you to specify how each field should be validated against errors on input.