Title: barryanders's Replies | WordPress.org

---

# barryanders

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

 *   [Profile](https://wordpress.org/support/users/barryanders/)
 *   [Topics Started](https://wordpress.org/support/users/barryanders/topics/)
 *   [Replies Created](https://wordpress.org/support/users/barryanders/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/barryanders/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/barryanders/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/barryanders/engagements/)
 *   [Favorites](https://wordpress.org/support/users/barryanders/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 Sticky Form] Compatibility with Gravity Forms v1.9 beta](https://wordpress.org/support/topic/compatibility-with-gravity-forms-v19-beta/)
 *  Thread Starter [barryanders](https://wordpress.org/support/users/barryanders/)
 * (@barryanders)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/compatibility-with-gravity-forms-v19-beta/#post-5580819)
 * Any word on this? Looks like they just updated to version 1.9 official release
   a few days ago. It’s out of beta. I’m going to test it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky Form] Compatibility with Gravity Forms v1.9 beta](https://wordpress.org/support/topic/compatibility-with-gravity-forms-v19-beta/)
 *  Thread Starter [barryanders](https://wordpress.org/support/users/barryanders/)
 * (@barryanders)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/compatibility-with-gravity-forms-v19-beta/#post-5580544)
 * I can confirm that it doesn’t appear to work with Gravity Forms 1.9 beta 5 either.
   I hope it’s just something small.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to Skip Checkout Page?](https://wordpress.org/support/topic/how-to-skip-checkout-page/)
 *  Thread Starter [barryanders](https://wordpress.org/support/users/barryanders/)
 * (@barryanders)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-skip-checkout-page/#post-4387815)
 * To put it simple, here’s the default Woocommerce progression:
 * Shop Loop -> Cart -> Checkout -> Order Confirmation -> Account Page
 * Here’s what I currently have:
 * Shop Loop -> Checkout -> Account Page
 * I would prefer this:
 * Shop Loop -> Account Page
 * But am willing to accept this if I can find a way to automatically submit the
   checkout form when that page loads so the user doesn’t have to click anything:
 * Shop Loop -> Checkout -> Account Page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Game Schedules] Question about Schedule ID](https://wordpress.org/support/topic/question-about-schedule-id/)
 *  Thread Starter [barryanders](https://wordpress.org/support/users/barryanders/)
 * (@barryanders)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/question-about-schedule-id/#post-4187031)
 * The more I look, the more I think that it has nothing to do with the ID being
   letters. It doesn’t always delete the data either. Sometimes, it stays, but other
   times it all clears. Still working on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Help With Gravity Forms Input Fields](https://wordpress.org/support/topic/help-with-gravity-forms-input-fields/)
 *  Thread Starter [barryanders](https://wordpress.org/support/users/barryanders/)
 * (@barryanders)
 * [13 years ago](https://wordpress.org/support/topic/help-with-gravity-forms-input-fields/#post-4137977)
 * I’ve made significant progress, but I still need a little help.
 * My code as it stands is like so:
 *     ```
       $form_id = RGFormsModel::get_form_id('Domains');
       $form = GFFormsModel::get_form_meta($form_id);
       $field = GFFormsModel::get_field($form, 1);
       $leads = RGFormsModel::get_leads($form['id']);
   
       foreach($leads as $lead)
       {
           foreach($field as $field_id)
           {
               $value = rgar($lead, (string) $field_id);
               echo $value;
           }
       }
       ```
   
 * This returns all entries for the field I want, however, I only want to return
   the entry that was submitted with that particular product. Help?

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