Loading tutorials…
Loading tutorials…
Monday Forms (now WorkForms) are the fastest way to push web submissions straight into a board — leads, internal requests, event signups, support tickets. This walks the setup that captures clean data without bot spam.
Who this is forOperators who need to capture web submissions into Monday — marketing leads, internal requests (PTO, IT, design), event signups, support tickets. If you currently dump form submissions into a CSV and copy-paste them into Monday weekly, this tutorial replaces that workflow.
What you'll need
Step 1
Monday Forms = simple form-to-board, included on all paid tiers. WorkForms = standalone Monday product with conditional logic, branding, file uploads, and analytics.
Monday Forms (built-in): create from any board (Board → Views → + Add view → Form). Submissions land as items on that board. Free with paid Monday plan. Limited customization (no conditional logic, basic branding).
WorkForms: separate Monday product (forms.monday.com or workforms.com). Standalone forms with conditional logic, multi-page, file upload, custom branding, analytics, integrations beyond Monday. Free tier exists; Pro is $25-50/mo.
Rule of thumb: simple internal forms (PTO request, design ticket) use Monday Forms. Public-facing marketing forms (lead capture, event signup, demo request) usually need WorkForms for branding and conditional logic.
This tutorial covers the Monday Forms path — most teams start here. WorkForms is a similar flow with more options.
Step 2
Monday → Board → Views (top-right) → + Add view → Form. Each form field maps to a column on the board.
Open the board where submissions will land. Click Views (top-right tab area) → + Add view → Form.
A new Form view opens with one field per board column by default. Click the field to edit label, help text, required status.
Hide columns you do not want on the form (internal fields like Owner, Status — these will be set by automation later).
Reorder fields by dragging. Put the most important fields first (Name, Email, Company) — abandoned forms usually leave at field 5+.
Add a form title and description. Keep both short. "Get a Demo" beats "Demo Request Form Submission Page."
Step 3
Required fields prevent garbage; reCAPTCHA prevents bots. Both are critical for forms exposed to the public web.
Click each field → toggle "Required" for the must-have fields. Common required: Name, Email, Company. Optional: Phone, Job Title, Use Case.
On Email fields, enable validation (Monday does basic format validation automatically — it checks for @ and domain).
Form settings (gear icon, top-right of form builder) → Security → enable reCAPTCHA. This stops 95%+ of bot submissions.
Form settings → Limit submissions: "1 per IP" prevents accidental double-submits. Disable for forms where one person legitimately submits multiple times (internal IT tickets).
Form settings → Email Confirmation: enable to send the submitter a confirmation email. Reduces "did my submission go through?" support tickets.
Step 4
Form settings → Share → Embed code. Copy the iframe snippet and paste into your CMS.
Form settings → Share (icon, top-right of form). You get 3 share options: Direct Link, Embed Code, QR Code.
For a website: use Embed Code → copy the iframe snippet.
Paste into your CMS as raw HTML (WordPress: Custom HTML block; Webflow: Embed element; Shopify: Liquid template).
Test the embedded form by submitting a test entry. Verify the item appears on the Monday board within 30 seconds.
If the form is slow to load, the embed is iframe-based and adds ~200-500ms to page load. For high-traffic landing pages, consider WorkForms native embed or building a custom HTML form that POSTs to Monday API.
Step 5
Every form submission creates an item. Use automations to set owner, send notifications, and integrate with downstream tools.
On the board → Automations → Add automation.
Recipe 1: "When item is created, assign to person." Route new leads to the right rep. For round-robin distribution, use Custom Automation with conditions on a Counter column.
Recipe 2: "When item is created, send email." Send an internal Slack/email notification to alert sales.
Recipe 3: "When item is created and column X equals Y, move to group Z." Segment leads by source, geography, or industry into different groups.
Recipe 4: "When item is created, create item on another board." Auto-create a follow-up task on a Tasks board, or sync to a CRM board.
Step 6
Form submissions usually need to flow into Mailchimp / HubSpot / Klaviyo for nurturing, not just into Monday.
Board → Integrations → Browse. Native integrations exist for Mailchimp, HubSpot, ActiveCampaign, ConvertKit, and most major email tools.
Add the integration: "When item is created on this board, add subscriber to [list] in [tool]."
For tools without native integration, use Zapier or Make: Trigger on Monday item creation → Action add contact to email tool.
Always tag the source ("Source: Monday Form — Demo Request") in the destination tool so marketing can attribute leads correctly.
Step 7
First month after launching a form, audit submissions weekly. Bad data flags broken fields, missing validation, or bot infiltration.
Open the board → filter to "Created in last 7 days." Spot-check 20 submissions.
Common issues: (a) Email field has typos / nonsense — add stricter validation or post-submit verification, (b) Company field has "asdf" — add Required + minimum-length, (c) Bot submissions getting through — strengthen reCAPTCHA, add a honeypot field.
Track conversion rate: form views (use UTM tags + Google Analytics on the embed page) vs submissions. Healthy is 8-15% for B2B demo forms, 25-40% for newsletter signups.
Iterate: shorten the form, remove unnecessary fields, improve copy. Forms are not "set and forget" — optimize quarterly.
Common mistakes
No reCAPTCHA on a public form
What goes wrong: Bot submissions pile up — 100-500/week within 30 days. Sales reps chase ghost leads. The board becomes untrusted. Average cost: 5-10 hrs/week of wasted rep time worth $400-800/week or $20-40K/yr.
How to avoid: Form settings → Security → enable reCAPTCHA on every public form. Add a honeypot field for extra protection.
Form fields with no validation
What goes wrong: Email field accepts 'asdf' as input. Company field accepts blank. Reps reach out to fake leads. ~15% of submissions become unactionable garbage. For a form generating 200 leads/mo, that is 30 wasted leads = $3-9K/mo of misallocated SDR time.
How to avoid: Required + format validation on Email, required + min-length on Name and Company, required + dropdown on Country / Industry. Tighter is better.
No auto-assignment of new leads
What goes wrong: Submissions land but no owner is set. Leads sit unassigned for hours or days. Industry benchmark: lead response time over 1 hour drops conversion by ~80%. A 4-hour response delay on a $20K deal is real money.
How to avoid: Automation: "When item is created, assign to [round-robin or specific person]." Plus a notification automation so reps know immediately.
Forms with 15+ fields
What goes wrong: Abandonment rate spikes past 8 fields. Cutting from 15 to 6 fields typically doubles conversion. For a form previously generating 100 leads/mo, that is +100 leads/mo worth $50-200K/yr in incremental pipeline.
How to avoid: Audit every field: is this data needed at submission, or can you collect it later? Cut to 5-7 fields. Save the rest for follow-up.
No integration with email marketing tool
What goes wrong: Leads land in Monday but never enter the nurture sequence. Marketing has to manually export weekly and import to Mailchimp. ~3 hrs/week marketing waste = $7-15K/yr.
How to avoid: Native integration (Monday → Mailchimp / HubSpot / Klaviyo / ActiveCampaign). Set up once, then every submission auto-enters the right nurture list.
Embedding without testing the actual user flow
What goes wrong: You embed the form on your site. It loads. Looks fine. But the iframe is blocked on mobile, or submissions fail silently for European users due to data-residency settings. You lose 20-40% of submissions for weeks before noticing.
How to avoid: Test on desktop, mobile, and 2-3 browsers. Submit a test entry from each. Confirm the entry appears on the board. Repeat monthly for high-value forms.
Recap
Done — what's next
How to set up Monday Sales CRM without rebuilding it in month three
Read the next tutorial
Hand it off
Forms are the on-ramp to your entire sales/ops pipeline — every hour of delay or every junk submission compounds downstream. A specialist will build the form, wire the routing, integrate with your CRM/email tool, and set up quality monitoring in 3-5 hours. One-shot engagements typically $150-400; ongoing ops support runs $400-1,200/mo at $14-16/hr.
See specialist rates
Monday Forms is the built-in form view on any board — free with paid Monday plans, simple, limited customization. WorkForms is a separate Monday product (free tier + Pro tier) with conditional logic, multi-page forms, custom branding, file uploads, and analytics. Use Monday Forms for internal/simple flows. Use WorkForms for public-facing marketing forms.
Monday Forms: limited — you can set a logo and one accent color. WorkForms: full custom CSS, logo, fonts, colors, custom thank-you page. For embedded marketing forms on a branded website, WorkForms or a custom HTML form posting to Monday API is the better option.
(1) Enable reCAPTCHA in Form settings → Security. (2) Add a honeypot field (a hidden field — if filled, the submission is from a bot). (3) Validate email format. (4) Rate-limit submissions per IP. With all four, bot rates drop to under 1%.
Monday Forms: no — single page only. WorkForms: yes — multi-page with conditional logic. For long forms (10+ fields), multi-page reduces abandonment by 30-50% versus single-page.
Usually within 1-5 seconds. If it takes longer than 30 seconds, the form may have an integration loop or the board has heavy automations. Check the activity log and the Automations Activity to debug.
Monday.com
Monday Sales CRM is fast to spin up and easy to wire wrong. Pipeline stages drift, contact data fragments across boards, and reports stop making sense within 90 days. This walks the configuration that holds up past the first quarter.
Monday.com
Monday automations are powerful and easy to over-wire. Most accounts past 100 active automations have 30-40% redundant or broken ones nobody notices. This walks the patterns that hold up at scale.
Monday.com
Monday integrates with 70+ tools natively and 5,000+ via Zapier/Make. Most teams chain-install everything in week one, end up with redundant flows, expired tokens, and no documentation. This walks the integration setup that holds up.
Monday.com
Most marketing teams track campaigns across a launch spreadsheet, a content calendar, an asset board, and a Slack channel. Monday consolidates all four into one tracker — if you build it right. This walks the structure that works.