Hi! I want to make a simple website (for college project) which will let patients choose their time of appointment. I have trouble making buttons (with time written on them) which will disappear after patient clicks "submit".
All patients are logged in with unique usernames and passwords so when they click submit and someone else logs in to choose their time, they won't see any of the buttons that are submitted before.
If you have a link that can help me solve this, please post it or send me a part of code which makes buttons disappear after clicking submit button so no one else can see it.
I'm a JS beginner so I find this a bit confusing. Thank you!
All patients are logged in with unique usernames and passwords so when they click submit and someone else logs in to choose their time, they won't see any of the buttons that are submitted before.
If you have a link that can help me solve this, please post it or send me a part of code which makes buttons disappear after clicking submit button so no one else can see it.
I'm a JS beginner so I find this a bit confusing. Thank you!
Comment