function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MilesMiles 

web 2 lead form integration problems

Have been working on trying to get our drupal CMS form engine to submit to the web2lead tracking for Google.

Have everything working but can't get the form to return to the landing page. I seems that the salesforce javascript alters the action value in the form and just drops you on a blank sf page - http://lct.salesforce.com/sfga

And ideas??? Am willing to pay for a little assistance on this one as its preventing up from being able to use salesforce.

thanks!
ksks
Hi Miles -

Drop us a line with your contact information at sfga@salesforce.com
We'd be happy to talk through your CMS-based custom form implementation.

Thanks,
-Kraig
ksks

This issue was resolved with a general discussion on web-to-lead form implementation. Generally, you can insert leads into Salesforce in one of 2 ways:

(1) Salesforce standard web-to-lead form (Setup > Customize > Leads . Web-to-Leads)

(2) Custom web-to-lead forms that use form handlers to post new leads into Salesforce via the API or web-to-lead servlet.

Once either of these mechanisms are in place, the SFGA javascript snippet (tracking code) will track the source of web leads, including extensive Google AdWords tracking.   More info on lead source values can be found on the SFGA blog at: http://blogs.salesforce.com/adwords/2007/01/new_feature_upd.html

Thanks,
-Kraig
mailto:sfga@salesforce.com