Skip to content

Instantly share code, notes, and snippets.

@redgeoff
Last active November 5, 2018 17:20
Show Gist options
  • Save redgeoff/39d3556add111f010a8cd1c589ae34fe to your computer and use it in GitHub Desktop.
Save redgeoff/39d3556add111f010a8cd1c589ae34fe to your computer and use it in GitHub Desktop.
Autogenerating Forms Old - Submit Listener
form.on("submit", () => alert(JSON.stringify(form.getValues())));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment