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.

Export method does not call get_field_value()

  1. I'm using save_field_value and get_field_value to encrypt and decrypt certain fields.

    But I noticed that get_field_value is not called when you use the 'export form entries' method... which means my data is not decrypted.

    Is there an alternative solution? Can I hook into the start_export method? Please advise.

    Thanks.

    Posted 11 years ago on Monday May 14, 2012 | Permalink
  2. David Peralty

    Here is what you are looking for now:
    http://www.gravityhelp.com/documentation/page/Gform_get_input_value

    get_field_value has been deprecated. The new hook is slightly different but simpler and should be called the way you expect.

    Posted 11 years ago on Tuesday May 15, 2012 | Permalink