Intake Forms requires BASIC+
Upgrade to Basic plan or higher
What Are Intake Forms?
Overview
Intake Forms are customizable web forms that you can embed on your website to capture new leads and customer requests. When someone fills out a form, their information is automatically added to your Sergio account as a new lead or customer.
Benefits:
- Capture leads 24/7 from your website
- Automatically create customer records
- Reduce manual data entry
- Get instant notifications for new submissions
- Professional, branded forms that match your website
Common Use Cases
- Quote Requests - Let potential customers request quotes directly from your website
- New Customer Registration - Collect all necessary information before the first appointment
- Service Inquiries - Answer questions about specific services
- Appointment Scheduling - Let customers request specific dates and times
Creating a Form
Step 1: Access Form Builder
- Go to Marketing → Intake Forms in your Sergio dashboard
- Click + Create Form
- Choose a starting point:
- Select a template or start blank:
- New Customer Intake - Full contact and property details
- Quote Request - Basic info plus service needs
- Blank Form - Start from scratch
Step 2: Add Fields
Drag and drop fields from the sidebar to build your form:
Basic Fields
- • Text input (single line)
- • Text area (multi-line)
- • Phone number
- • Address
- • Dropdown select
- • Checkboxes
Advanced Fields
- • Date picker
- • Time picker
- • File upload
- • Star rating
- • Number input
- • Signature
Step 3: Configure Each Field
Click on any field to customize it:
- Label - What the customer sees
- Placeholder - Example text inside the field
- Required - Must be filled out to submit
- Help Text - Additional instructions below the field
- Validation - Rules for valid input (e.g., minimum length)
Step 4: Design Your Form
- Click the Design tab
- Choose your form colors (or use your brand colors)
- Select a font style
- Toggle your logo on/off
Step 5: Set Up Confirmation
- Click the Settings tab
- Write a custom thank you message
- Optionally redirect to a specific page after submission
Embedding on Your Website
Get the Embed Code
- Click Publish in the form builder
- Choose your embed type:
- Inline Embed - Form appears directly on your page
- Popup Modal - Form opens in a lightbox when triggered
- Direct Link - Link to a hosted form page
- Copy the provided code
Inline Embed Example
<!-- Paste this where you want the form -->
<div id="sergio-form-container"></div>
<!-- Paste this before closing </body> tag -->
<script src="https://sergio.app/embed.js"></script>
<script>
SergioForms.init({
formId: 'your-form-id-here',
container: '#sergio-form-container'
});
</script>Popup Modal Example
<!-- Your button -->
<button id="quote-button">
Get a Free Quote
</button>
<!-- Paste this before closing </body> tag -->
<script src="https://sergio.app/embed.js"></script>
<script>
SergioForms.popup({
formId: 'your-form-id-here',
trigger: '#quote-button'
});
</script>Using Direct Links
If you can't embed code, use the direct link to your form:
https://forms.sergio.app/yourcompany/form-nameYou can share this link in emails, social media, or text messages.
Managing Submissions
Viewing Submissions
- Go to Marketing → Intake Forms
- Click on a form to see its submissions
- Each submission shows:
- All submitted field values
- Submission date and time
- Submission source (website, direct link, etc.)
- Status (New, Contacted, Converted, etc.)
Notification Settings
Get alerted when new submissions come in:
- Go to form Settings
- Enable notification channels:
- Choose notification type:
- Email - Send to you and/or team members
- SMS - Text message alerts (requires phone plan)
- In-App - Dashboard and mobile app notifications
Converting to Customers
- Open a submission
- Review the submitted information
- Click Convert to Customer
- A customer record is created automatically
- You can then create quotes, jobs, or invoices for them
Exporting Data
Download your submissions for analysis or backup:
- Go to Marketing → Intake Forms
- Select a form
- Click Export
- Choose format: CSV or Excel
- Select date range and fields to include
Advanced Customization
Custom Styling
Match your form perfectly to your website:
- Use the Design tab for basic styling
- For advanced customization, add Custom CSS
- Override default styles with your own
- Contact support for help with complex styling
Multi-Language Forms
Create forms in multiple languages:
- Duplicate an existing form
- Translate all labels and text
- Save with a language suffix (e.g., "Quote Request - French")
- Embed the appropriate version on your language-specific pages
Conditional Logic
Show or hide fields based on previous answers:
- Click on a field
- Open the Logic tab
- Set conditions (e.g., Show this field if Service Type = Commercial)
- Add multiple conditions with AND/OR logic
Best Practices
Keep Forms Short
Fewer fields = higher completion rates:
- Quote requests: Name, email, address, brief description
- New customer intake: Full details can be collected over time
- Only ask for what you need to start
- Mark nice-to-have fields as optional
Mobile-First Design
Over 60% of form submissions come from mobile devices:
- Test your forms on phone and tablet
- Use large touch-friendly buttons
- Avoid complex layouts
- Use dropdowns instead of typing where possible
Fast Response Time
Respond to new leads within 1 hour for the best conversion rates. Enable notifications and check your submissions regularly.
A/B Test Your Forms
Try different versions to see what works best:
- Test different numbers of fields
- Try different headlines and descriptions
- Experiment with colors and button text
- Monitor conversion rates in your analytics
Need Help?
Our team can help you create effective intake forms that convert visitors into customers.
Contact Support