notslick
06-21-2007, 10:38 PM
I'm trying to get my bluemail to work in my webpage. here is the script for my form:
<form action="http://www.bluehost.com/bluemail" method="post" enctype="text/plain" name="Makemeanoffer" id="Makemeanoffer">
<p>
<input type="hidden" name="sendtoemail" value="webmaster@notslick.com">
<input type="hidden" name="redirect" value="http://www.notslick.com/thankyou">
<input type="hidden" name="text" value="1">
</p>
<p><span class="style9 style16"><strong>Email
</strong></span>
<input type="text" name="textfield" />
</p>
<p>
<input type="submit" name="Submit" value="Submit" />
</p>
</form>
when I upload my webpage to the internet and test the form out, i get an error that states:
This can not be accessed this way, you need to have an input field named 'sendtoemail'
I don't know whats wrong since i do have an input field named sendtoemail. can anyone help me with this?
<form action="http://www.bluehost.com/bluemail" method="post" enctype="text/plain" name="Makemeanoffer" id="Makemeanoffer">
<p>
<input type="hidden" name="sendtoemail" value="webmaster@notslick.com">
<input type="hidden" name="redirect" value="http://www.notslick.com/thankyou">
<input type="hidden" name="text" value="1">
</p>
<p><span class="style9 style16"><strong>Email
</strong></span>
<input type="text" name="textfield" />
</p>
<p>
<input type="submit" name="Submit" value="Submit" />
</p>
</form>
when I upload my webpage to the internet and test the form out, i get an error that states:
This can not be accessed this way, you need to have an input field named 'sendtoemail'
I don't know whats wrong since i do have an input field named sendtoemail. can anyone help me with this?