Un usuario pregunt贸 馃憞
El plugin utm est谩 creando un conflicto con las formas de las formas de gravedad.
l铆nea 6 (URIError Uncaught: Malform URI) curval = decodeURIComponent (curval)
(handl-utm-grabber.js? ver = 4.9.4: 6)
URIError Uncaught: URI mal formado por decodeURIComponent (
Intent茅 resolver el problema pero no encontr茅 nada.
Gracias
Rico
(@haktansuren)
Hace 2 a帽os, 10 meses
Hola @richwalker, 驴Te importar铆a compartir el enlace donde aparece este error? Gracias
(@richwalker)
Hace 2 a帽os, 10 meses
Hola haktan
Hice algunos ajustes en handl-utm-grabber.js para solucionar el problema.
jQuery(function($) {
$.each([ 'utm_source','utm_medium','utm_term', 'utm_content', 'utm_campaign', 'gclid', 'email', 'username' ], function( i,v ) {
var curval = Cookies.get(v);
if (curval '!==' undefined) {
curval = decodeURIComponent(curval);
if (v == 'username') {
//Maybe this should apply to all... We'll see...
curval = curval.replace(/+/g, ' ');
}
$('input[name="'+v+'"]').val(curval);
$('input#'+v).val(curval);
$('input.'+v).val(curval);
}
});
});
(@haktansuren)
Hace 2 a帽os, 10 meses
隆Gracias por compartir el c贸digo con nosotros @richwalker!
驴Solucion贸 tu problema??
0 / 0