PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

salesforce web-to-lead versus web-to-case

  1. In line 378 of salesforce.php in the Gravity-salesforce-add-on plugin has the following -

    $result = wp_remote_post('https://'.$sub.'.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8', $args);

    Our website uses salesforce for both leads and support cases. It would be great if there was a way to add a parameter on the FORMS page to indicate if it is a lead or case form. If a lead then use the above statement, if a case use the following

    $result = wp_remote_post('https://'.$sub.'.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8', $args);

    It could be simple radio button much like the salesforce button that is already there - except the button would only be active when the 'integrate with salesforce' radio button is clicked.

    Posted 12 years ago on Saturday April 7, 2012 | Permalink
  2. any thoughts here ??

    Posted 12 years ago on Monday April 9, 2012 | Permalink
  3. The SalesForce Add-On was not created by our company.

    It is a 3rd party plugin and was not created and is therefore not supported by us. You will need to contact the developer of the SalesForce Add-On with any questions or issues you may have.

    The Gravity Forms SalesForce Add-On is located here:

    http://wordpress.org/extend/plugins/gravity-forms-salesforce/

    The support forum for the Gravity Forms SalesForce Add-On is located here:

    http://wordpress.org/tags/gravity-forms-salesforce?forum_id=10

    Posted 12 years ago on Tuesday April 10, 2012 | Permalink

This topic has been resolved and has been closed to new replies.