Hi!!!
I am having a very similar problem< i can't get the gdform to work with ANYTHING!!
Here is my current code.
<form action=" http://www.kandela.cc/gdform.asp" method="post" name="email" id="email" value=" contactus@stoddendesign.com">
<div align="left"><br />
<table width="278" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="93" height="93" valign="top" scope="row"><div align="left">Name
<br />
<input type="text" name="Name" id="Name" />
<br />
E-mail<br />
<label>
<input type="text" name="emailaddress" id="emailaddress" />
</label>
<br />
</div></th>
</tr>
<tr>
<th valign="top" scope="row"><div align="left">Comments<br />
<textarea name="Additional Info" cols="30" rows="4" id="Additional Info"></textarea>
</div></th>
</tr>
<tr>
<th height="96" valign="top" scope="row"><div align="left"><br />
<input type="reset" name="Reset" id="Reset" value="Clear Form" />
<input type="submit" name="Submit" id="Submit" value="Submit Form" />
</div></th>
</tr>
</table>
</div>
<div align="left"></div>
</label>
<label></label>
</form>
when I hit submit it says Error creating file! Directory may not be writable or may not exist.
Unable to process request.
Am I doing something wrong?
|