Hi,
I noticed there's some fields in the forms that are type="text" and then hidden with CSS, instead of being type="hidden".
Is there a reason why these fields need to be type="text"?
Being a text field, they get picked up by accessibility (WCAG/ADA) tools that report them as errors because they don't have labels.
Thank you