I have created a questionnaire which after the visitor has filled it out I would like to return to them a copy of that questionnaire with all my questions and their responses in the form.
Currently I don't care that I am sending them this document manually. Perhaps later down the road it might be nice to automate the process.
What I do is go to the "Print Preview" of that particular entry# via Gravity Forms and when the dialog box appears, I use the "Save As PDF" option. Then I send them this PDF as an attachment to my email.
The PDF actually looks pretty darn nice as it is but I'd like to improve it a bit by editing the print CSS. How can affect this? I see that the CSS for printing my Gravity Forms is located at <http://mydomain.com/wordpress/wp-content/plugins/gravityforms/css/print.css>
I take the "NOTE: DO NOT EDIT THIS FILE!" on that print.css file seriously. How can I target specific Gravity Forms with print editing styles? How can I do it for all Gravity Forms? Of course, without harming the original print.css file.
Thanks!