Click to See Complete Forum and Search --> : Fedback page problem


Michael Wright
07-31-2004, 07:59 AM
G'day all

I'm having problems with my feedbackpage, what it's doing it's not going to my mailthanks page after the mail has been sent. I'm using Dreamweaver php code and for some reason its not working
then is should go to here once the mail has been sent.
Feedback (http://www.coolconnections.com.au/feedback.php)

Mailthanks (http://www.coolconnections.com.au/mailthanks.php)

Conor
07-31-2004, 08:01 AM
well without seeing your code its impossible to diagnose the problem

This is a good mail script though

http://webdevfaqs.com/php.php#mailer

Michael Wright
07-31-2004, 08:10 AM
This is just the body script of the form it self

<body>

<p><img border="0" src="/images/CoolConnections_final_1.gif" width="263" height="142"></p>
<form method="POST" action="/_derived/nortots.htm" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--">
<p>
<span style="position: absolute; left: 248; top: 381">
<input type="text" name="E-mail Address" size="35" tabindex="15" style="background-color: #0000FF" value="E-mail Address"></span></p>
<p><span style="position: absolute; left: 249; top: 404">
<input type="text" name="Subject" size="35" tabindex="15" style="background-color: #0000FF" value="Subject"></span></p>
<p><span style="position: absolute; left: 249; top: 427">
<select size="1" name="Message Type" style="background-color: #0000FF">
<option selected>Feedback</option>
<option>Suggestions</option>
<option>Enquiry</option>
<option>Problem</option>
<option>Praise</option>
<option>Accounts Dep'n</option>
<option>Other</option>
</select></span></p>
<p><span style="position: absolute; left: 249; top: 454">
<textarea rows="13" name="Message" cols="45" style="background-color: #0000FF"></textarea></span></p>
<div style="position: absolute; top: 427; left: 188; width: 60; height: 19">
<b>Enquiry:</b>
</div>
<div style="position: absolute; top: 404; left: 191; width: 54; height: 19">
<b>Subject:</b></div>
</form>
<div style="position: absolute; top: 381; left: 138; width: 108; height: 23">
<b>E-mail Address:</b></div>
<form method="POST" action="/_derived/nortbots.htm" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="1"><!--webbot bot="SaveResults" endspan i-checksum="43406" --><div style="position: absolute; top: 358; left: 248; width: 153; height: 22">
<input type="text" name="Name" size="35" tabindex="15" style="background-color: #0000FF" value="Name"></div>
</form>
<div style="position: absolute; top: 359; left: 200; width: 45; height: 19">
<b>Name:</b></div>
<div style="position: absolute; top: 453; left: 179; width: 73; height: 19">
<b>Message:</b></div>
<form method="POST" action="/_derived/nortbots.htm" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="2"><!--webbot bot="SaveResults" endspan i-checksum="43438" --><p>&nbsp;</p>
<p>&nbsp;</p>
<div style="position: absolute; top: 673; left: 271; width: 109; height: 19">
<b>Coolconnections</b>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="position: absolute; left: 254; top: 688">
<input type="radio" value="H" checked name="coolconnections Forums"></span></p>
<p>&nbsp;</p>
<p><span style="position: absolute; left: 359px; top: 753px; width: 71px; height: 23px;">
<input name="Submit" type="submit" value="Sendmail">
</span></p>
<div style="position: absolute; top: 688; left: 272; width: 167; height: 19">
<b>Coolconnections Fourms</b></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div style="position: absolute; top: 794; left: 104; width: 389; height: 19">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%">
<div style="position: absolute; top: 15; left: 132; width: 389; height: 19">
Copyright 2002-2004 ABN: 85908204391All Right <nobr>Reserved.</nobr></div>
</td>
</tr>
</table>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="position: absolute; left: 434; top: 751">
<input type="reset" value="Deselet" name="B2"></span></p>
</form>
<p><span style="position: absolute; left: 254; top: 673">
<input type="radio" value="Coolconnections" checked name="Coolconnections"></span></p>

</body>