Hi When a user press submit it display information filled by user with the help of CONFIRMATION option of form settings. I am displaying here all submitted fields with default options.
However what my client wants is to print those forms in PDF. There is a plugin WP Post to PDF which can do this. Plugins documentation says I have to execute following code in order to give option for PDF Conversion
<?php if (function_exists("wpptopdf_display_icon")) echo wpptopdf_display_icon();?>
Could someone please guide me how can I execute PHP CODE in confirmation message or is there any other way to achieve PDF Conversion.
Thanks & Regards
Vivek Saini