=================================================================== RCS file: /cvs/cvs/draft/form.min.js,v retrieving revision 1.39 retrieving revision 1.41 diff -u -p -r1.39 -r1.41 --- draft/form.min.js 2024/03/28 20:27:38 1.39 +++ draft/form.min.js 2024/03/28 20:33:14 1.41 @@ -45,9 +45,10 @@ async function sendData() { ii.textContent="Sent"; console.log(`Challenge Success ${token}`); /* --------------------- */ +const ob = {mail: $em, sub: $su, msg: $ms, id: $token }; var data="", status="", - feed=JSON.stringify({ "cfem": "${em}", "cfsu" : "${su}", "cfme" : "${me}", "cfto" : "${token}" }); + feed=JSON.stringify(ob); $.post("/feedbk/", feed, function(data, status){ console.log("Data: " + data + "\nStatus: " + status); });