Rename pagination fields

Options
Is there an easy way to rename pagination fields?

Specifically, I'd like to add underscores and make all lowercase

For example:
curPageto
cur_page

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    You'd need to use the Update Variable function to set a new field called cur_page with the value of curPage... and then use unset curPage to remove from the response