|
I'm very very new to HTML and scripting and need serious help. I work in IT account administration and created an HTML request form that, when submitted, sends to our helpdesk software which generates a ticket automatically. I'm currently using VBScript for my field validation and i'm desperately trying to figure out how to configure the mailto?Subject to pull from a required form field instead of having it hard coded. Is this possible?
example: action=mailto:me@company.org?subject=(end user defined)
|