Hi,
The code for printing is only a demo about the use of javascript code in the button fields, but is not part of the plugin. If you want insert the “:” symbol at the end of labels, you simply should use the code like follow:
var w=window.open(null, ‘Print_Page’, ‘scrollbars=yes’);jQuery(‘#fbuilder input’).each(function(){var e = jQuery(this);e.attr(‘value’, e.val());});var tmp = jQuery(‘#fbuilder’).clone(); tmp.find(‘.fields>label’).each( function(){jQuery(this).html(jQuery(this).html()+’:’);});w.document.write(tmp.html());w.document.close();w.print();
Best regards.
Hi,
That’s great thank you. I’ve got it working now.
There’s one other thing that seems to be a bit weird, and that’s plain text emails are being messed with in Outlook. It merges lots of lines onto one line and displays “Extra line breaks in this message were removed”. Is there any way to change the coding to ensure that line breaks are forced? I’ve seen around the net about adding a tab at the end of each line (“\t\n”) to force Outlook to start a new line. Would there be a way to change the plugin’s code to do this?
I’ve tried using HTML version, with
tags but the issue is that I only want to display fields that aren’t empty, and you end up with loads of blank lines where the
tags are displayed but that line’s content isn’t.
Thanks,
Dan
Hi,
If you use the HTML format in the notification emails, the changes of lines are replaced by
tags. Please, be sure to install the latest version of the plugin.
Best regards.
OK, thank you. How do I get the latest update of the Pro version of the plugin?
Hi,
Use the download link received after purchase the plugin. Or enter the email used for payment through our support page:
http://wordpress.dwbooster.com/support
Best regards.