Copied to clipboard

Flag this post as spam?

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


  • Warren Harding 54 posts 107 karma points
    Nov 15, 2016 @ 06:13
    Warren Harding
    0

    Preloading Form Data

    In Forms v 4.1 we would assign the RecordId - for example: Model.RecordId = 2293;

    And the Form would prepoluate based on the previous submission, however in the most recent version 4.3.3 RecordId requires a GUID, and assigning this from the "Unique id" of the submission - for example: Model.RecordId = new Guid("7bdbd216-dffb-46ab-b138-9f7b4761d5ae");

    does not appear to be working.

    Can you please advise if there's something we are missing or is this functionality no longer possible?

    Many thanks, Warren

  • Warren Harding 54 posts 107 karma points
    Nov 15, 2016 @ 22:52
    Warren Harding
    0

    For anyone else finding this, make sure you edit UmbracoForms.config and change AllowEditableFormSubmissions to true

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies