Overview
Web forms help you capture information from prospects. However, some prospects can be reluctant to submit lengthy forms or provide accurate information about themselves. When you use Apollo's data, you can auto-fill web form entries based on prospects' email addresses.
Check out the following sections to learn more about form enrichment.
Form Enrichment Benefits
Apollo provides two options to enrich your web forms:
- Auto-fill: Apollo automatically enriches web form fields based on a prospect's email address.
- Form shortening: Apollo hides auto-filled fields from prospects to effectively shorten the web form. Enabling this option increases the likelihood that a prospect will finish submitting your form, but also removes their ability to edit the auto-filled answers.
When enabled, form enrichment and form shortening can deliver several benefits to your team, including:
- Increased form submissions: Prospects are more likely to submit web forms when they have to answer fewer questions. When an email address matches Apollo's contact data, Apollo automatically supplies relevant data for the contact such as company name, size, and location. You can also choose to hide auto-filled fields entirely, which streamlines form completion.
- More info about prospects: Apollo still auto-fills entries for questions that you mark as optional. This means you can make more questions optional to reduce friction for the prospect, while still collecting valuable information.
- More accurate data: When you rely on Apollo to enrich your form fields, you can avoid inaccuracies, reduce human errors, and ensure you collect up-to-date, accurate data for each prospect.
Try Web Form Enrichment
Want to see Apollo's form enrichment in action? Enter an email address for a known contact in the Email field and see whether Apollo auto-fills the Name and Company Name fields.
See the Pen Apollo Web Form Enrichment by Brandan Blevins (@Brandan-Blevins) on CodePen.
Enable Form Enrichment
Only admin on Apollo can enable form enrichment.
To use form enrichment, you need to set up Apollo meetings first. If you're not already familiar, get to know inbound routers as well.
To enable form enrichment for your web forms:
- Launch Apollo and click Meetings.
- Either create a new inbound router, or share an existing inbound router.
- When Apollo presents the link to share your intake form, click the Integrate with your website form tab.
- Complete the following:
- Add the domains where you host your web form.
- Toggle on the form enrichment options.
- Map the fields in your Apollo intake form to your web form. The web form field names must match the field names in your code. If there is an
emailaddressfield in the code of your web form, enter that full field name, notemail. Please also double-check that your web form fields aretype="text"and nottype="hidden". If you do not define your fields as normal, the Apollo script automatically hides your fields and auto-fill won't work. - Copy the JavaScript code snippet that Apollo generates. Add the JS snippet to your website, and use
window.ApolloMeetings.submit()to pass your web form submissions to Apollo.
Next Steps
Looking to get even more out of your enriched forms? These resources can help you go further.
| Meetings Overview | Get to know meetings on Apollo and turn conversations into lasting connections. |
|---|---|
| Set Up Apollo Meetings | Get your routing foundation in place by setting up Apollo meetings to capture, qualify, and route inbound leads seamlessly. |
| Inbound Routers Overview | Make sure every form submission lands in the right hands when you configure inbound routers to assign meetings based on rules like territory or availability. |
| Data Accuracy in Apollo | Keep your enrichment reliable by maintaining high-quality data so your forms auto-fill with the most relevant and up-to-date information. |