Title: Pagination form vs Forms
Last modified: July 31, 2018

---

# Pagination form vs Forms

 *  Resolved [brechtp](https://wordpress.org/support/users/brechtp/)
 * (@brechtp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-form-vs-forms/)
 * I’m curious as to why the pagination uses a different event category than the
   submissions. Data would be much cleaner if instead of using the lowercase single‘
   form’ for pagination you used the same “Forms” that is applied to all the other
   actions.
 * Is there a reason this was done this way?
 * I’d like to see these unified under “Forms” to clean up reporting

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

 *  Plugin Author [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * (@ronalfy)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-form-vs-forms/#post-10545623)
 * [@brechtp](https://wordpress.org/support/users/brechtp/),
 * It’s mostly there because of backwards compatibility. When I inherited the plugin,
   the default was `Forms` and `Submission`, which can be changed per feed.
 * There are two options
 * 1. You can rename the feed to use `form` and `submission` to match pagination.
   
   2. The second, more advanced option is to use [gform_pagination_event_action](https://github.com/ronalfy/wordpress-gravity-forms-event-tracking#gform_pagination_event_action)
   and [gform_pagination_event_category](https://github.com/ronalfy/wordpress-gravity-forms-event-tracking#gform_pagination_event_category)
   and modify those to match your current goal.
 *  Thread Starter [brechtp](https://wordpress.org/support/users/brechtp/)
 * (@brechtp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-form-vs-forms/#post-10545804)
 * Thanks so much for your reply!
 * It looks like we could change
    `$event_category = apply_filters( 'gform_pagination_event_category','
   form', $form, $source_page_number, $current_page_number );`
 * to
 * `$event_category = apply_filters( 'gform_pagination_event_category', 'Forms',
   $form, $source_page_number, $current_page_number );`
 * Am I wading off track with that?
 * This is in GFGAET_Pagination.php
    -  This reply was modified 7 years, 10 months ago by [brechtp](https://wordpress.org/support/users/brechtp/).
 *  Plugin Author [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * (@ronalfy)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-form-vs-forms/#post-10549285)
 * You don’t want to edit the plugin file because an update will remove your custom
   code.
 * I’ve [created a gist for you](https://gist.github.com/ronalfy/60184c195bb074ff269b268c6677c6fb)
   that you’ll want to place in [functions.php](https://www.wpbeginner.com/glossary/functions-php/)
   in your theme or in a [site-specific plugin](https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/).
 *  Thread Starter [brechtp](https://wordpress.org/support/users/brechtp/)
 * (@brechtp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-form-vs-forms/#post-10549406)
 * WOW What service! ⭐️⭐️⭐️⭐️⭐️

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

The topic ‘Pagination form vs Forms’ is closed to new replies.

 * ![](https://ps.w.org/gravity-forms-google-analytics-event-tracking/assets/icon-
   256x256.png?rev=2524751)
 * [Event Tracking for Gravity Forms](https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-google-analytics-event-tracking/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-google-analytics-event-tracking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-google-analytics-event-tracking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-google-analytics-event-tracking/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [brechtp](https://wordpress.org/support/users/brechtp/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-form-vs-forms/#post-10549406)
 * Status: resolved