davedavedave.h
Forum Replies Created
-
Haha,
so you’re right.
I financially sponsored the plugin creator, Gennady Kovshenin to complete the plugin and iron out the bugs, so it does now work.
He adds the ability to clear incomplete entires from the backend
GitHub link – https://github.com/soulseekah/Gravity-Forms-Saved-Forms-Addon
Hi Gabriel,
Your ‘save’ button plugin seems to be working really well.
I noticed that there is a similar plugin on github, it’s got a little bug where it submits the form when the save button is clicked; however, in the backend (admin panel) you can see what users have started a form but not completed it – really handy – perhaps you could fork or contribute to it to create the fix and/or expand, as your save for later button works!
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfOh, I tried using an external image and that worked fine for the image in the PDF. I then thought I’d type the full link to the file in an image tag without any PHP and it doesn’t work at all.
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfHi Jake,
Now that it’s not 4-5 in the morning, and I have a clearer head, I had a look at everything again.
I used the second snippet you gave me, and the file paths with FQDN are being echoed correctly.
I then substituted the image tag for an anchor tag and the image paths become hyperlinks which work. So I then changed the image tags back to anchor tags and nothing seems to work!
<?php foreach($form_data['field'][411] as $file) { echo '<a href=" ' . $file . ' " title="View Full Size Image" target="_blank"><img src="' . $file . '"></a><br>'; } ?>The above snippet allows the white square with the red cross to be clickable to the image, but the image still does not show up in the PDF.
Really frustrating.
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfScratch that!!!
The previous comment actually refers only to the signatures.
My uploaded images have the FQDN and by copying pasting the link into my browser the images show up.
So I’m still at a loss.
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfThanks again,
I’ve just had a look. When I get to the images, I’had a ooh using element inspector
/home/sites/**DOMAIN**/public_html/wp-content/uploads/gravity_forms/signatures/53189683711142.53983703.png
When I changed this in element inspector to the FQDN, the image shows up, how can I fix this?
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfNope, nothing at all by the looks of things.
Worth giving you admin details?
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfHey!!!
Thanks for your quick reply.
I’ve just added this to my template, and I get a white square and a red cross to indicate no image. I’ve checked to see if there is an image, and there is.
Strannngee!
Forum: Plugins
In reply to: [Gravity PDF] images included in the pdfHey,
I’ve been scouring FAQs, forums etc, for a clear and simple way to ‘print’ all uploaded images on to the PDF.
It’s pretty obvious from comments etc. that it can be done. but any help would be appreciated.
I have a custom template and I’m calling all the data via
<?php echo $form_data['field'][FIELD_ID_HERE]; ?>As for images, how do I get the images into the PDF?
Thanks
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Owncloud as Alternative to Dropbox