Promo Code Accessed Pages

I having a problem wrapping my head around how to get a single page with a code/password entry button to redirect to different pages per the code/password entered. The hope here is to make multiple private galleries for clients that can be accessed from one code entry area…

You can add the code wixLocation.to(/Members/${wixUsers.currentUser.id}) to the onLogin prompt to redirect your site visitors to a members’ page on login. To learn more, check out this tutorial: Corvid Tutorial: Building Your Own Members Area

Yes, @dietzparker , this is possible. I have created this logic many times. I use it in this template for my clients:

https://codequeen.wixsite.com/event-photography

That is exactly the format I’m looking for. Any tips on the logic needed?

It is advanced code and not easy to explain. Front end and back end code are needed to perform query, perform audit check to prevent people linking directly to the page without typing in pass code and to redirect according to pass code typed in. Configuration of multiple databases to hold the pass codes and images. A custom form is strongly recommended in order to actually add the images to the correct pass code (or event) because it is not possible to (efficiently) import bulk images via the database. (Either a gallery field or single image field is recommended). This template in particular took me about 3 days to complete (including full design and testing).

But, yes, it is possible.