We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a8731 commit da4262dCopy full SHA for da4262d
1 file changed
modules/anagrafiche/modals/firma_gdpr.php
@@ -184,8 +184,8 @@ function resizeCanvas() {
184
function caricaTavoletta(){
185
let container = $("#firma-div");
186
localLoading(container, true);
187
- var marketing_generico = document.getElementById("marketing_generico").value;
188
- var profilazione = document.getElementById("profilazione").value;
+ var marketing_generico = '.$GLOBALS['gdpr_marketing_generico'].';
+ var profilazione = '.$GLOBALS['gdpr_profilazione'].';
189
return $.get("'.$structure->fileurl('modals/firma_tavoletta_gdpr.php').'?id_module='.$id_module.'&id_record='.$id_record.'&marketing_generico=" + marketing_generico + "&profilazione=" + profilazione, function(data) {
190
container.html(data);
191
localLoading(container, false);
0 commit comments