Slash Commands
Slash commands are the fastest way to add anything to your form. Just type / and start typing what you need.
How to use them
- Click anywhere in the editor where you want to add something
- Type
/
- A dropdown menu appears with all available blocks
- Start typing to filter — like
/rat to find Rating
- Press Enter or click to insert
Available commands
Content
| Command | What it inserts |
|---|
/h1 or # + space | Large heading |
/h2 or ## + space | Medium heading |
/h3 or ### + space | Small heading |
/image | Image upload |
Fields
| Command | What it inserts |
|---|
/short | Short answer |
/long | Long answer |
/multiple | Multiple choice |
/rating | Rating |
/linear or /scale | Linear scale |
/ranking | Ranking |
/email | Email |
/file or /upload | File upload |
/hidden | Hidden field |
Layout
| Command | What it inserts |
|---|
/page | New page |
/success | Success page |
/end | Success redirect (success page + redirect) |
Logic
| Command | What it inserts |
|---|
/variable | New variable / Change variable |
/condition | Condition |
/repeat | Repeat block |
/calculate | Calculate (inline formula) |
/goto | Go to page |
/redirect | Open website (redirect to URL) |
/override | Change field |
/require | Require field |
See Form Logic for details on logic blocks.
Tips
- You don’t have to type the full command — partial matches work fine
- The menu narrows down as you type, so usually 2–3 characters is enough
- Press Escape to close the menu without inserting anything