I created a client database where employees can access to show a table of pending appointments, but the problem i am having is, how to make it to where the employee can enter a pin/passcode that is only relative to them and checks in a database for that pin/passcode so only our employees can enter clients information and isn’t available to the public only employees aka login only for employees, is there a way to set this up?
Hi,
I believe I know what you are trying to do, if not please clarify what you are trying to achieve.
Check out this article about member profiles.
Good luck
Hi,
Actually that will come in handy in the near future, but at this time i am trying to achieve a log in page only for employees not members, keep in mind that this feature i am trying to achieve is ONLY for our employees that works for us, this feature should only be available for employees to sign in to access our clients information. Also, keep in mind that we DO NOT want the public to be able to create an account to access their own information, because we don’t want the public to get in and acting as an employee to delete clients information. I am so sorry this is very complicated to explain i am trying to explain the best i can, hope this gives you an idea of what i am trying to achieve.
Did you ever figure out how to make an employee login page? I’m trying to do the same thing and there is no helpful information?
Hi,
You can create a database for users and there you can save a boolean to know if the user is an employee.
You can also change this variable if you want to.
You can use routers to make sure only employees can access the feature you want.
Good luck
I have three barbers and would like them to be able to manage their own wix page for appointments made by their clients on our web page. I know nothing about coeds so that’s not an option.
The only way to achieve this is by code (unfortunately), if you have further questions please open a new thread.
It’s not a good idea to dump others’ posts.