Sequential Numbers on Form

S

Sonars_UK

Hi,

Re: FP 2002.

I designed and manage a website for a local courier company.

They have asked me to include a form on their website where customers can
book a collection and provide details of packages that need to be collected
(collection times, weights, number of packages, collection address, etc...).

Developing the basic form is no problem but I'd like to know if it is
possible to automatically insert a sequential number into the form each time
the form is used?

Thanks in advance,

Sonars_UK
 
S

Stefan B Rusynko

Only if you are using a database (to store the # sequence) and some server side coding lime ASP or PHP
- best you could do w/o above is a date/time stamp as the #



| Hi,
|
| Re: FP 2002.
|
| I designed and manage a website for a local courier company.
|
| They have asked me to include a form on their website where customers can
| book a collection and provide details of packages that need to be collected
| (collection times, weights, number of packages, collection address, etc...).
|
| Developing the basic form is no problem but I'd like to know if it is
| possible to automatically insert a sequential number into the form each time
| the form is used?
|
| Thanks in advance,
|
| Sonars_UK
|
|
 
Top