Thread: Form information
Results 1 to 6 of 6
Related
-
seo information ? Forum: Search Engine Optimization - SEO - Forum
Replies: 1 -
IE and the information bar Forum: Javascript Forum
Replies: 2 -
Hypercells....more information please Forum: HTML Forum
Replies: 0 -
Send form information to a data file Forum: HTML Forum
Replies: 1
-
02-16-2009, 08:02 AM #1
Form information
Hello all. I have built a simple site for a friend of mine. I am working on his "Pre-Registration" form and have it set to e-mail the info to him. The problem I am having is the info comes in a coded string that if you do not know what you are looking at, it could be very difficult to deal with.
Here is a link to the form page- http://ocorr.net/form.html and here is an example of the info string- driver+name=frank&co+driver+name=clay&team+name=gonouts&car+number=23&crew+name=mark+jim+bob&class=1%2F2
I would like it to look like this-
Driver name=Frank
Co driver name=Clay
Team name=gonuts
Car number=23
Crew name=mark, jim, bob
Class=1/2
It has been a long time since I worked with forms and it seems like I remember there being a way of directing the look of the output info. Any suggestions would be greatly appreciated.
Thanks
-
02-16-2009, 10:09 AM #2
Re: Form information
Are you using method=post or method=get?
-
02-16-2009, 10:27 AM #3
Re: Form information
I am using "method=post"
I could not post an active link in my last post because I did not have 5 posts yet, but now I can Here is the page I am working on.
Thanks
-
02-16-2009, 11:07 AM #4
Re: Form information
Change your form declaration to:
Code:<form method="post" action="mailto:frankhinds@alohagroup.org" enctype="text/plain">
-
02-16-2009, 11:24 AM #5
Re: Form information
WHOOO HOOO!!!
Thanks man. That is so cool that it is so simple. I love this site and the folks who help here
-
02-16-2009, 12:22 PM #6
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum