Creating your first form

Build a form with the drag-and-drop builder and connect it to your template.

1 min read Updated May 2, 2026 Beginner

With a template uploaded, build a form that collects the data those merge tags need.

Create the form

  1. Go to DocuMerge โ†’ Forms โ†’ Create Form.
  2. Give the form a title.
  3. From the Template dropdown, pick the template you uploaded.

Add fields

Drag a field type from the left panel onto the canvas. The Lite version includes six field types:

  • Text โ€” single-line text
  • Textarea โ€” multi-line text
  • Email โ€” email with format validation
  • Phone โ€” phone number
  • Number โ€” numeric input with min/max
  • Date โ€” calendar picker

Click any field to edit its label, placeholder, help text, required state, and merge-tag name. The merge-tag name should match the tag in your template โ€” for example, a field named client_name fills the {client_name} tag.

Map tags to fields

On the right side, the Merge Tag Mapper shows every tag in the template. For each tag, pick the form field that supplies the value. DocuMerge auto-maps tags when their names match a field exactly; you’ll only need to manually map when names differ.

Unmapped tags will be left blank in the generated document.

Save and preview

Click Save Form. On the Forms list, copy the shortcode (e.g. [wprobo_documerge_form id="1"]) or use the Gutenberg block to embed the form on any page.

Did this answer your question?