Hi,
There’s an error in your page because JSON.stringify doesn’t exist as a function in your page, which seems to be because another framework you’re including is overwriting the standard browser JSON object with a non-standard variation (providing JSON.encode instead.) I’ll take a look to see if we can work around that, although you would also be wise to check which script you’re using is meddling with the functionality of your page.
Ben