• Resolved begno93

    (@begno93)


    Hello everyone I’m using this plugin Calculated Fields Form that for me is perfect and with the addition of complementary blocks there is the ability to print but I can not figure out how to insert it to make it only print the block summary

    to make sure that you create a print button of the summary block only

    Thank you so much and sorry for my english!

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

    (@codepeople)

    Hello,

    If you are talking about to print only the summary field, and you are using the “Print Form” block of the “CP Blocks” plugin with your form, I recommend you to insert a button in the form with the following piece of code as its onclick event:

    
    printForm('.cff-summary-field');
    

    and that’s all.
    Best regards.

    Thread Starter begno93

    (@begno93)

    Perfect thank you very much!!!!! is it possible to add an effect to the button that appears to be clicked when I click on print?

    Plugin Author codepeople

    (@codepeople)

    Hello @begno93,

    You can define your own styles to be applied to the button, or you can insert a button of the “CP Blocks” plugin with its effects.

    Best regards.

    Thread Starter begno93

    (@begno93)

    You’re great, sorry if I take it, I wanted to ask how do I increase the size of the summary text? and then I wanted to ask you to customize the form for my site I can write directly to you for a quote?

    Plugin Author codepeople

    (@codepeople)

    Hello @begno93,

    Please, look the settings of the summary field, you can enter the classes names you want to apply to the labels and values of fields in the summary, and then, you can define these classes through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    If you need a custom coding service, you can contact me through my private website:

    https://cff.dwbooster.com/customization

    Best regards.

    Thread Starter begno93

    (@begno93)

    Data sent await reply
    thanks a lot
    let me know if you received my email

    • This reply was modified 7 years, 9 months ago by begno93.
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How to print only summary’ is closed to new replies.