Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HTML form not saving information
Name: floydb Date: July 18, 2004 at 22:13:19 Pacific OS: win xp pro CPU/Ram: 500
Comment:
Is there any way to save information that has been keyed in on a Web page form and send it to an email address with the information included....When I save the form and send to an email it just has the original web page and not the information that was keyed in??? Any help would be much appreciated....Thanks in advance
Name: patcoola Date: July 19, 2004 at 01:11:03 Pacific
Reply:
well i don't know about internetExplore but Opera, netscape, mozila and firefox, and all Mac web browsers have AutoFeild and Password Wizard.
AutoFeild saves the information you entered into a form.
Password Wizard is a renemmber password mannager.
0
Response Number 2
Name: Jamie_McCoy Date: July 19, 2004 at 08:56:39 Pacific
Reply:
yeh pretty easy actually
you would need an email script, PHP is quite good.
Then give all your fields names e.g
value="name"
in the PHP script you would have a load of GETS that would retrieve the posted information, compile them into a nice order then ship them off to your email address.
Note that you need the script hosted on a server with an email server....
Name: ggirl Date: August 27, 2004 at 17:32:27 Pacific
Reply:
Make sure that when you set the form up that you put enctype="text/plain". Not sure if I wrote that correctly, but you can look up enctypes in google or yahoo.
oh, try this website: http://draac.com. They have wonderful tutorials for forms.
Summary: i have an html form, that has a pull down menu, that looks something like this: <form action="something.php" method="post"> <select name="var1"> <option value="choice1">Choice1 <option...
Summary: (I posted the question about there being any way to process forms without setting up a full Web server last January. See "CGI scripts without a full server?", #1335. I want to have locally run HTML fo...
Summary: I have a HTML form and am using mailto in the action attribute. I do not just want to send the forms data (ex: name=joe) to the specified email(s), I want to have the view of the whole form with its d...