dog
11-24-2006, 05:07 PM
Hello. Firstly, I'm very, very, very new to PHP and not certain it's what i need for this, so please feel free to point me to a better section of the forums if that's appropriate.
I want to make a page that has an obligatory form infront of it. i.e. when you access the page a form pops up in front, and you have to fill out the form to make it close.
I don't want users to have to do this everytime they access the page. Just once.
How can I make the form obligatory? How will it know if it has been filled out completely or not? Perhaps someone could point me to some examples.
And secondly what do I need to do to have the website remember when the user correctly fills out the form and not show them the form in future.
I'm thinking of putting the form within a div that literally blocks the page behind it and using css and javascript to show and hide the div as appropriate.
Any ideas and or help?
Thanks,
dog
I want to make a page that has an obligatory form infront of it. i.e. when you access the page a form pops up in front, and you have to fill out the form to make it close.
I don't want users to have to do this everytime they access the page. Just once.
How can I make the form obligatory? How will it know if it has been filled out completely or not? Perhaps someone could point me to some examples.
And secondly what do I need to do to have the website remember when the user correctly fills out the form and not show them the form in future.
I'm thinking of putting the form within a div that literally blocks the page behind it and using css and javascript to show and hide the div as appropriate.
Any ideas and or help?
Thanks,
dog