I created a table on HTML page. First column is a list of hosts. Each host is linked to a registration form. What I need to do if limit the number people to 15 registering for each host. How do I do this? Thank you!
You will need a counter to determine the number of registrants.
Problems is, JS does not maintain counters between visits or visitors.
To accomplish what you want to do, you will need to look into a database or PHP program.
JS is client side code and you need server side.
Thank you so much. I've been trying to figure this out all day. This is really my first time doing anything like this, even creating a table. Could you help be a little more with the code I need to write.
Thank you so much. I've been trying to figure this out all day. This is really my first time doing anything like this, even creating a table. Could you help be a little more with the code I need to write.
Thanks again!
Provide some of your attempts at coding the problem.
Bookmarks