@infinityskyline One way I can think of is, If the values of score, team are stored in node, then get the form action attribute and hit with .json extension and read the values of score and team.$.ajax({
url: $("form.cq-dialog").attr("action") + ".json",
async: false,
success: function (...