VexlyVexly
Landing

Edit section: contact

Section colours (gym / landing)

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

{
  "contentType": "form",
  "formTitle": "Contact us",
  "fields": [
    {
      "id": "1",
      "key": "name",
      "type": "text",
      "label": "Name",
      "required": true,
      "placeholder": "Your name"
    },
    {
      "id": "2",
      "key": "email",
      "type": "email",
      "label": "Email",
      "required": true,
      "placeholder": "you@example.com"
    },
    {
      "id": "3",
      "key": "phone",
      "type": "text",
      "label": "Phone",
      "required": false,
      "placeholder": "Phone"
    },
    {
      "id": "4",
      "key": "message",
      "type": "textarea",
      "label": "Message",
      "required": false,
      "placeholder": "Your message"
    }
  ]
}

Live preview

Updates as you edit

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