On my development site, the 'Save' button property has the 'Redirect URL' field. However, the field on the production site is missing.
I wrote javascript to do the redirect. The problem is that: after saving data, the form is doing its own redirection. It seems the javascript redirection takes place first, then the form save the data and do its own redirect.
vs