Marketers need fast, flexible forms that capture leads without slowing down a campaign. Tally delivers a no‑code solution that blends design, logic, and integrations. This guide shows you, step by step, how to build a high‑converting lead form, a product survey, and a payment‑enabled checkout using Tally. Follow the instructions, copy the code blocks, and watch your conversion rate rise.
Go to tally.so and click “Sign up for free”. Use your Google or email address. After verification you land on the dashboard.
The dashboard lets you create multiple workspaces. For marketing projects, name the workspace “Campaign Forms”. This keeps your lead forms separate from internal surveys.
Click “Integrations” in the left menu. Connect your email service (Mailchimp, HubSpot, or ConvertKit) and your CRM (HubSpot or Pipedrive). The free tier supports Zapier for extra automation.
Click “+ New Form”, then select “Blank”. Give it a title like “Free eBook Download”.
Drag each field from the left panel to the canvas. Use the right‑hand settings to toggle “Required”.
Under “After submission”, choose “Show custom message”. Insert a link to the eBook:
Thank you, {{name}}! 🎉
Your eBook is ready: Download here
In “Integrations”, click “Mailchimp” → “Add subscriber”. Map the email field to Mailchimp’s EMAIL field and the name field to FNAME. Save.
Question: “Which feature matters most to you?” Options: “Speed”, “Design”, “Analytics”.
Click the three‑dot menu on the question and enable “Show follow‑up based on answer”. Create three hidden sections, each with two follow‑up questions specific to the chosen feature.
Click “Preview”. Choose “Design”. The form should reveal only the design‑related follow‑up. Repeat for the other options.
In the dashboard, click “Responses” → “Export CSV”. You can also sync to Google Sheets via Zapier for real‑time analysis.
To enable Stripe, you need at least the “Growth” plan ($19/month). Upgrade from the “Billing” tab.
In the form builder, click “+ Add Block” → “Payment”. Choose “Stripe”. Set the amount ($49) and product name (“Premium Webinar Access”).
After payment, redirect users to a thank‑you page with a Zoom link:
https://example.com/webinar-success?email={{email}}
Use Stripe’s test mode. Enter card number 4242 4242 4242 4242, any future date, and CVC 123. Confirm the redirect works.
Open the form, click “Share”, then “Embed”. Choose “Iframe” and copy the HTML snippet.
<iframe src="https://tally.so/r/mYbK5N" width="100%" height="800" frameborder="0"></iframe>
In the WordPress editor, add a “Custom HTML” block and paste the iframe code. Publish the page.
If the form height is too large on mobile, add a small CSS tweak in your theme:
.tally-iframe{height:100vh;max-height:600px;}
| Feature | Tally (Free) | Google Forms (Free) | Typeform (Basic) |
|---|---|---|---|
| Unlimited forms | ✓ | ✓ | ✗ (10 forms) |
| Submission limit | 1,000/mo | Unlimited | 100/mo |
| Custom branding | ✓ | ✗ | ✓ |
| Conditional logic | ✓ | ✗ | ✓ |
| Stripe/PayPal integration | ✓ (paid plan) | ✗ | ✓ (paid plan) |
| Native Zapier | ✓ (free) | ✗ | ✓ (paid) |
| Export CSV | ✓ | ✓ | ✓ |
For most marketers, Tally offers the best balance of design freedom and cost. Use Google Forms only for internal data collection. Typeform shines when you need a highly interactive experience and are willing to pay.
Yes. Tally’s free tier includes unlimited forms, 1,000 submissions per month, and basic integrations. Paid plans start at $19/month for higher limits and advanced features.
Tally provides more design control, conditional logic, and native integrations with marketing tools. Google Forms is free but limited to basic layouts and lacks branding options.
Yes. Copy the embed code from the Share tab and paste it into a WordPress Custom HTML block or use the Tally WordPress plugin.
Tally integrates with Stripe and PayPal on paid plans, allowing you to collect one‑time or subscription payments directly inside the form.
No. Tally does not impose a hard limit on fields. The practical limit is the submission quota of your plan.
Using Tally, marketers can launch polished forms in minutes, capture qualified leads, and even sell products without writing code. Follow the steps above, test each element, and start measuring conversion improvements today.