Form request not processing

I am not sure if this is a server side issue or it is a problem on my end, but I am overlooking the problem somewhere and hope someone might take a quick peek and see what I don’t -thanks ahead of time:
I just finished a major update to srsglass.com, the two forms on the site are:
order.htm
polishorder.htm
Both are forms, the code from both for the forms are:

//-this is in order.htm
<form name=“form” action="/cgi-bin/formmail.asp" method=“post”>
//-this is in polishorder.htm
<form name=“form” action="/cgi-bin2/formmail.asp" method=“post”>

This is on an NT server that is only set up to handle asp processing, php and perl are not options for me. The first form - order.htm, works just fine. I even have it appending data to a database. The second form: polishorder.htm, comes up with the following error after hitting submit:
THERE IS A PROBLEM WITH THE PAGE YOU ARE TRYING TO REACH AND IT CANNOT BE DISPLAYED

You can enter submit on the working form and see that it won’t process due to required fields not being entered.
You can enter submit on the second form and see the same error I got.
Please feel free to look at the source code of both pages (nothing secret here lol) and I will attach the two versions of formmail.asp I am using:

formmail.asp is the one working right now with order.htm
formmailprod.asp (renamed for convenience here) is the other.

Again, it is probably something REALLY simple, and I have been working on this so much I am now overlooking it - thankyou again :slight_smile: