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!
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!
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.