Hello,
I'm trying to capture two different forms (which are both in different url paths) in our Single Page Application.
When I go to one of these paths, the script provided gets loaded and everything works properly.
The problem that I'm facing is when I navigate from the path of one form to the other one. It gives us the following error, since the script is already there:
MsCrmFormLoader is already defined, make sure Dynamics 365 Marketing loader.js script is not included twice in the page.
Could someone guide me on what would be the best approach to solve it?