Title: Own custom &#8220;Next&#8221; button
Last modified: September 10, 2021

---

# Own custom “Next” button

 *  Resolved [eduardonie](https://wordpress.org/support/users/eduardonie/)
 * (@eduardonie)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/own-custom-next-button/)
 * How do I switch between pages using my own custom “Next” button?

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/own-custom-next-button/#post-14860366)
 * Hello [@eduardonie](https://wordpress.org/support/users/eduardonie/)
 * You can move next and forward with your own buttons by calling the operation `
   fbuilderjQuery.fbuilder.goToPage`
 * The attribute of this operation is an object with the properties:
 * form, the current form object.
    from, the index of the current page, beginning
   from zero. to, the index to the page to jump.
 * For example, if you insert a button in the first page and you want to jump to
   the third page, insert a button in the form with the following piece of code 
   as its onclick event:
 * `var f = this.form;fbuilderjQuery.fbuilder.goToPage({form:f,from:0,to:2});`
 * Best regards.
 *  Thread Starter [eduardonie](https://wordpress.org/support/users/eduardonie/)
 * (@eduardonie)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/own-custom-next-button/#post-14860383)
 * Thank you very much.

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

The topic ‘Own custom “Next” button’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [next](https://wordpress.org/support/topic-tag/next/)

 * 2 replies
 * 2 participants
 * Last reply from: [eduardonie](https://wordpress.org/support/users/eduardonie/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/own-custom-next-button/#post-14860383)
 * Status: resolved