How to print a form

Does WFG have built-in print form capabilities? Within an action, I need to provide the user with the ability to print the form with a header (logo and address). What is the recommended way to provide this functionality?

Hi,

You can simply create a button and add a JavaScript function to the “onclick” event just like it is shown in this example:
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_print

Best Regards,
Eddy.