When you clone a program, why do the URLs for the new landing pages "build" on top of the last set of URLs? For example, for my webinar template, the end of the registration page URL looks like this:
/Webinar-CleanTemplate_Registration.html
When I cloned the program template to create a new webinar, the new registration page URL looks like this:
/WebinarIFRS13092613_Webinar-CleanTemplate_Registration.html
The new webinar title/name is thrown at the beginning, but the old webinar title/name remains in the URL. So, I have to go into each one and clean it up. Why doesn't this just change/update automatically through cloning? Is there something I need to do in the cloning process to help this happen correctly?