|
@@ -1,7 +1,7 @@
|
|
|
//jQuery time
|
|
|
var current_fs, next_fs, previous_fs; //fieldsets
|
|
|
var left, opacity, scale; //fieldset properties which we will animate
|
|
|
-var animating; //flag to prevent quick multi-click glitches
|
|
|
+var animating; //flag to prevent quick multi-click glitasdaches
|
|
|
|
|
|
$(".next").click(function(){
|
|
|
if( !validate() ){
|
|
@@ -37,9 +37,10 @@ $(".next").click(function(){
|
|
|
type: 'post',
|
|
|
data: obj3,
|
|
|
success: function(suc_data) {
|
|
|
- //console.log(suc_data)
|
|
|
- window.location.replace('www.choozmo.com:8888/progress_page');
|
|
|
- //showThankyou();
|
|
|
+ if (suc_data.redirect) {
|
|
|
+ // data.redirect contains the string URL to redirect to
|
|
|
+ window.location.href = suc_data.redirect;
|
|
|
+ }
|
|
|
},
|
|
|
//data:JSON.stringify({n1:"12",n2:"22"}),
|
|
|
error: function (error) {
|