Custom Notification Templates | Form Automation & Data Merge for CRM 2026
Custom Email Notification Templates: Personalize Every Form Submission Alert
Discover how to create powerful custom email notification templates in Form2Doc using dynamic variables like {{question1}} and {{question2}}. Perfect for CRM integration, automated workflows, lead filtering, and personalized customer communication. This tutorial shows you exactly how to transform generic notifications into intelligent, actionable alerts.
Perfect for: CRM systems, sales teams, customer support, lead qualification, marketing automation, booking confirmations, registration alerts, and any scenario where you need custom-formatted notification emails.
What Are Custom Notification Templates?
Custom notification templates allow you to personalize every email alert sent when someone submits your form. Instead of receiving a generic "New submission received" email, you can:
✅ Insert form data dynamically using variables like {{question1}}, {{question2}}
✅ Create custom messages for different teams or workflows
✅ Format data for CRM systems or automation tools
✅ Add context to make notifications actionable immediately
✅ Filter and route submissions based on custom template content
This feature transforms Form2Doc into a powerful automation hub that connects your forms to any business process.
Quick Example: Before & After
❌ Generic Notification (Default)
Subject: New Form Submission
Body: You have received a new form submission. Click here to view details.
✅ Custom Notification (Personalized)
Subject: New Contact Form Submission
Body:
New form submission received!
This is a custom template, which you can change HOWEVER YOU NEED.
Someone sent you a submission with name: John Smith and email: john@example.com
Perfect for filtering, CRM integration, or triggering automated workflows!
Video Tutorial
Watch this complete walkthrough showing how to create a form, add email notifications, customize the template, and see the final result in your inbox:
Step-by-Step Tutorial: Creating Custom Notification Templates
Part 1: Create a Simple Form
- Log in to your Form2Doc dashboard
- Click Create New Form
- Give your form a name (e.g., "Contact Form")
- Add your first field:
- Type: Text
- Label: Name
- Click Add Field
- Add your second field:
- Type: Email
- Label: Email
- Click Add Field
- Click Save or Publish to make the form active
Your simple two-field form is now ready to receive submissions!
Part 2: Add Email Notification
- In your form editor, click the Notifications tab
- Click Add Notification Channel
- Select Email as the notification type
- Enter your email address where you want to receive notifications
- Enable the notification by toggling the switch to Active
- Click Save
Now you'll receive email alerts for every form submission — but they'll use the default template. Let's customize it!
Part 3: Customize Your Notification Template
This is where the magic happens! You can write any text you want and insert form field values using dynamic variables.
Understanding Dynamic Variables
Each form field has a variable you can use:
- First field (Name) →
{{question1}} - Second field (Email) →
{{question2}} - Third field →
{{question3}} - And so on...
Example Custom Template
Here's the template from our video tutorial:
New form submission received!
This is custom template, which you can change EVER YOU NEED.
Smb send you a submission with name: {{question1}} and some email: {{question2}}
How to Apply the Custom Template
- In the Notifications tab, find your email notification
- Click Edit (pencil icon) next to the notification
- Scroll to the Custom Template or Message Template field
- Delete the default text (if any)
- Paste or type your custom template with dynamic variables
- Make sure to use the correct variable syntax:
{{question1}},{{question2}}, etc. - Click Save
That's it! Your custom template is now active.
Real-World Use Cases for Custom Templates
🎯 Use Case 1: CRM Integration
Scenario: You want to parse email notifications into your CRM system.
Custom Template:
CRM_LEAD_START
Name: {{question1}}
Email: {{question2}}
Phone: {{question3}}
Company: {{question4}}
Source: Contact Form
CRM_LEAD_END
Your CRM email parser can now extract structured data automatically!
📊 Use Case 2: Lead Qualification Filter
Scenario: Different team members handle different types of leads.
Custom Template:
⚡ NEW LEAD ALERT
Lead Type: {{question1}}
Budget Range: {{question2}}
Timeline: {{question3}}
Action Required:
- If Enterprise → Forward to Sales Director
- If SMB → Assign to Account Manager
- If Startup → Send to Growth Team
Contact: {{question4}} | {{question5}}
Now your team knows exactly what to do with each lead!
🛒 Use Case 3: E-commerce Order Notification
Scenario: You need detailed order information in notifications.
Custom Template:
🛍️ NEW ORDER RECEIVED
Customer: {{question1}}
Email: {{question2}}
Product: {{question3}}
Quantity: {{question4}}
Shipping Address: {{question5}}
Total Amount: {{question6}}
Next Steps:
1. Verify payment in Stripe
2. Prepare order for shipping
3. Send tracking info to customer
Perfect for small online stores without complex order management!
📅 Use Case 4: Appointment Booking Confirmation
Scenario: Send formatted booking details to your team.
Custom Template:
📆 NEW APPOINTMENT BOOKED
Client Name: {{question1}}
Phone: {{question2}}
Email: {{question3}}
Service Requested: {{question4}}
Preferred Date: {{question5}}
Preferred Time: {{question6}}
⏰ ACTION REQUIRED:
- Check calendar availability
- Confirm appointment within 2 hours
- Send calendar invite to: {{question3}}
Your team gets all the context they need instantly!
🎓 Use Case 5: Event Registration with Details
Scenario: Collect and format event registration data.
Custom Template:
🎉 NEW EVENT REGISTRATION
Event: Annual Tech Conference 2026
Registrant: {{question1}}
Email: {{question2}}
Company: {{question3}}
Job Title: {{question4}}
Dietary Restrictions: {{question5}}
T-Shirt Size: {{question6}}
Registration Status: ✅ CONFIRMED
Action Items:
- Add to attendee list
- Send welcome email with agenda
- Prepare name badge
Advanced Template Techniques
1. Multi-Language Notifications
Create templates in different languages:
🌍 Nouveau formulaire soumis
Nom: {{question1}}
Email: {{question2}}
Merci de contacter ce prospect dans les 24 heures.
2. Conditional Instructions
Add decision-making context:
New Support Ticket
Issue Type: {{question1}}
Priority: {{question2}}
IF Priority = HIGH → Call customer within 1 hour
IF Priority = MEDIUM → Respond within 4 hours
IF Priority = LOW → Handle within 24 hours
Customer: {{question3}} | {{question4}}
3. Integration Webhooks Preparation
Format for automation tools like Zapier or Make:
WEBHOOK_DATA_START
{"name":"{{question1}}","email":"{{question2}}","phone":"{{question3}}"}
WEBHOOK_DATA_END
4. Team Routing Logic
🎯 NEW LEAD - ROUTE TO TEAM
Industry: {{question1}}
ROUTING RULES:
- Tech/SaaS → DevTeam@company.com
- Healthcare → HealthcareTeam@company.com
- Finance → FinanceTeam@company.com
Contact: {{question2}} | {{question3}}
Message: {{question4}}
Pro Tips for Better Notification Templates
✅ DO's
- Use clear labels before each variable:
Name: {{question1}}not just{{question1}} - Add context for action items and next steps
- Include timestamps or urgency indicators when relevant
- Format for readability with line breaks and emojis
- Test with real data before going live
- Keep it scannable — busy teams need quick comprehension
❌ DON'Ts
- Don't use wrong variable numbers — always count your fields correctly
- Don't forget to save after editing the template
- Don't make templates too long — keep it under 200 words if possible
- Don't include sensitive info in plain text if forwarding emails
- Don't forget to test — send a test submission first
Troubleshooting Common Issues
Q: Variables show as {{question1}} instead of actual data
A: Check these:
- Make sure you're using the correct variable number (count your fields from top to bottom)
- Verify the notification is saved and active
- Send a new test submission (old submissions don't trigger new notifications)
Q: I'm not receiving any email notifications
A: Verify:
- Email notification is toggled to Active (green switch)
- Your email address is correct
- Check spam/junk folder
- Verify the form is Published (not Draft)
Q: How do I know which field is question1, question2, etc?
A: Count your form fields from top to bottom:
- First field =
{{question1}} - Second field =
{{question2}} - Third field =
{{question3}} - And so on...
Q: Can I customize the email subject line?
A: This depends on your Form2Doc notification settings. Check if there's a "Subject" field in the notification editor. If not, the system uses a default subject.
Q: Can I send different templates to different email addresses?
A: Yes! Create multiple email notifications with different:
- Email addresses
- Custom templates
- Activation rules
This lets you send formatted data to your CRM, human-readable notifications to your team, and structured data to automation tools — all from one form!
Why Custom Templates Are a Game-Changer
🚀 Benefits
- Save Time — No more logging in to check form details
- Instant Context — Know exactly what action to take
- Automation-Ready — Format for CRM, Zapier, Make, etc.
- Professional — Branded, structured notifications
- Flexible — Different templates for different teams
- Scalable — Handle hundreds of submissions efficiently
- Actionable — Turn notifications into tasks instantly
💼 Business Impact
- Sales Teams: Qualify leads faster with formatted data
- Support Teams: Prioritize tickets based on custom criteria
- Marketing: Track campaign sources and segment leads
- Operations: Route requests to the right department automatically
- Developers: Integrate with existing tools without APIs
Next Steps: Unlock More Form2Doc Features
Now that you've mastered custom notification templates, explore these powerful features:
- How to Embed Forms in WordPress — Add forms to your website
- Document Automation Guide — Generate PDFs from submissions
- Getting Started Tutorial — Complete Form2Doc walkthrough
Start Creating Custom Notification Templates Today
Custom notification templates transform generic form alerts into powerful automation triggers. Whether you're integrating with a CRM, routing leads to different teams, or simply want more context in your notifications — this feature gives you complete control.
Ready to get started?
- Log in to Form2Doc (or create a free account)
- Create a simple test form with 2-3 fields
- Add an email notification
- Customize the template with
{{question1}},{{question2}}variables - Send a test submission and watch the magic happen!
Need help? Check our documentation or contact support — we're here to help you build the perfect notification workflow.
Last updated: February 1, 2026