03/13/2015 at 1:39 pm
#322728
Keymaster
@ Chris
Since this all occurs via javascript there is no real easy way to do this as the cn-form-user.js file will need to be edited to add the redirect.
Add the following to after lines 213 and 220 but before break;
// similar behavior as an HTTP redirect
window.location.replace("http://connections-pro.com");
Obviously change http://connections-pro.com to the URL you want to redirect to.
Save the file.
Make a copy of it and name it cn-form-user.min.js
Upload both, overwriting both on the server.
Hope that helps!
