Victor, you've described the following function on your site:

"Further test the installation by logging out and making anonymous use of the site-wide contact form. The name will be inserted into the Salesforce account as a new lead, together with the email and subject."

I've tested the contact form. Everything works fine but the subject is not submitted to Salesforce. The subject handling happens in line salesforce.module line 289. In Salesforce the subject field remains empty (despite the prefix "contact us form with the subject:").

Comments

victorkane’s picture

Status: Active » Fixed

Thanks! fixed.

Pesky _POST needing to be replaced with form_values again.

See diff here:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/salesforce/...

either download from CVS DRUPAL-5 branch or download tomorrow's snapshot!

Changing to fixed.

bjacob’s picture

Victor is it possible that there are more problems with the Pesky _POST? I've found more of them in the salesforce.module on line 281, 297, 307, 309?

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

victorkane’s picture

Status: Closed (fixed) » Active

Actually, bjacob is absolutely right, this should have been fixed ages ago.

victorkane’s picture

Status: Active » Fixed

Now, finally, fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.