ivanhoe
07-26-2002, 06:58 AM
Hi there all,
I have this script and for too long we have no problems only recently we have this going on!
First, when someone fills everything in the form below and click to submit , on our end as recipient it seems completely blank.
Here is what is going on, say one fills every questions at hand and right after -click to submit
Thereafter an email subpage appears just like when you are sending regular email.
And since one has filled up all posted questioneer prior and living this subpage blank. It is this email subpage that we receive as blank.
Can someone fix this for us?
Like click and it gets through and probably with a thankyou note after submit.
Please help, really need badly
<table>
<FORM NAME="mailform" form ACTION="mailto:support@mydomain?Subject=Comment Product Inquiry" METHOD = "POST" ENCTYPE = "text/plain">
<INPUT TYPE="hidden" SIZE = 0 NAME="Need Info">
<tr>
<td>
</font><b><font face="times" size="3"
color="red">__Your Name:__
<td>
<INPUT TYPE = "text" NAME = "Name">
</font><b>
<BODY OnLoad="document.mailform.Name.focus();">
<font face="times" size="4"
color="red">*<TR>
<td>
Company </font><font face="times" size="3"
color="blue">(optional):
<td>
<INPUT TYPE = "text" NAME = "Company">
<tr>
<td></font><b><font face="Times" size="3"
color="Red">
Product Inquiry:
<td>
<INPUT TYPE = "text" NAME = "Inquiry">
<tR>
<td></font><b><font face="Times" size="3"
color="Red">
E-mail #:
<td>
<INPUT TYPE = "text" NAME = "Email">
<tr>
<td>
</font><b><font face="Times" size="5"
color="Red"> Comments:
<td>
<TEXTAREA NAME="Comments" COLS=50 ROWS=6>
</TEXTAREA>
</table>
<CENTER>
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Submit">
<INPUT TYPE = "button" VALUE = "Return to Previous Page" onClick="history.back();">
</CENTER>
</FORM>
</body>
</html>
I have this script and for too long we have no problems only recently we have this going on!
First, when someone fills everything in the form below and click to submit , on our end as recipient it seems completely blank.
Here is what is going on, say one fills every questions at hand and right after -click to submit
Thereafter an email subpage appears just like when you are sending regular email.
And since one has filled up all posted questioneer prior and living this subpage blank. It is this email subpage that we receive as blank.
Can someone fix this for us?
Like click and it gets through and probably with a thankyou note after submit.
Please help, really need badly
<table>
<FORM NAME="mailform" form ACTION="mailto:support@mydomain?Subject=Comment Product Inquiry" METHOD = "POST" ENCTYPE = "text/plain">
<INPUT TYPE="hidden" SIZE = 0 NAME="Need Info">
<tr>
<td>
</font><b><font face="times" size="3"
color="red">__Your Name:__
<td>
<INPUT TYPE = "text" NAME = "Name">
</font><b>
<BODY OnLoad="document.mailform.Name.focus();">
<font face="times" size="4"
color="red">*<TR>
<td>
Company </font><font face="times" size="3"
color="blue">(optional):
<td>
<INPUT TYPE = "text" NAME = "Company">
<tr>
<td></font><b><font face="Times" size="3"
color="Red">
Product Inquiry:
<td>
<INPUT TYPE = "text" NAME = "Inquiry">
<tR>
<td></font><b><font face="Times" size="3"
color="Red">
E-mail #:
<td>
<INPUT TYPE = "text" NAME = "Email">
<tr>
<td>
</font><b><font face="Times" size="5"
color="Red"> Comments:
<td>
<TEXTAREA NAME="Comments" COLS=50 ROWS=6>
</TEXTAREA>
</table>
<CENTER>
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Submit">
<INPUT TYPE = "button" VALUE = "Return to Previous Page" onClick="history.back();">
</CENTER>
</FORM>
</body>
</html>