I want to build a form that edits/update other forms entries. How can I do this?
It means i have a registration form for my site. and i want to have the ability to edit the users from the from end (not the admin).
because the first registration forms (2 deterrent forms ) includes payment. I need the edit to be in a separate form
I’m not totally clear on your requirements, so I will just describe a new capability I’ve added in a plugin.
The concept is “shared fields” - Where a field-input value submitted in one form, can be used in another form. The saved data is tied to the user that entered the field input.
This saved-data can be re-used as the same field in another form - with its saved value from the first form pre-populated in that same field rendered on another form. Or, the input value accessible as a merge tag, like in an HTML or hidden field.