Hello,
I want to print a page after clicking on print button
, I tried but didn’t get any solution of it.
Thank You
Hello,
I want to print a page after clicking on print button
, I tried but didn’t get any solution of it.
Thank You
You can add an Open Link action with this as the URL: javascript:void(window.print());
This will simply trigger the browser’s print function.
Great, Thank you, It’s working
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.