Title: Auto scroll
Last modified: October 9, 2025

---

# Auto scroll

 *  Resolved [PB](https://wordpress.org/support/users/ohtusabes/)
 * (@ohtusabes)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/auto-scroll-6/)
 * Hi codepeople2
 * I want the form to automatically scroll to fieldname88 when a checkbox is selected.
   Is there a way to do this?
 * Thank you in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fauto-scroll-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/auto-scroll-6/#post-18675182)
 * Hello [@ohtusabes](https://wordpress.org/support/users/ohtusabes/)
 * Yes, of course, that’s possible. You can insert a calculated field in the form
   to be used as an auxiliary, and enter the following equation:
 *     ```wp-block-code
       (function(){    if(fieldname89) {        getField(fieldname88|n).jQueryRef()[0].scrollIntoView({ behavior: 'smooth', block: 'start' });    }})()
       ```
   
 * As the calculated field is used as an auxiliary, you can hide it and exclude 
   the file from submission by ticking a couple of checkboxes in its settings.
 * Best regards.
 *  Thread Starter [PB](https://wordpress.org/support/users/ohtusabes/)
 * (@ohtusabes)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/auto-scroll-6/#post-18675245)
 * Hi [@codepeople2](https://wordpress.org/support/users/codepeople2/)
 * Amazing!
 * Thank you
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/auto-scroll-6/#post-18675250)
 * Hello [@ohtusabes](https://wordpress.org/support/users/ohtusabes/)
 * If you have been satisfied with both the plugin and our support, we would be 
   immensely grateful if you could leave us a review on the plugin ( [https://wordpress.org/support/plugin/calculated-fields-form/reviews/](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)).
   Your feedback will help us reach more users. 
 * Best regards. 

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

The topic ‘Auto scroll’ 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

 * [automatic](https://wordpress.org/support/topic-tag/automatic/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 3 replies
 * 2 participants
 * Last reply from: [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * Last activity: [6 months, 1 week ago](https://wordpress.org/support/topic/auto-scroll-6/#post-18675250)
 * Status: resolved