Does anyone know if it’s possible to wire the signup form’s submit button to also fire some custom JS?
In a nutshell, I basically want to fire client side JS function as soon as the user submits the form so I can store some data in their session.
Any help would be greatly appreciated. Thanks!