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?
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
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.
is working on a reply...