Hello,
I have a fix for you (admin.js file)
REPLACE:
var $input = $(‘<input type=”radio” name=”landingpage”>’).val(btoa(JSON.stringify(page)));
WITH:
var $input = $(‘<input type=”radio” name=”landingpage”>’).val(btoa(unescape(encodeURIComponent(JSON.stringify(page)))));
Regards,
Antonio Arana
https://dasolucionesit.com.mx