Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter anshu_mah

    (@anshu_mah)

    My second query is if i use following code in print top page element
    it print as it is the field value are not printed is there any way to print
    fields value. code i am using is:-

    <table width=”400″ border=”1″>
    <tr>
    <td>Applicant Name </td>
    <td>[your-name]</td>
    </tr>
    <tr>
    <td>Father Name </td>
    <td>[father-name]</td>
    </tr>
    <tr>
    <td>Sex</td>
    <td>[radio-42]</td>
    </tr>
    <tr>
    <td>Mobile No </td>
    <td>[text-mobile]</td>
    </tr>
    <tr>
    <td>E-Mail</td>
    <td>[your-email]</td>
    </tr>
    <tr>
    <td>Address</td>
    <td>[textarea-add]</td>
    </tr>
    <tr>
    <td>Jati</td>
    <td>[text-jati]</td>
    </tr>
    <tr>
    <td>DOB</td>
    <td>[date-371]</td>
    </tr>
    <tr>
    <td>Education Details </td>
    <td>[textarea-182]</td>
    </tr>
    <tr>
    <td>Bank Name </td>
    <td>[text-828]</td>
    </tr>
    <tr>
    <td>Transaction No </td>
    <td>[text-tran]</td>
    </tr>
    <tr>
    <td>Post</td>
    <td>[menu-983]</td>
    </tr>
    <tr>
    <td>Area To Work </td>
    <td>[checkbox-12]</td>
    </tr>
    </table>

    Thread Starter anshu_mah

    (@anshu_mah)

    I have found solution for my first query actually i was defining class in wrong manner i used this class=”noprint” to <p> tag now works fine .
    but for my second query is their any solution that instead of tag name it prints value of that field in print top page html.

    Plugin Author Baden

    (@baden03)

    it would not be possible with the print-o-matic plugin to print only the value of a form, and not the entire form. This might be something we could add to the pro version… but you should be able to accomplish this just by adjusting the print-only CSS

    Thread Starter anshu_mah

    (@anshu_mah)

    i am asking that how to print values in print top page html
    i was using mail tags to print but it doesn’t worked.

    Thread Starter anshu_mah

    (@anshu_mah)

    i have selected what fields to print it works fine.
    but on last of page you will see a table in that i have used mail tags to print but that doesn’t work.
    https://upssg.in/application/

    Plugin Author Baden

    (@baden03)

    seems to be working fine now.
    issue marked as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to hide labels from printing in contact form 7’ is closed to new replies.