Print summary
-
Hi,
I’ve used the print code from the FAQ’s to generate a printable summary of the form details using:
var w=window.open(null, 'Print_Page', 'scrollbars=yes');jQuery('#fbuilder input').each(function(){var e = jQuery(this);e.attr('value', e.val());});w.document.write(jQuery('#fbuilder').html());w.document.close();w.print();
The only issue is that it doesn’t show the “: ” at the end of each field’s title. It shows title then value with no colon or space in between.
Is there a way to fix this without adding it to each field manually in the settings? I don’t want to end up with the colon doubling up.
Thanks,
Dan
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Print summary’ is closed to new replies.