...
The summary step supports a print button. To print the summary step, first drag a summary into your flow from the palette and then setup summary fields to indicate which form fields to display in the printable summary activity.
Add your own Print Button
...
Code Block | ||
---|---|---|
| ||
<a title="Print this form" onclick="_frevvo.api.forms.printer.printFlowStep(this);" href="#" class="f-tb-print"><span id="f-form-tb-print-span">Print Form</span></a> |
...
The _frevvo.api.printFlowStep for the onlclick handler has been deprecated.
...