We are using GF to gather lead data and the forwarding the data to Salesforce.com's web-to-lead functionality by passing the form data in the URL string. See http://www.thecallcenterschool.com/catalog as an example. The forms work correctly, gather the data, push to salesforce, and redirect to the "success' page in both Firefox and Chrome. In IE, the data is colllected and pushed to salesforce.com, but the redirect fails.
The URL string passed back from SF is: https://www.salesforce.com/servlet/servlet.ExternalRedirect?url=http%3A%2F%2Fwww.thecallcenterschool.com%2Fcatalog-success It appears that the issue is the character codes for : and /
Any suggestions on how to resolve the redirect issue?
Form code is here:
encoding=UTF-8&oid=00000xxxxxxxx&retURL={return:17}&first_name={First Name:1}&last_name={Last Name:2}&title={Title:3}&company={Company Name:4}&street={Address (Street Address):11.1}&city={Address (City):11.3}&state={Address (State / Province):11.4}&zip={Address (Zip / Postal Code):11.5}&country={Address (Country):11.6}&email={Email:10}&phone={Phone:12}&00N30000007AxqH={Catalog Preference:13}&00N30000007AxqR={Would you like to be notified of catalog and course updates via email?:16}&lead_source={Lead_Source:15}