View Full Version : Help Me Please Im Having Trouble With Form Stuff!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


bjmprime
03-27-2003, 01:38 AM
ok im having trouble with this:
i cant get it to go to my right email it goes to my outlook express but i want it to go to hotmial can u help me with this.

this is my code that i have on it-

<form method="post" enctype="text/plain" action= 'mailto:brandon_mclellan@hotmail.com'><input type="hidden" name="brandon_mclellan@hotmail" value="Register">


What is your current honor?<br>
<input type="text" name="What is your current honor?" size="50" maxlength="100"><br><br>
What map are you best at<br>
<input type="text" name="What map are you best at" size="50" maxlength="100"><br><br>
What weapon are you best with?<br>
<input type="text" name="What weapon are you best with?" size="50" maxlength="100"><br><br>
E-mail Address?<br>
<input type="text" name="E-mail Address?" size="50" maxlength="100"><br><br>
What is your current screen name?<br>
<input type="text" name="question:" size="50" maxlength="100"><br><br>


<br><br>Do you play Americas Army Alot (Be Honest)<br>
<input type="radio" name="Do you play Americas Army Alot (Be Honest)"value="Yes">Yes<BR>
<input type="radio" name="Do you play Americas Army Alot (Be Honest)"value="No">No<br><br>

<input type="submit" value="Submit"><img src="spacer.gif" width=5 height=1 alt="spacer">
<input type="reset" value="Reset"></form>

pb&j
03-27-2003, 03:10 AM
just as an off guess...

some people have their outlook settings set to grab their hotmail email and import it into the outlook inbox. during your form testing, be sure give it some time and check your hotmail site before checking your outlook express inbox. have outlook closed at the time cause if its open, it may grab the incoming email before the hotmail server does.

or are you talking about when you click on the submit, does outlook open a blank email? if so... that is because you are using a MAILTO in your ACTION. to fix that, you will have to use a server side script for emails or use a hosted script. more can be explained on that if this is the case.