@@ -30,7 +30,11 @@ $(".next").click(function(){
url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
type: 'post',
dataType: 'json',
- data: JSON.stringify(dataOBJ),
+ data: JSON.stringify({
+ title: name_title,
+ text_content: txtARR,
+ image_urls: imgARR
+ }),
success: function(data) {
showThankyou();
},