• Resolved doma2korg

    (@doma2korg)


    Hi Team,

    is it possible to add a button or link to the Thank You page to print the content of the form with values (selected + calculations) or just the entire Thank You page?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @doma2korg,

    Actually, it is a simple javascript code that is not related directly with the plugin. For example, you can insert an <input> tag in any of your pages with the following code:

    <input type="button" value="Print Me" onclick="window.print();">

    and that’s all.

    If you want a more elvorated solution, you can use the printForm block of the “CP Block” plugin (https://www.ads-software.com/plugins/cp-blocks/). The name of the block is “Print Form”, but you can pass to it as parameter any valid selector, and would be printed only this section of the webpage (https://services.dwbooster.com/blocks/Form+Tools#11)

    Best regards.

    Thread Starter doma2korg

    (@doma2korg)

    Hi Team,

    Thanks a lot for the suggestions. First one works like a champ!
    On the second one using CP Block could you provrde an example? Not sure I’m making this right..

    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hello @doma2korg,

    If you are using the printForm block of the “CP Block” plugin on your webpage, please, send me the URL to the webpage to check it in details.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Print form/page from Thank You page’ is closed to new replies.