I’ve come across something that I think may be a weird glitch… or else I’ve done something odd?
I have a database that contains three types of events (events, in-person training, and webinars). I put them all in once database because they share much of the same information types, but their dynamic pages will be slightly different depending on the type of event. So, since I couldn’t figure out a way to have the 3 different dynamic pages show up when clicking the “more info” button on each repeater item, I set up 3 separate dynamic pages, one each to show a repeater for each type of event.
So, I have 3 pages:
Events(ALL)
Events Training (ALL)
Events Webinar (ALL)
Now, the weird thing is that I can’t seem to navigate between these pages in the preview (I don’t know about live yet, as I’m still building it before I let it go public).
I have 3 buttons at the top of each page so that people can choose which event type they want to view the list for - but when I click on one in the preview it comes up with the error “page not found (404) This page can’t be located: /Events/training visitors will see an error page.”
I’ve checked and double checked the links, and I just can’t seem to figure out why it’s not working. Although it doesn’t look like the same name in the error message, in the drop-down for the link to a page, it shows the full name and it’s right.
Is it a glitch, or am I doing something wrong??
Thanks