|
@@ -81,7 +81,7 @@ $(".previous").click(function(){
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
-/*$("input[name=submit]").click(function(){
|
|
|
|
|
|
+$("input[name=submit]").click(function(){
|
|
console.log($("#msform").serialize());
|
|
console.log($("#msform").serialize());
|
|
$.ajax({
|
|
$.ajax({
|
|
url: '/step_questions/submit',
|
|
url: '/step_questions/submit',
|
|
@@ -93,7 +93,7 @@ $(".previous").click(function(){
|
|
}
|
|
}
|
|
});
|
|
});
|
|
return false;
|
|
return false;
|
|
-})*/
|
|
|
|
|
|
+});
|
|
|
|
|
|
function showThankyou() {
|
|
function showThankyou() {
|
|
document.location = 'index_complete.html';
|
|
document.location = 'index_complete.html';
|