• some fields in a form not filled, how to let the plugin ignored non filled field

    i put the plugin inside a result page of a registration form, however some field will have be empty, is there a way to filter out the empty fields??

    for example

    <table>
     <tr><td>ABC</td><td>hello world</td></tr>
     <tr><td>DEF</td><td></td></tr>
    </table>

    so that when click on download pdf link
    the plugin automatically filter out the field and only remains

    <table>
     <tr><td>ABC</td><td>hello world</td></tr>
    </table>

    http://wordpress.org/extend/plugins/printfriendly/

Viewing 1 replies (of 1 total)
  • Hi,

    Were you trying to print a webpage that has forms in it? Like a registration form or something alike that the user is supposed to fill up and the PrintFriendly button is supposed to capture from the fields?

    If that is what you were trying to achieve, unfortunately, PrintFriendly does not allow form printing. You can only use it to print web pages, posts, news articles, recipes, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘some fields in a form not filled, how to let the plugin ignored non filled field’ is closed to new replies.