PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Formating Entries with Logo

  1. I have a form here: http://minutefacelift.com/minute-facelift-subscription-payment/ and the client wants to be able to generate a receipt after someone fills it out. To do this, I need to be able to add the logo to an entry and ideally generate a PDF. Is there any way to do this?

    Posted 11 years ago on Wednesday July 11, 2012 | Permalink
  2. David Peralty

    This would require some custom coding to achieve. Currently, you can create an e-mail notification and a confirmation page, but there is no way to create a PDF from either of these two functions currently. There is an add-on for Gravity Forms created by a third part that lets you create PDF's, but I don't think it is set-up to allow options like a logo or to create it and attach it to an e-mail notification automatically.

    http://wordpress.org/extend/plugins/gravity-forms-pdf/

    Posted 11 years ago on Wednesday July 11, 2012 | Permalink
  3. Is there a way to add a logo to an email notification?

    Posted 11 years ago on Wednesday July 11, 2012 | Permalink
  4. David Peralty

    If you upload it to your WordPress blog, you can use HTML to add it to the e-mail notification.

    <img src="http://sitename.com/imageurl.jpg" />
    Posted 11 years ago on Wednesday July 11, 2012 | Permalink