Form

Displays a form.

Netlify hosting is required or use another default service

Frontmatter

blocks:
  - type: form
    heading: {} # (optional)
      surtitle: '' # string (optional)
      title: '' # string (optional)
      text: '' # markdown (optional)
    grid: '' # [small, medium, large, container, full] (optional)
    offset: '' # [start, end, center] (optional)
    name: '' # string
    submit: '' # string
    items: []
      label: '' # string
      type: '' # [email, select, tel, text, textarea]
      options: [] # if select
        title: '' # string
        value: '' # string
      required: false # boolean
      full: false # boolean
      autocomplete: '' # autocomplete value like postal-code, email…
    background: false # boolean (optional)
Demo visual renderer

Files

CMS availability

Hugolify Admin

Old repositories