This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
Fixed issue with buttons not being clickable
On blur, the form either cancels or submits depending on the submit_on_blur
option. The problem was that it wasn't recognizing the submit and/or cancel buttons on blur, so it would just cancel/submit the form no matter where on the page the user clicked (even if it was the submit or cancel button that's in the abracadabra form). Resolved!