Copied to clipboard

Flag this post as spam?

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


  • Arun 144 posts 407 karma points
    Dec 15, 2020 @ 07:19
    Arun
    0

    Is there any way to populate values to umbraco form fields on page load?

    I would like to dynamically populate a form field based on the pages where it is called.
    Is it possible to set a value to Umbraco form fields on the page load?

  • Tom Madden 253 posts 455 karma points MVP 4x c-trib
    Dec 15, 2020 @ 08:26
    Tom Madden
    1

    Yes, you can set the default value for be a field from the current node with [#myUmbracoField]

    There's also the option of doing this recursively or of using other sources (like the current request)

    You can see more here: https://our.umbraco.com/documentation/add-ons/umbracoforms/developer/Magic-Strings/

    t

  • 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