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;
}
Now I will set the hidden field “Seminar_ID” to “test”.
THX