How do i get my registration pop form to reappear immediately?
Hello
My POP REGISTRATION FORM works pretty good. However, I’m having a problem with a New Registration or a User logging back in due to the FORM not reappear immediately. It come back eventually after closing down the browser or after a 30-40 minute wait. It should appear immediately and prompt User to login each time after closing down the browser? I tried changing the time from 1-year to 1-hour or less, or just leaving time out all together but that didn't work.
My Question is: How do I get the Registration Form to re-appear immediately on next visit, after logging out and shutting down the browser? I am still very new to coding, so please take a look at my code below and if possible give me a real sample and/or insert it into my code. Thanks!
1. What purpose does setting the user_id to true serve??? I do not understand why you are setting this, nor why the user id is a boolean? Do you only intend to support I user???
2. What is a "pop" form? Whatever it is, why are you using it instead of a standard web page, that will appear automatically every time?
3. If you are using some form of "pop-up" do you realize that they are generally disabled on most browsers, because they have been so heavily abused? So there is a strong likelihood that pop-ups will not appear anyway.
I think you need to fundamentally rethink and sketch out what you are trying to achieve.
Bookmarks