Hi I’m a fairly new WordPress developer and I have a site I’m developing locally. I’m trying to add a form to it which allows for PDF generation and your plugin seems to work great for that. However, I’m having trouble understanding how to get it to work properly because the documentation isn’t as clear as it could be and it would be great if it had some working examples of the form and PDF files themselves to better understand what I’m supposed to do.
I’ve gotten the HTML form working and a template PDF file to go with it and those both work great but I’m confused as how to reference the form data within the PDF file and how to properly style it with CSS and place images in them.
Also, is there an option, once you press the submit button to download the PDF directly or to open it in a new tab rather than as a pop-up when showing the PDF to the user because most browsers have pop-up blockers enabled by default these days and I want to give users as much usability as possible.
I’d also like to ask if it’s possible to use PHP within the form or after the form has been generated somehow because I have some custom user meta fields on my database that I would like to automatically grab and place into parts of the form so they are automatically filled in.
]]>