It's as if I have a blank form. formmail.asp is in place, and as far as I can tell is configured correctly.
So in testing, when you hit "send" it acts as if it's just a dead form and does nothing. Near as I can tell, something is wrong with the form...maybe?
Dang this is frustrating.
Any ideas what could be wrong?
the form code
<form method="get" action="formmail.asp"> <input type="hidden" name="recipient" value="blah blah@blah.com"> <input type="hidden" name="redirect" value="http://www.blah.com/cp/thanks.html"> <input type="hidden" name="subject" value="Document submission"> <p><span class="style3">name:</span><br/> <input name="name" type="text" size="30" maxlength="50"> <br/> <span class="style3">company:</span><br/> <input name="company" type="text" size="30" maxlength="50"> <br/> <span class="style3">email address:</span><br/> <input name="email" type="text" size="30" maxlength="50"> <br/> <span class="style3">quantity:</span> <br/> <input name="quantity" type="text" size="8" maxlength="10"> <input type="hidden" name="required" value="name,company,email,phone,quantity"> <input name="bw" type="radio" value="Black and White"> <span class="style3">Black/White</span> <input name="color" type="radio" value="Color"> <span class="style3">Color</span> <br/> <span class="style3">paper</span><br/> <select name="paper" id="paper"> <option>20lb bond</option> <option>80lb Index</option> <option>20lb gloss</option> <option>80lb cover</option> <option>24lb Skytone</option> <option>24lb Astro-Brite</option> <option>20lb color</option> </select> </label> <br/><span class="style3">Astrobrite</span><br/> <img src="images/Astrobrite/Cosmic Orange.jpg" alt="Cosmic Orange" width="37" height="37"> <img src="images/Astrobrite/Sunburst yellow.jpg" alt="Sunburst Yellow" width="37" height="37"> <img src="images/Astrobrite/Terra Green.jpg" alt="Terra Green" width="37" height="37"> <img src="images/Astrobrite/Gemini Green.jpg" alt="Gemini Green" width="37" height="37"> <img src="images/Astrobrite/Lunar Blue.jpg" alt="Lunar Blue" width="37" height="37"> <img src="images/Astrobrite/Planetary Purple.jpg" alt="Planetary Purple" width="37" height="37"> <img src="images/Astrobrite/Fireball Fushia.jpg" alt="Fireball Fushia" width="37" height="37"> <img src="images/Astrobrite/Pulsar Pink.jpg" alt="Pulsar Pink" width="37" height="37"> <br/> <span class="style3">Skytone</span><br/> <img src="images/Astrobrite/Natural.jpg" alt="Natural" width="37" height="37"> <img src="images/Astrobrite/Sagebrush.jpg" alt="SageBrush" width="37" height="37"> <img src="images/Astrobrite/Champagne.jpg" alt="Sunburst Yellow" width="37" height="37"> <img src="images/Astrobrite/Bluestone.jpg" alt="Bluestone" width="37" height="37"> <img src="images/Astrobrite/White.jpg" alt="White" width="37" height="37"> <br/><span class="style3">Special Instructions</span><br/> <textarea name="SI" cols="50" rows="4" wrap="virtual" row="10">Designate color or other special instructions here</textarea> <br/> <span class="style3">Select file</span><br/> <input name="Get file" type="file" class="style3" id="get_file" title="Get File" size="30"> <input name="submit" type="button" title="submit" dir="email" value="Send"> </form>


Ask A New Question
Reply





MultiQuote








|