Click to See Complete Forum and Search --> : one-line text box form


youngun
07-22-2005, 01:08 PM
I have done the scripting as follows to send in a HTML email to get some info

<form name="info" method="post" action="mailto: my hotmail account">
<input type="text" name="info" size="40"><input type="submit" value="Submit">
</form>

where my hotmail account is, that is where i put my hotmail account address in.

yet when i tested it on myself to my other email account it doesnt send the info as an email.... any help please?

ray326
07-23-2005, 12:07 AM
Mailto doesn't work consistently. You need to do this with a form handler on the server.

youngun
07-23-2005, 03:18 PM
well could someone show me how to set up a way of privately getting the results? like somehwere where its ffree to send the results to easily

ray326
07-23-2005, 05:03 PM
Use something like this: http://www.bignosebird.com/carchive/bnbform.shtml

youngun
07-25-2005, 11:09 AM
cheers :D