Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Baden

    (@baden03)

    Yes.
    In the print dialogue box that pops up: uncheck print headers and footers.

    This is an option of your browser’s print function.

    Thread Starter Megan.ons

    (@meganons)

    Works perfectly!

    Another issue, is it possible to hide the text box from the print? I can use skins for contact form and high from the page but not from the output.

    Plugin Author Baden

    (@baden03)

    Yes,
    if you know the class or id of the elements you want NOT to print, you can use the do_not_print feature either used per-page using the do_not_print shortcode attribute, or set globally in the plugin settings page.

    More info on the documentation page.

    Thread Starter Megan.ons

    (@meganons)

    I think I had put the question wrongly.

    I meant, hide the borders of text boxes which show up in the print. Can it be shown as normal continuous sentences (without text box borders).

    I tried making the borders invisible using skins but the print would still have the borders of text boxes.

    Plugin Author Baden

    (@baden03)

    you can remove the borders by adding CSS to the Custom Print Page Style under Dashboard > Settings > Print-O-Matic

    Try:

    input[type=text] {
        border-style: none;
    }

    Thread Starter Megan.ons

    (@meganons)

    It worked! Brilliant

    I will mark the query as resolved.

    Thanks a ton Baden!

    Plugin Author Baden

    (@baden03)

    Huzzah! if you are happy with the plugin or it’s support… and you know it… leave a review!
    Issues marked as resolved with a BULLET.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Need to print only the contact form &’ is closed to new replies.