I am hiding certain form fields with JavaScript.
How can I also ignore those hidden fields with JavaScript?
NOTE: the form I'm working with previously had 100+ FIELD RULES and it was impacting page load, so I'm now hiding the fields with JavaScript. It's very snappy now, but I don't want hidden field values to store as variables. I need blank variables for hidden fields.
Thank you for your help!