Forum Moderators: mack

Message Too Old, No Replies

Another form questions

         

puppetmaster

7:45 pm on Nov 15, 2006 (gmt 0)

10+ Year Member



I have a form on my company website that was made in frontpage(not something I would have done). We have a required work phone field and if it not filled in send you to a error page telling the person to fill in that field. The problem I'm having is when they go back to the form all the field are erased and they have to fill in all the field again.

My question is does anyone know how I can retain all the users information in the fields when it goes back to fill in the work nubmer.

We are not using a database so that not a option. If I need to make a new form that's not in frontpage I can do that. I just don't know if there is some option in frontpage I can use to save the user fields.

Thanks you in advance for any answers.

eelixduppy

8:20 pm on Nov 15, 2006 (gmt 0)



The best way to do this is to use session variables to keep track of the data entered into the forms.

Related link: PHP [webmasterworld.com]

I know this topic is for POST variables, however it's a very similar concept with sessions :)

Good luck!