Hello!
We're building a form that has a select box for US States and based on the users' selection the form should send to a different recipient. Is there a simple way to achieve this? Perhaps through hooks?
Hello!
We're building a form that has a select box for US States and based on the users' selection the form should send to a different recipient. Is there a simple way to achieve this? Perhaps through hooks?
I suppose another way of saying this is: can we build a form that lets the user select the form's "To" field?
Right now that isn't possible, but we plan on adding the capability of doing notification routing in a future release. I will look into seeing if it might be possible using the available api hooks and let you know.
this is something i would also like to know how to do as it is something that comes up quite often
Thanks Carl, anything you find out would be most helpful!
good news, the client has decided that all messages will be funneled into a single account for now! still, excited to know this is in the hopper for a later release.
Oww!! I also need this feature!!!!
While we won't be adding this feature in the administration tool in the upcoming 1.2 release, we will be adding the capability to do this with PHP by taking advantage of a hook we are adding.
So when 1.2 is ready to be released we will post a code snippet that shows you how to do this using PHP you place in your theme's function.php file to take advantage of the hook.
In a future release we will add this capability to the administration tool to make it easier to take advantage of.