I have two forms on a single page, im using them in conjunction with woocommerce. I was wondering if it was possible to hide a field, much like conditional logic does, with jQuery? I've added Style:display:hidden with jQuery but when the form is submitted the field still shows up. I could use conditional logic, but for this specific project I need to use jQuery, this is on my local machine so I can't provide a live example.