Adding Sign-In to Web site

S

Sluggofish

I am new to the web building. My goal is to have visitors arrive to my home
page and have them: select a region of the world they are from, answer a few
questions about their interest in the products. Access would be limited to
just one level until they receive a notification that they have full access.
Full access would be allowed when I receive notification that someone has
asked for full access.

When this happens. I will review the request and grant or decline the
rquest. Any help is appreciated.
 
S

Stefan B Rusynko

Simplest way (all users get same userid/password for same location) is to create a subweb w/ unique permissions and forms for them
to email you
See http://support.microsoft.com/default.aspx?scid=kb;en-us;825451
Your host will have to support subwebs and unique permissions under the FP Server Extensions

Anything more complex requires a server side scripting solution & probably a database




|I am new to the web building. My goal is to have visitors arrive to my home
| page and have them: select a region of the world they are from, answer a few
| questions about their interest in the products. Access would be limited to
| just one level until they receive a notification that they have full access.
| Full access would be allowed when I receive notification that someone has
| asked for full access.
|
| When this happens. I will review the request and grant or decline the
| rquest. Any help is appreciated.
|
|
 
Top