Gravity Forms can not edit existing posts, all it does is create posts. Once a post is created you would have to rely on the WordPress Admin (by giving users access to it and locking down their access using the Members Plugin) or using a plugin or creating a plugin to provide this functionality.
You may want to check out this thread:
http://forum.gravityhelp.com/topic/edit-entries-within-web-frontend
There currently isn't a feature that sends an email validation with an activation link. However, that is something that could certainly be done using custom code and the API hooks if you know enough about PHP and WordPress.
You can have a plugin that handles that part, and then redirect your Gravity Forms confirmation page to a page associated with that plugin.. Gravity Forms passes it necessary information and then it takes it from there, sends an activation email and handles the activation when the user clicks on the activation link.
It would probably make a cool add-on.
Posted 14 years ago on Tuesday December 15, 2009 |
Permalink