...
Code Block | ||
---|---|---|
| ||
<a title="Print this form" onclick="_frevvo.api.forms.printer.printFlowStep(this);" href="#" class="f-tb-print">< >Print PDF</a> |
If you were using the The onclick call to _frevvo.api.printFlowStep(this), this has been deprecated. Please replace this as shown in the sample above with the onclick call to _frevvo.api.forms.printer.printFlowStep(this);
See printing forms for more details on how to add a print message control.