I made an ASP mail script with my limited knowledge of the ASP language. The email sends out fine, but the fields that are filled out are left blank in the email.
For example:
"Day Phone: --" vs. "Day Phone: 555-555-5555"
Here is the script:
Again I'm not completely familiar with ASP. The Submission form has the Method posted as "POST" and the Action directed to "../form2.asp" (also tried full http)
Server: Windows Hosting Shared.
name of submission form: form.asp
name of processing script: form2.asp