I am creating a website for a club and I’m trying to make it as easy as possible to create new events (and automatically create pages for them) whenever needed. I have been using dynamic pages to do this, but I have run into a problem.
I’m trying to make it so that site members can sign up for these events within the dynamic page by using “User Input Elements” to create a form for members to fill out with their name and contact information. To collect this information, it appears that I need a separate database for each event. It is also important that we have a guest list so members can see who is coming. However, using dynamic pages doesn’t work very well for this, it appears, as it doesn’t seem like I am able to create a new table for each page. Am I missing something? Also, is it possible for a new database to be created automatically using code? Is there a better way to do this?
*I don’t know code, but if there is something I could copy and paste, that would probably work.
Thanks!