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.

Programatically Edit Entry

  1. How can I programatically edit entry data through PHP? I know it's possible, since Gravity Forms offers the functionality in its own backend. How can I replicate that in my own code?

    Thanks a lot!

    Posted 13 years ago on Thursday May 19, 2011 | Permalink
  2. There is no built in public functions for editing entry data. The only way to do what you want would be to look at the Gravity Forms code for editing entries and duplicate that code and interact with the data directly via custom PHP.

    Posted 13 years ago on Thursday May 19, 2011 | Permalink