|
Posted by Travis Newbury on 11/18/45 11:38
ukrbend wrote:
> I'm new to using forms and have tried to find an answer to the
> following questions through various on-line tutorials but so far no
> luck...
You can use javasript to validate the form, but that is probalby ot the
best idea since some people have javascript turned off.
The best way is in the page you send the form to, the server side
script, you check for for responses there. Ig they have entered one,
then use that, if not,then use what ever or default is. The user never
sees it.
[Back to original message]
|