123FormBuilder · Example Payload

123Formbuilder Rest Api V2 Field Example

Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPayments

123Formbuilder Rest Api V2 Field Example is an example object payload from 123FormBuilder, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idform_idlabeltyperequireddefault_valueoptionsvalidation

Example Payload

Raw ↑
{
  "id": 101,
  "form_id": 5837291,
  "label": "Email",
  "type": "Email",
  "required": true,
  "default_value": "",
  "options": [],
  "validation": {
    "regex": "^[^@\\s]+@[^@\\s]+\\.[^@\\s]+$"
  }
}