How To - Static Variables
Is there any way to have a static variable defined in the script but not visible in the code? I am trying to add in a standard response when people submit forms, but the response is longer than 255 characters. So, what I would like to try is assign the text to a variable (a text area), then use the variable in the email subject. Is there a way to do this?