The Fetch Form Object

  • Atrributes
  • id string
    The id of the form
  • cloudSave boolean
    Should form submissions be saved to Fetch Forms.
  • submitTest string
    The text that should be displayed in the submit button
  • version number
    The published form version being received
  • format string
    Either a CSS text-transform property or a string that includes the format of a number using the "#" character (ie: "###-###-####")
  • formItems list
    List of the fields for this form
  • formItem.fieldType string
    Input field types: text, number, phone, email, etc
  • formItem.name string
    To be used in the name attribute of the input field
  • formItem.label string
    The label for the form field
  • formItem.fieldHtml object
      - idstring
      - name: string
      - required: boolean
      - type: string
  • formItem.options list
      - labelstring
      - value: string | number
  • formItem.validation list
      - rulestring
      - limit: number | regex
      - message: string