Title: Summary Across multiple pages
Last modified: March 24, 2022

---

# Summary Across multiple pages

 *  Resolved [digitalkeegan](https://wordpress.org/support/users/digitalkeegan/)
 * (@digitalkeegan)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/summary-across-multiple-pages/)
 * Right now we are using the “Summary” block effectively, specifically at the end
   of each page. It would save **a lot** of work though if we could use the _same_
   Summary block across multiple pages. So the ability to make a block be exceptional
   in pagination or to have a block that mirrors another so that whatever is in 
   one is shown in the other?
 * I also welcome any other solutions to this problem you might have, I’d really
   appreciate any advice you have, please help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsummary-across-multiple-pages%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/summary-across-multiple-pages/#post-15491363)
 * Hello [@digitalkeegan](https://wordpress.org/support/users/digitalkeegan/)
 * Thank you very much for using our plugin. you have two alternatives:
 * * You can duplicate the summary field and insert it on every page of the multi-
   page form.
 * * Or you can insert a unique summary field in the form and insert an “HTML Content”
   field with the following piece of code as its content:
 *     ```
       <script>
       fbuilderjQuery(document).one('showHideDepEvent', function(){
       fbuilderjQuery('.cff-summary-field').appendTo('#fbuilder [id *= "fieldlist_"]');
       });
       </script>
       ```
   
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Summary Across multiple pages’ 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

 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [summary](https://wordpress.org/support/topic-tag/summary/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/summary-across-multiple-pages/#post-15491363)
 * Status: resolved