Juvo Leads Form Tracking
Juvo Leads Form Tracking allows you to track contact forms on your website and send those leads into the Juvo Leads Dashboard. You can enable Form Tracking under your site settings. Once Form Tracking is enabled you collect all your website forms and view them within the Juvo Leads Dashboard. You can also set-up lead alert notifications via Email and SMS. You can also enable advanced features like Fast Dial which allows your phone to ring the second someone submits a form so you can call them back instantly. .
By default the Form Tracking will automatically track form submissions that contain the following fields:
- First Name / Last Name
- Phone
- Message
If you need additional fields tracked you can ask your account manager to help set this up for you.
Forms that are directly hardcoded into your website code are the easiest for our system to track. To determine if your form is hard coded into your website follow these steps:
- Go to a page of your website that contains a contact form
- Right click anywhere on the page and select “View Page Source”.
- If you can find your form HTML within your website page source then we can most likely track your forms. Example below:
It is important that each of your form input fields contain either an ID or a name. Friendly names such as “first_name”, “last_name”, “email”, “phone”, “message” are preferred but we can also accept non friendly names such as “input_1_1”, “input_2_1” etc.
There are a few types of forms that we can not track, these include:
- iframe forms
- Javascript loaded forms
If you Right Click –> “View Page Source” and you do not see the <form> HTML then you probably using a javascript embed option which we currently do not support.
Here are a list of forms that we do support:
- Hard Coded HTML Forms
- WordPress Form Plugins
Forms Not Supported:
- HubSpot iframe / javascript forms