InsideSales.com is the only provider of on-demand CRM services with built in telephony integration specifically designed for responding quickly and consistently to every lead you receive. We call it Lead Response Management. We make selling through the web and over the phone easy. We tie directly to forms on your website that import your leads directly into the CRM, then we route the lead and check to see if reps are standing by. We then trigger callbacks to your leads in seconds with our dialers; dramatically increasing the number of contacted and qualified leads you receive. We then help you manage prospects, work deals, and manage customers all out of one system. Our reporting lets you truly analyze from your lead sources all the way to dollars in the house. And with our unique 'pay for what you need' fee structure you never need to make large capital investments for enterprise class systems. You can purchase a CRM seat, outbound dialer seat and inbound agent seat on an agent basis paying only for what you need at one low rate. Sign up for a free trial, start dialing and see how it can increase your sales in 10 days or less.
Use of the InsideSales.com service and this Web site constitutes acceptance of our Terms of Use and Privacy Policy. © 2008 InsideSales.com, Inc., All rights reserved. U.S. Patent Pending.


The hidden inputs are all tied to some action or variable that is going to happen when someone submits their information on the form.
Now, the "oi" option stands for "Owner ID", which is the reference number of the employee of the system that will be the new "owner" of the lead when it arrives. Every person who has a login to EMI's system has an Owner ID. This can be found in the Manage Employees section of the system. If you look at an employee's profile, there is a field there that says "System Identifier: 5" or something to that effect. That is the number that would go into Web form. If you always want the leads to go to the main administrator, set the owner ID to 1 in the Web form.
The campaign_id option designates which campaign the lead should be assigned to when it arrives. This is a number that goes with a specific campaign name. If you go to your campaigns tab and click on the name of a campaign, in the browser URL you'll a string that looks something like this:
https://mycompany.insidesales.com/campaigns/campaign?campaign_id=6
Notice the last section says "campaign_id=6"? Well, that campaign id number is what you'd put into the Web form, so that when the lead is submitted it is assigned to the right campaign!
So, to fix the form, put the correct id numbers in, and then remove all of the extra characters, like the ##, or the __, or !! and just leave the id number.
Finally, the email option is an auto-response action that will automatically go into your InsideSales site and find an email with that ID number and send it as an immediate response action to your new lead request. Once again, just like your campaigns, every email has an ID number associated with it, which you can get from the browser URL when you go to look at one of the emails, for example:
https://mycompany.insidesales.com/emails/email?email_notice_id=16
So, if you want to take advantage of the immediate response email option, you can use it.