newbee2begreat
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity PDF] Section Field not appearingThanks for your help.
Once again you do good work.
Four eyes are better than two!Thanks again.
Forum: Plugins
In reply to: [Gravity PDF] Section Field not appearingWill do.
You should receive it in a minute.Thanks again.
Forum: Plugins
In reply to: [Gravity PDF] Section Field not appearingThanks for your prompt response. I’ve looked all across the CSS files I have and found nothing. It’s kind of hard when I can’t debug this simple issue.
I have no logic after the page break on the form. I find it weird that this still continues even after adding a new section header.
Forum: Plugins
In reply to: [Gravity PDF] Multiple forms one PDFAwesome. It worked fine.
Thanks again!Forum: Plugins
In reply to: [Gravity PDF] Image PlacementYou’ve been a great help thanks!
Forum: Plugins
In reply to: [Gravity PDF] Image PlacementEureka. It works yay. The only issue that I am having now is having to get the arrays to show up below. The code below seems to have been depreciated. Is their another way?
foreach($lead_ids as $lead_id) {
/* load the lead information */
$lead = RGFormsModel::get_lead($lead_id);$form_data = GFPDFEntryDetail::lead_detail_grid_array($form, $lead);
GFPDFEntryDetail::do_lead_detail_grid($form, $lead);
PDF_Common::view_data($form_data);Forum: Plugins
In reply to: [Gravity PDF] Image PlacementI 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 68Have any ideas with the information that I have provided for you?
Forum: Plugins
In reply to: [Gravity PDF] Plugin not workingThank you for the input. The problem indeed was the server. I was able to get all up and running.
Forum: Plugins
In reply to: [Gravity PDF] Plugin not workingI still dont see it. I tried just import just that file and it deletes after a PUT.
Forum: Plugins
In reply to: [Gravity PDF] Plugin not workingI tried to re install is and the same error occured. I followed the steps by manually transferring the file via FTP and that failed to fix the issue as well.
Forum: Plugins
In reply to: [Gravity PDF] Plugin not workingI get the following error:
Fatal error: Class ‘mPDF’ not found in /…/lugins/gravity-forms-pdf-extended/helper/pdf-render.php on line 193
Forum: Plugins
In reply to: [Gravity PDF] Image PlacementStill No luck even after debugging. I did the following.
1. Modified the Config file.
$gf_pdf_config[] = array(
‘form_id’ => 5,
‘template’ => ‘default-template.php’,
‘default-show-html’ => true,
);
Still unable to view the HTML image.
After reading the documentation again just no luck.
Have any ideas as to why this is not working or am I forgetting something to do?Forum: Plugins
In reply to: [Gravity PDF] Image PlacementThis was what did:
$gf_pdf_config[] = array(
‘form_id’ => 5,
‘template’ => ‘default-template.php’,
‘default-show-page-names’ => true,
);
Uncommented.Forum: Plugins
In reply to: [Gravity PDF] Image PlacementWonderful I got it working. I found that the HTML Field is not appearing within the PDF. Is this a bug or something?
Forum: Plugins
In reply to: [Gravity PDF] Image PlacementNo luck. I was able to use the absolute path and nothing appeared where it should.It works when on the gravity forms itself and within default-template.php&data=1. However, I am still unable to view within the PDF.