|
| A R C H I V E D M E S S A G E |
|
Subject: Order of form results |
| Posted: 05/11/2003 at 7:57:51 pm |
| By: James |
| Hi,
I've been experimenting a lot with this great script, and I've been very pleased with it's versatility. just one snag though - could someone please tell me a way of setting an order for the form results to be sent? Example: Name first, then address, then phone number etc At the moment I'm receiving the form contents in the order that the browsers chooses to send them. Is there an 'order' or equivalent function? Thanks for any help.
Jim | |
|
|
Subject: Re: Order of form results |
| Posted: 05/12/2003 at 7:58:48 pm |
| By: James |
| Try,
<input type='hidden' name='sort' value='firstName,surname,email,comments'>
| |
|
|
Subject: Re: Order of form results |
| Posted: 05/12/2003 at 7:59:01 pm |
| By: James |
| Many thanks for this. I'll give it a try as soon as I can, and post again soon with any results. | |
|
|