Copied to clipboard

Flag this post as spam?

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


  • ianhoughton 241 posts 490 karma points c-trib
    Mar 01, 2016 @ 10:00
    ianhoughton
    0

    Show completed form on page

    I'm trying to show a completed form on a page by passing the form Id and the Record GUID but its still showing an empty form.

    @Umbraco.RenderMacro("FormsRenderForm", new { FormGuid = @Model.Form.Id, AllowEditing="1" })
    

    The FormGuid is being set inside of the page controller, and the RecordGuid is being added to the querystring like:

    http://www.domain.com/form/dynamicform/?RecordGuid=4a43f279-1ab3-4b81-9ca7-d9047be1fb6f
    

    i've also tried:

    http://www.domain.com/form/dynamicform/?recordId=4a43f279-1ab3-4b81-9ca7-d9047be1fb6f
    
  • Warren Buckley 2089 posts 4578 karma points MVP ∞ admin hq c-trib
    Mar 01, 2016 @ 10:21
    Warren Buckley
    0

    Hi Ian,
    This was part of a security issue in Forms that was patched in 4.1.5 and is under review internally on how best to approach this to bring this feature back in a secure manner.

    Sorry for any inconvenience caused, but our customers security is important to us.

    Many Thanks,
    Warren

  • ianhoughton 241 posts 490 karma points c-trib
    Mar 01, 2016 @ 10:30
    ianhoughton
    0

    Hi Warren, thanks for letting me know. At least I know it's not me !!

    Cheers Ian

  • 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