Is there a way to add a print function to confirmation page for our clients? I already have all data sent to a new database and is recalled when they revisit the page.
Is there a way to add a print function to confirmation page for our clients? I already have all data sent to a new database and is recalled when they revisit the page.
You can easily create something to print a page, but you will have to come up with the CSS styling to make it print the way you want. Here is a great little tutorial on printing page buttons.
http://css-tricks.com/quick-tip-making-a-print-this-page-button/