in reply to Re: Re: Re: Re: Create required fields from form
in thread Create required fields from form

Hi,

Yes, you gave me great information! Thanks!

In that case when the field is blank, how can I redisplay a static web page form with a message for people to fill in the blank field?

Thanks!
  • Comment on Re: Re: Re: Re: Re: Create required fields from form

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Create required fields from form
by Vautrin (Hermit) on Jan 23, 2004 at 23:09 UTC
    1. Output the web page over again with an error message.
    2. Output the web page and use VALUE="foo" on your inputs so your users don't need to fill out the form again.
      Hi,

      My problem is outputting the web page over again with the inputs still intact. I tried pointing back to the URL and the web page comes back blank.

      Any ideas?