Hi All,
I'm hoping someone can help me with this problem. the form works ok in firefox and IE6, but when send is pressed, a blank email form or a blank IE7 page comes up, instead of the message being relayed directly to my email. This is the code, and thanks in advance!:
[code=html]
<div id="form">
&nb sp;
<form action="MAILTO: ruth@ruthpiazzo n.com" method="post" enctype="text/plain">
<label for="name"><fon t color="#B5098F" >Name: </font></label>
<!--<input type="text" id="name" class="input-box" /><br /> -->
<input name="username" type="text" id="name" class="input-box" /><br />
<label for="e-mail"><font color="#B5098F" >E-mail: </font></label>
<input name="usermail" type="text" id="e-mail" class="input-box" /><br />
<div id="ta">
<textarea name="textarea" value ="textarea" class="input-box" rows="7" cols="35">
</textarea><br /><br />
</div>
&nb sp; <in put type="submit" class="submit-button" value="Send" />
<in put type="reset" class="reset-button" /><br /><br />
</form>[/code]
Best,
Missred
I'm hoping someone can help me with this problem. the form works ok in firefox and IE6, but when send is pressed, a blank email form or a blank IE7 page comes up, instead of the message being relayed directly to my email. This is the code, and thanks in advance!:
[code=html]
<div id="form">
&nb sp;
<form action="MAILTO: ruth@ruthpiazzo n.com" method="post" enctype="text/plain">
<label for="name"><fon t color="#B5098F" >Name: </font></label>
<!--<input type="text" id="name" class="input-box" /><br /> -->
<input name="username" type="text" id="name" class="input-box" /><br />
<label for="e-mail"><font color="#B5098F" >E-mail: </font></label>
<input name="usermail" type="text" id="e-mail" class="input-box" /><br />
<div id="ta">
<textarea name="textarea" value ="textarea" class="input-box" rows="7" cols="35">
</textarea><br /><br />
</div>
&nb sp; <in put type="submit" class="submit-button" value="Send" />
<in put type="reset" class="reset-button" /><br /><br />
</form>[/code]
Best,
Missred
Comment