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

    (@baden03)

    you will need to include the CSS for your form on the print page.
    This will have to be manually copy-pasted into the Print CSS section of the plugin option page.
    Alternately you can upgrade to Print-Pro-Matic and include a link to an external CSS file.

    Hope this helps.

    Thread Starter Asifur Rahman

    (@aj0ob)

    I wish I could upgrade to Print-Pro-Matic but I just need this problem fixed and need this for huge amount of pages(different domain). Can’t afroad this.

    Added css in “Custom Print Page Style” but text fields aren’t showing properly. Added this css for textarea

    /* Contact form input bottom border */
    
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
        background: white;
        border-bottom: 1px dashed #D6D6E6;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    https://imgur.com/3LBJKDJ

    Plugin Author Baden

    (@baden03)

    Sorry, this feature is not available in the free version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't properly print contact form 7’ is closed to new replies.