• Resolved digitalkeegan

    (@digitalkeegan)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @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.