If you want to be able to edit form submissions, then you need to set AllowEditableFormSubmissions to true.
You will find the UmbracoForms.config in the \App_Plugins\UmbracoForms the find the below, and change it to true
<!-- Setting to true allows Form Submissions to be edited using ?recordId=GUID -->
<!-- BEWARE! Enable this feature ONLY if you do understand the security implications. -->
<setting key="AllowEditableFormSubmissions" value="True" />
Update data in entries forms umbraco?
I want to Update data in entries umbraco
i need to help.
Thank All
Hi Tôn
If you want to be able to edit form submissions, then you need to set AllowEditableFormSubmissions to true.
You will find the UmbracoForms.config in the \App_Plugins\UmbracoForms the find the below, and change it to true
Hope this helps,
/Dennis
Hi Dennis,
Should this still work in the latest version of forms? We've tried it but the form doesn't repopulate and the default GDPR question disappears.
Dave
Thank Dennis Aaen
I have tried but it's failed
https://gyazo.com/c37c835cd6bdb993b0296d8ca11dbc49
https://gyazo.com/321f336454c33dded2e7d085fa74297a
Hi Tôn,
What you need to to is to visit the page with the form, and then add this to the URL. ?recordId=FormSubmissionGUID
You will find the unique id here.
So in this case the url will be something like.
http://www.yourdomain.com/pagewiththeform?recordId=2c0ae52c-63f9-4c74-8f21-93dcdce08285
Hope this helps,
/Dennis
Thank Dennis Aaen,
But i want to edit in Backoffice, same CONTENTS in Umbraco.
use url :http://www.yourdomain.com/pagewiththeform?recordId=2c0ae52c-63f9-4c74-8f21-93dcdce08285 is edit in FrontEnd.
Same here
Hi Casper,
Feel free to make a feature request here on our issue tracker for Umbraco Forms, http://issues.umbraco.org/issues/CON
If you don't have a user, then its totally free to create one.
All the best,
-Dennis
is working on a reply...