Here’s yet another example of the code required to post leads directly into SwiftCRM:
<input type=”hidden” name=”iSubscriberId” value=”YOUR_ACCOUNT_NUMBER_HERE”>
<input type=”hidden” name=”vType” value=”DS” /> // each lead type has a short code – this one is “Debt Settlement Leads”
<input type=”hidden” name=”bulkLeads” value=”1″ /> // This skips the catcpha verification
<input name=”extra_IPaddress” value=”—” /> // not required
<input name=”vCity” value=”—” />
<input name=”vState” value=”—” />
<input name=”vZip” value=”—” /> // note: our system will convert zip code to city and state for you, so generally, we encourage you to just get the zip – let us do the rest.
<input name=”vFirstName” value=”—” />
<input name=”vLastName” value=”—” />
<input name=”vLeadTypeField1″ value=”—” /> //* DEBT AMOUNT
<input name=”vPhone1″ value=”—-” />
<input name=”vPhone2″ value=”—-” />
<input name=”vLastName” value=”—-” />
<input type=”hidden” name=”extra_debtaging” value=”—-” /> // you can prefix “extra_” before any variable name to have it inserted into the comments.
<input type=”hidden” name=”extra_time_to_call” value=”—-” /> // we actually have a field for time to call, so this isn’t recommended – better is to use the vTimeToCall field, so our CRM can help you schedule your calls.
<input type=”hidden” name=”extra_comments” value=”—-” />
Related posts:
- Enhancements to LeadHandler Code Enhancements to LeadHandler Code; addition of ability to drop leads...
- Variables for Web Forms Naming of variables for hooking up a web form to...
- How do I… connect SwiftCRM to my Website? How to Connect SwiftCRM\'s CRM and Autoresponder to your website...
- Lead Providers SwiftCRM can work with Lead providers SwiftCRM can import from directly...
- Lead-Types for Auto-Insertion Covers how to integrate web forms with SwiftCRM for automation...
Related posts brought to you by Yet Another Related Posts Plugin.




