Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tôn Trưởng 11 posts 111 karma points
    Feb 11, 2017 @ 09:44
    Tôn Trưởng
    0

    Update data in entries forms umbraco?

    I want to Update data in entries umbraco

    enter image description here

    i need to help.

    Thank All

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Feb 11, 2017 @ 13:05
    Dennis Aaen
    1

    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

    <!-- 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" />
    

    Hope this helps,

    /Dennis

  • Dave Clinton 31 posts 106 karma points
    May 30, 2018 @ 17:04
    Dave Clinton
    0

    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

  • Tôn Trưởng 11 posts 111 karma points
    Feb 11, 2017 @ 15:54
  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Feb 11, 2017 @ 17:52
    Dennis Aaen
    1

    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.

    enter image description 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

  • Tôn Trưởng 11 posts 111 karma points
    Feb 12, 2017 @ 04:26
    Tôn Trưởng
    0

    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.

  • Casper Thygesen 5 posts 85 karma points
    Dec 20, 2017 @ 13:00
    Casper Thygesen
    0

    Same here

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Dec 20, 2017 @ 18:34
    Dennis Aaen
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft