I have a page that has a hot link to email an underwriter to request tax forms. Earlier, on the same page, the user selects a state in a drop-down box called "Garaginjg_Stat e". Because the tax forms needed may come from any state in the union the underwriter needs to know which state is needed. So, I want to insert the state name in the subject line of the email being sent to the underwriter. The code line below didn't work. The subject line was truncated after the words "submission in". What do I need to change to make this work?
Code:
<a href="[EMAIL="amandasl@ub.com?subject=I"]mailto:amandasl@ub.com?subject=I[/EMAIL] need surplus lines tax forms to bind a Truckers GL submission in "+'Javascript:document.getElementById("Garaging_State").value'+".">
Comment