Skip to main content

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.


 


9211i690B9E90563D6DD1.png


vs


 


9212iB6684EAD903A10AB.png


 

Is a redirect configured within the settings of the form (instead of the button)?

Reply