I am developing a website where members can register with company and product information with Webforms.
Members should be able to change this information in a further step.

To improve the user experience, I would like to have this information not in the back-end, but in the front-end (in the same form where the entries were made) changed.

Can such a solution be implemented with Webforms and is there already an approach to a solution?

Comments

Thomas Factory created an issue. See original summary.

jrockowitz’s picture

You are able to allow users to edit previous submissions using permissions and access controls. You might need to write some custom code for custom access rules.

It is very important to note that webform submissions do not currently support revisions. You can turn on submission logging which will track who is changing what.

jrockowitz’s picture

Status: Active » Closed (works as designed)