We currently have a form where we use a submit button to send the form to an Exchange mailbox. We have different email addresses for different states, so we're forced to keep multiple copies of the same form, one for each state, since the submit button can only mailto one address. I'd like a way to use JavaScript or just have the mailto option use a field as a variable, so that we can mailto:[stateemail] and just need one copy of the form.