A client wants to have users submit a simple form with their name, phone, email address before they can view a section of their web site. This will only happen once per visit, so I am thinking a session structure will work. I have set up a lot of session, client and cookie secured areas previously where they have to enter login information. This is a little different since it will be captured into a DB table and emailed to the client.
Do I set this up the same way as I would a login structure? Anyone else ever come across this before?
Do I set this up the same way as I would a login structure? Anyone else ever come across this before?