Hi.
Until now, everything was working very well but, I want to set-up my configuration php to send automatically my form in pdf.
Now, I have that for each forms. It’s working but nothing is sent to me.
$gf_pdf_config[] = array(
'form_id' => 1,
'template' => 'formulaire_inscription_secretariat.php' /* you need to set this to your custom template name */
);
So I followed instruction ang got this code
$gf_pdf_config[] = array(
'form_id' => 1,
'template' => 'formulaire_inscription_secretariat.php' /* you need to set this to your custom template name */
'filename' => 'incription patients.pdf',
'notification' => true,
);
So now, I have an error 500 when I want to open my page. I still have access to my WordPress admin except if I try to go on “form”.
if I take out these 2 ligne (filename) and (notifications), I have access to my page.
do you have any idea about that ?
I’m using theme forest X
thx
]]>I haven’t installed the plugin or tried using it at all, but was wondering if it’s easy to make it so Gravity Forms attaches the PDF to the notification email?
Thanks. Great feature, BTW. Something Gravity Forms really needs.
]]>I installed this plugin and get this error when I click “view PDF” Fatal error: Call to undefined method DOMText::getAttribute() in /home/content/35/8047635/html/wordpress/wp-content/plugins/gravity-forms-pdf/dompdf/include/cellmap.cls.php on line 399
]]>Hi,
Slick plugin you’ve created. I’ve looked through your code and I was wondering if you already knew of a quick way to print the actual notification e-mail instead of just the entries.
I’ll see if I can’t figure it out myself, but thanks either way.
great plugin
]]>