Hi
I am working on a clients site:
https://clearair.fm
when any of the pages with Tassos ConvertForms are loaded the form doesn't load completely, Tassos tells me this:
*When navigating from any page to /contact-us.html, your template seems to perform a fetch request and replace the whole page's DOM.
This behavior, while providing a smoother user experience, does not trigger the DOMContentLoaded event. This results in parts of your page that rely on this event to remain uninitialized. This affects Convert Forms as well.
So, in short, your custom code never runs unless you perform a full page refresh. Also, in this case the custom code is not needed because Convert Forms performs it's own initialization. My suggestion would be to contact the template's author about this issue since it is not a problem with Convert Forms. Perhaps the template defines it's own events in such cases, which you can hook into.*
Could someone take a look and let me know what is happening?