I have a from where there is a radio button list at the top. Each option has text like "I want more information about XYZ" or " I want someone to contact me", etc...
I want to send an email to a different email address based on what the user selects.
O I want more information about XYZ [ Email form to [email protected] ]
O I want someone to contact me [ Email form to [email protected] ]
How would I do something like this with the Umbraco Form plugin or is this something I need to custom code?
Conditional Form Logic
I have a from where there is a radio button list at the top. Each option has text like "I want more information about XYZ" or " I want someone to contact me", etc...
I want to send an email to a different email address based on what the user selects.
O I want more information about XYZ [ Email form to [email protected] ]
O I want someone to contact me [ Email form to [email protected] ]
How would I do something like this with the Umbraco Form plugin or is this something I need to custom code?
Thanks
You could easily define a variable in your model and pass that variable from a hidden field on form submission. Does that make sense?
I'm assuming you're using MVC.
I know how to create the from via code, but wanted to see if there was something already baked into the Form plugin.
is working on a reply...