Copied to clipboard

Flag this post as spam?

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


  • Jon 92 posts 166 karma points
    Feb 08, 2022 @ 08:58
    Jon
    0

    Custom Umbraco Form Dropdown

    Hi,

    Im looking to create a custom drop down for umbraco Forms. The drop down has values that when selected by the client it determines who the form submission is emailed to. I had thought of Workflows but the Admin client wants a way to add the dropdown values themselves and to manage the email addresses via the CMS and NOT though C# code. Is there a way that this can be done?

    Thanks

  • Damian 61 posts 342 karma points
    Feb 08, 2022 @ 14:53
    Damian
    0

    totally.

    There are a few ways to go about. There is always the magic strings approach where you can get the value from another property on the page the form is rendered on:

    There is also the prevalue approach where you can define the dropdownlist and use that shared list as the source for where the send

    I've used both in the last month and it's all great OOTB. Happy to share some code if you have a specific use case to share.

Please Sign in or register to post replies

Write your reply to:

Draft