• Resolved kreatur

    (@kreatur)


    I’ve added a print block with CP Blocks and I can’t figure out why the button isn’t showing.
    I’ll link to a test form page.

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @kreatur

    The block includes only the “printForm” operation into the form. Now, you should insert the button that calls the operation. Please, insert a button field in the form, and enter the following piece of code as its onclick event:

    printForm(this.form);

    Best regards.

    Thread Starter kreatur

    (@kreatur)

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Print not showing’ is closed to new replies.