What could be the best way /if there is any/ to add custom attribute to HTML element in Hubspot, more specifically, to the < form > element created by Hubspot?
<form id="form-id" myAtrribute="myValue"></form>
*Edit:
Static solution would be better, as it is going to be used in form analytics.
Thanks!