VexlyVexly
Contact

Edit section: contact

Section colours (gym / landing)

Override background and text colour for this section on the public page.

{
  "contentType": "form",
  "formTitle": "Get In Touch",
  "fields": [
    {
      "id": "1",
      "key": "firstName",
      "type": "text",
      "label": "First Name",
      "required": true,
      "placeholder": "John"
    },
    {
      "id": "2",
      "key": "lastName",
      "type": "text",
      "label": "Last Name",
      "required": true,
      "placeholder": "Doe"
    },
    {
      "id": "3",
      "key": "email",
      "type": "email",
      "label": "Email",
      "required": true,
      "placeholder": "john@example.com"
    },
    {
      "id": "4",
      "key": "subject",
      "type": "text",
      "label": "Subject",
      "required": false,
      "placeholder": "How can we help?"
    },
    {
      "id": "5",
      "key": "message",
      "type": "textarea",
      "label": "Message",
      "required": false,
      "placeholder": "Tell us more..."
    }
  ]
}

Live preview

Updates as you edit

No visual preview for section type "contact". Use JSON preview below to check data.