Title: abdiyohan's Replies | WordPress.org

---

# abdiyohan

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] SalesForce new endpoint with the Summer ‘17 release](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/)
 *  [abdiyohan](https://wordpress.org/support/users/abdiyohan/)
 * (@abdiyohan)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/#post-9150319)
 * [@espo74](https://wordpress.org/support/users/espo74/) Lol, you’re over my head
   on this one (designer, not front-end/wordpress dev). If you’re looking for why
   I used Curtis’ method, he gave clear directions to someone who doesn’t work in
   php and they worked, is my reason. Yours makes sense, though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] SalesForce new endpoint with the Summer ‘17 release](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/)
 *  [abdiyohan](https://wordpress.org/support/users/abdiyohan/)
 * (@abdiyohan)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/#post-9150250)
 * [@espo74](https://wordpress.org/support/users/espo74/) I think the code added
   to functions.php allows you to see the filter and make the url update found in
   gravity-forms-salesforce/inc/web-to-lead.php [line 711]. That’s how I was able
   to make the url update specified in the email. In lieu of an official update,
   this is what we had to do. Other than testing it by successfully sending a lead
   to SF, I’m not sure how to verify that we’re good for June 2017.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] SalesForce new endpoint with the Summer ‘17 release](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/)
 *  [abdiyohan](https://wordpress.org/support/users/abdiyohan/)
 * (@abdiyohan)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/#post-9149991)
 * Not yet, [@espo74](https://wordpress.org/support/users/espo74/). Hoping [@curtisl](https://wordpress.org/support/users/curtisl/)
   or someone else responds soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] SalesForce new endpoint with the Summer ‘17 release](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/)
 *  [abdiyohan](https://wordpress.org/support/users/abdiyohan/)
 * (@abdiyohan)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/salesforce-new-endpoint-with-the-summer-17-release/#post-9138117)
 * Thank you, [@curtisl](https://wordpress.org/support/users/curtisl/)! Your instruction
   was thorough and super helpful.
 * I echo [@webvixn](https://wordpress.org/support/users/webvixn/)’s request of 
   a way to double check to see if this is working other than by sending a lead 
   and seeing it go through to SalesForce. If anyone knows of a way to double check,
   please let me know. The people I work with are still wary that we’ll be set for
   June.
    -  This reply was modified 8 years, 12 months ago by [abdiyohan](https://wordpress.org/support/users/abdiyohan/).
      Reason: forgot to check "notify me of follow-up replies via email"
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] Web-to-Lead Error– function WP_List_Table::get_columns()](https://wordpress.org/support/topic/web-to-lead-error-function-wp_list_tableget_columns/)
 *  [abdiyohan](https://wordpress.org/support/users/abdiyohan/)
 * (@abdiyohan)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/web-to-lead-error-function-wp_list_tableget_columns/#post-8923204)
 * Not sure if you’re still looking for input on this, but after an hour of trial
   and error, I fixed this issue for the web-to-lead plugin.
    1. First, I went to this folder wp-content/plugins/gravityforms/includes/addon
    2. Second, I opened class-gf-feed-addon.php
    3. Third, I pasted this code in the class GFAddOnFeedsTable extends WP_List_Table{
    4. > function get_columns() {
       >  $columns = array( ‘name’ => ‘Name’, ‘subject’ =>‘
       > Subject’ ); return $columns; }

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