Awesome! Thanks for the answer.
So quick question, if I add the code to my div as:
<div runat="server" ID="InsureDirectQualifierA" ClientIDMode="Static">
And I'm trying to use a macro that would grab the ID, would I add the name attribute and use that to grab the value, such as:
<div runat="server" ID="InsureDirectQualifierA" ClientIDMode="Static" name="FormVersion">
And then use the macro:
{%FormVersion%}
To print the value?