Hello,
We are working with a vendor to add a banner at the top of our site to give users information about cookies and consenting to cookies. The HTML markup includes a button that is supposed to display a modal.
The problem we are having is that when the user clicks on the button it just reloads the page instead of displaying the modal. We believe it has to do with it being inside a <form> tag.
Is there a way to add markup to a template that is above the <form> and viewstate information inside the <body> tag?