bobflanagan
Technical User
I have a CGI script that creates a form and returns a value to the text variable "subject". It then sends an email using this varible. I would like to prefix the value of the variable with a phrase such as "support request". I can then filter that when it arrives in my in basket for followup.
The form is executed by the statement
<INPUT type="submit" value="submit message"></TD>
The form is executed by the statement
<INPUT type="submit" value="submit message"></TD>