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.

Watermark Images Uploaded Via Gravity Forms

  1. brian.s
    Member

    I am having difficulty finding a solution to watermarking images submitted from a custom Gravity Form. I read a similar topic from 2010, but it did not offer any concrete advice.

    I understand php and have used the GD library .... any advice how to handle this using the action gform_after_submission_myformid or another method?

    Although not specifically a Gravity Forms issue, does GF hope to support this in a future release of GF?

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  2. brian.s
    Member

    Any advice? This question was asked over two weeks ago!

    Posted 12 years ago on Friday March 30, 2012 | Permalink
  3. Nope, we don't have any plans to add watermarking capabilities to images. I'll bring this up to our dev team and see if there is something they can suggest using a hook.

    Posted 12 years ago on Friday March 30, 2012 | Permalink
  4. Hello Brian,
    You will need to use the gform_after_submission hook. The entry object will give you the image's URL. From the URL, you will be able to get the actual physical file location so that you can add the watermark using the GD library. Once you are done with the watermark, simply save the image to the same location overriding the existing image.

    Posted 12 years ago on Friday March 30, 2012 | Permalink