PDA

View Full Version : bluemail problems



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?

charlesgan
06-21-2007, 11:00 PM
seem like ok, have to make sure the email 'webmaster@notslick.com' is valid where you already created in in your account.

notslick
06-22-2007, 09:29 AM
no worries, i fixed it! :D

HNX
06-22-2007, 10:22 AM
no worries, i fixed it! :D

how?? coudl u tell me wht u did to fix it???? please

Regards,
HNX

notslick
06-22-2007, 11:25 PM
im not expert, i may have just gotten lucky. first of all, enctype should not be test, it should be equal to "multipart/form-data". second of all, my redirect page was http://www.notslick.com/thankyou, which should have .html after the thankyou. this fixed it for me, hope it helps.