Is there a way to have a pop up with a yes/no comes when a player clicks submit on a form? If user clicks yes then it executes the form post, if user clicks no then it cancels it, how would I achieve this with silverstripe forms?
Or even better, is there a way I can tell it to execute a custom java script function prior to submitting the form? Then if result returns true submit, else do nothing.