Title: lshade's Replies | WordPress.org

---

# lshade

  [  ](https://wordpress.org/support/users/lshade/)

 *   [Profile](https://wordpress.org/support/users/lshade/)
 *   [Topics Started](https://wordpress.org/support/users/lshade/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lshade/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lshade/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lshade/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lshade/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lshade/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] Custom salesforce field](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/#post-2673605)
 * Yes either remove or comment out the print statement above. I thought I had commented
   these out. I left them in for debugging purposes when trying to get this to work
   with the web-to-case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] Custom salesforce field](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/#post-2673586)
 * Here is a link to a page with the php/plugin file.
 * [http://www.v1tech.net/gravity-forms-salesforcefix](http://www.v1tech.net/gravity-forms-salesforcefix)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] Custom salesforce field](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/#post-2673552)
 * [SOLVED] – salesforce.php was missing the case for a multi-set field from Gravity
   forms. Code was always looking for an Array in “inputs” when form meta table 
   has it listed under “choices”. Other challenge was pulling the correct data from
   the $_POST. Had to make additional modes to be able to use the php implode already
   in the code.
 * Many print and print_r later with die() enabled I have it working and imports
   properly into salesforce.
 * Currently working to get Web-To-Case working – need to add variable to Form Settings
   page and check while in the push function to select the correct serverlet from
   Salesforce
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] web-to-case](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-web-to-case/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-web-to-case/#post-2673010)
 * How does salesforce.php add [enableSalesforce] to form meta table.
    Have implemented
   input to toggle between Wed-To-Lead and Web-To-Case but need to store value in
   form meta table.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] web-to-case](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-web-to-case/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-web-to-case/#post-2672973)
 * Can gravity forms work with multiple “add-ons” at one time. Can I just change
   the single line as noted above and install this as another plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] Custom salesforce field](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-custom-salesforce-field/#post-2673514)
 * I have done so with no luck.
 * The FAQ also mentions it is possible to put this in the Admin Label field. This
   did not work either.
 * I have also tried entering Product_Picklist__c in the following combinations:
 * Admin Label
    Parameter Name both Admin Label and Parameter Name
 * Values make it to Salesforce for all input fields except for the picklist.
 * here is the web address of the form on the staging server – I am using a Multi-
   set field on the form for the picklist
 * [http://wp.allegrosoft.com/contact-us](http://wp.allegrosoft.com/contact-us)
 * I have tried selecting a single item and multiple items from the picklist with
   no success.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] [Plugin: Gravity Forms Salesforce Add-on] web-to-case](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-web-to-case/)
 *  Thread Starter [lshade](https://wordpress.org/support/users/lshade/)
 * (@lshade)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-gravity-forms-salesforce-add-on-web-to-case/#post-2672901)
 * In line 378 of salesforce.php in the plugin has the following –
 * $result = wp_remote_post(‘[https://&#8217](https://&#8217);.$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://&#8217](https://&#8217);.$sub.’.salesforce.
   com/servlet/servlet.WebToCase?encoding=UTF-8′, $args);

Viewing 7 replies - 1 through 7 (of 7 total)