I use the new forms in developer mode to style the font with a local hosted font.
How can I pass a value into a hidden field. The get paramater works, but is there an other possibility:
...
:root {
--hsf-global__font-family: "DIN";
--hsf-global__font-size: 1em;
}
</style>
<script src="https://js.hsforms.net/forms/embed/developer/xxxx.js" defer></script>
<div class="hs-form-html" data-region="na1" data-form-id="ccb78180-39d6-4c53-9245-xxxxxxxx" data-portal-id="xxxx"></div>
Now I will set the hidden field “Seminar_ID” to “test”.
THX