Jquery selector not targeting proper <form> element on Shopify template
I am so confused! I am attempting to target a form on my page and use the jQuerys serializeArray() function to grab all the values of the form. <div class="page-width"> <header class="section-header text-center"> <h1 class="section-header__title h2">{{ page.title }}</h1> </header> <script>…