vctrfrnndz / jquery-accordion

👆 Responsive, CSS powered, jQuery accordion plugin.

Home Page:https://vctrfrnndz.github.io/jquery-accordion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toggling a single accordion causes form to submit.

tvmaly opened this issue · comments

Within a signup form, I have the terms of service in an accordion. When I click on the accordion, it triggers the signup form to be submitted. The submit button for the form is just below the accordion, but there is ample space so it is not touched. Have you encountered this before?

If you're using a <button> as the trigger, make sure it's set to <button type="button">

+1 to @craigmdennis, or use a div as the trigger.