Block types

Every Pocper template is built from blocks. Some are pure prose — text that's part of the form's instructions. Others are input fields the recipient fills in. Here's the full set, what each one does, and how to drop them into a document.

1 · Add a block

Most blocks come from the slash menu. On a blank line, type "/" — a menu opens listing every block you can insert at that position. Click one, or press Enter to pick the highlighted entry, and it appears where the cursor was.

For the most common prose blocks, markdown shortcuts are faster than the menu: "# " turns a line into a heading, "- " into a bullet, "1. " into a numbered list. Same result.

Slash menu opened on a blank line, showing Insert component with Short Input, Long Input, Checkbox, Date Selector, Time Selector, Image, Upload File, Signature, Table
Type / on a blank line — the full list of insertable blocks shows up.

2 · Prose blocks

These six blocks structure the document. They are read-only for the person filling the form — they exist to give context, instructions, and visual hierarchy.

Heading

Section title. Use it to break a long form into clearly-labelled parts. Type "# " at the start of a line, or pick it from the slash menu.

Text

Plain prose. The default block — just start typing on a new line. Use it for explanations, instructions, or any text that isn't a list.

Bullet

Unordered list. Type "- " at the start of a line. Press Enter on an empty bullet to leave the list.

Number

Ordered list with automatic numbering. Type "1. " at the start of a line. Items renumber themselves when you reorder.

Image

Embedded picture. Pick it from the slash menu and choose a file. Useful for diagrams, screenshots, or branding inside the form itself.

Table

Grid of cells with row and column controls. Pick it from the slash menu. Use it for comparison matrices, pricing tables, or any layout that wants rows and columns.

3 · Input blocks

These seven blocks are the fillable parts of the form. Each one collects a specific shape of answer, and Pocper stores the result alongside the document.

Short Input

Single-line text field. Use it for names, emails, IDs — anything that fits on one line. The field widens live as the recipient types, up to the surrounding container's edge.

Long Input

Multi-line text area. Use it for descriptions, feedback, or any response that needs more room than a sentence. The author picks a starting height, then it grows taller live as the recipient keeps typing — no inner scrollbar.

Checkbox

Yes / no toggle. Use it for consent, opt-in, or any binary question.

Date Selector

Date picker. Use it for birthdays, deadlines, appointment dates — anything where the answer is a calendar date.

Time Selector

Time picker. Use it for appointment times, shift starts — anything tied to a clock.

Upload File

Attachment slot. The filler drops in a file (image, PDF, doc, whatever fits) and it lands attached to the response.

Signature

Tap-to-sign block. The filler draws a signature with finger, stylus, or mouse on a pop-up pad — the image is stored alongside other answers. Pair with a Short Input (name) and a Date Selector for full consent layouts.

4 · Reorder or remove

Every block has a handle on its left edge. Drag it up or down to move the block — the rest of the document shifts to make room.

Click the same handle to open the block menu; that's where Delete lives, alongside actions like changing the block's type.

Left-side block handle menu open showing Turn into options (Text selected, Heading 1/2/3, Bullet, Number, Indent, Dedent) and a Delete Block action at the bottom
Click the ⋮ handle on a block's left edge — Turn into, indent controls, or Delete.

What's next

To see blocks in context — and the editor environment they live inside — head over to Managing templates, which walks through building a template from scratch and the rules that govern it.