> May I know what is the difference between the two? Not sure in this case, but for crud, *onaccept* is "... *a function* to be called after the form submission is accepted and acted upon, but before redirection. ...", and *next* is "...*the URL*to redirect to after success ..."
> will "next" overwrite "onaccept" Next and onaccept should not overwrite each other, because they do different things (code to run after form submission and set redirection in response) --

