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.

Can Gravity Forms write to IPTC meta data of uploaded photo?

  1. Walking home last night thinking about a photos submission contest I am proposing for a client I came up with this question for Gravity Forms.

    If I setup a gravity form so that people could submit photos via a file upload and the mutli-line text field was automatically written to the photos IPTC Photo Meta Data Caption field.

    Is that possible?

    For those who don't know IPTC info (short for International Press Telecommunications Council) is the Photo Meta data that accompanies all digital photos taken by your camera.
    http://www.iptc.org/site/Photo_Metadata/

    Posted 11 years ago on Monday November 5, 2012 | Permalink
  2. David Peralty

    You would have to write the customization to do this using PHP and our hooks system.

    http://stackoverflow.com/questions/5384962/writing-exif-data-in-php
    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Monday November 5, 2012 | Permalink