Hello everybody, currently I want to implement the Privacy Manager Extension (see https://community.tealiumiq.com/t5/Tealium-iQ-Tag-Management/Privacy-Manager-Extension/ta-p/13624), but I realized a problem with the rendered button on our ASP.NET WebForms site. As the rendered button has no type-attribute, browser do handle it as a type=submit button. ASP.NET WebForms sites have automatically a form-tag around the content. This makes the button submitting the site, when you click on it instead of opening the privacy options in a popup. I don't want to hack the button and stop this behaviour on my own with javascript, so my question is, if it is possible to give this button somehow a type=button attribut, so that it will work on WebForms sites. Maybe Tealium can change this as there should be no problems giving the button the type=button attribute. Thanks for a reply! Best regards, Steven
... View more