Guest_imported
New member
- Jan 1, 1970
- 0
Ok, heres the problem. I created a form for Information Request, it has alot of fields including text input areas and check boxes. So naturally, theres going to be a good deal of information that must be sent to me when the person presses the "submite" button. However, through my own testing, i've found that when the user presses submit it does the following: Gives the warning that their e-mail address will be available to the recipiant of the information (which is normal, this should happen), but then, instead of just sending the information that the user inputted into the form fields, it opens up an e-mail box, as if it expects the user to retype all of the information into the email box. what am i doing wrong? at the top of the form code i have the "action=mailto:myscreenname@aol.com" snippet, and i have a submit button at the bottom of the form with the code <input type="submit" name="Submit" value="Submit">... what am i missing? Please someone help me, thanks!