Editing entries is not built in to Gravity Forms. It's something that's being considered for a future version, possibly 1.7. Version 1.6 should be released as a beta this month. Right now though, there's nothing built in to Gravity Forms that allows someone who submitted a form to edit their entry. It could be accomplished, but it would be an extensive customization.
If you wanted to display the entry on the front end, you could use the built in hooks and filters, or a 3rd party plugin. Here's one:
http://wordpress.org/extend/plugins/gravity-forms-addons/
You could also create a post using the submitted data, then just display that post to the original user only. You'd have to implement some sort of access control in that case.
Can you share more about the form, such as what's in it? Maybe someone has done something similar in the past and I can point you to that.
Posted 13 years ago on Monday August 22, 2011 |
Permalink