I only have one HTML field with in my form that is still not showing up on the generic PDF (default-template.php) even after rebuilding my test site. There is only one active node set to the page ID for the form that I need to generate.
The gravity form HTML has the following code inserted with in the content box:
<img src=”https://MyTestsite.com/wp-images/HeaderLogo.jpg” />
Here are my warnings that appear while debugging:
Warning
: Missing argument 3 for GFPDFEntryDetail::do_lead_detail_grid(), called in
…/wp-content/uploads/PDF_EXTENDED_TEMPLATES/default-template.php on
line 79 and defined in
…/wp-content/plugins/gravity-forms–
df-extended/helper/pdf-entry-detail.php
on line 53
Notice
…wp-content/plugins/gravity-forms-pdf-extended/helper/pdf-entry-detail.php
on line 68
Warning
: array_merge(): Argument #2 is not an array in
…/wp-content/plugins/gravity-forms-pdf-extended/helper/pdf-entry-detail.php
on line 68
Have any ideas with the information that I have provided for you?