ASP form problems
Posted: 08 April 2008 09:53 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-04-08

I am very new at this and having alot of problems.

Why am I getting this error?
“No variables sent to form! Unable to process request.”


this is the form on my web page:
http://www.precision-design.net/contact.htm

Here is the code for my page:

<form action="gdform.asp" method="post" enctype="text/plain" name="precision_form" target="_self" id="precision_form">
      <
input type="hidden" name="subject" value="Form Submission" />
      <
input type="hidden" name="redirect" value="thankyou.html" /> 
        <
blockquote>
          <
p align="left" class="style6"><strong>Contact Us:</strong></p>
          <
p align="left" class="style6">Againthank you for your interest in Precision DesignLLCPleasefeel free   to contact us with any questions or comments.</p>
        </
blockquote>
        <
table width="60%" border="4" align="center" cellpadding="5" cellspacing="0" bordercolor="#2B358D" id="comments" summary="Precision Design comment form.">
          <
tr>
            <
td width="19%"><div align="right"><span class="style4">Name</span>:</div></td>
            <
td width="81%"><input name="name" type="text" id="name" size="40" /></td>
          </
tr>
          <
tr>
            <
td width="19%" class="style4"><div align="right">Email:</div></td>
            <
td><input name="email" type="text" id="email" value="Email address" size="40" /></td>
          </
tr>
          <
tr>
            <
td width="19%" class="style4">Comments:</td>
            <
td><textarea name="comments" id="comments" cols="45" rows="4">Please add your comments</textarea></td>
          </
tr>
          <
tr>
            <
td class="style4"><div align="right">
              <
input type="submit" name="button" id="button" value="Submit" />
            </
div></td>
            <
td><div align="left">
              <
input type="reset" name="reset" id="reset" value="Reset" />
            </
div></td>
          </
tr>
        </
table></form

I tried contacting godaddy…but they said there is no problem on there end.

I really don’t know a lot about this, I saw the example from godaddy to just change my form action to “gdform.asp” and method to “post”

any help is greatly appreciated, or an alternative to this method.

Profile