function sendForm(e){console.log(e);var form=document.getElementById("cookieSelectForm");console.log(form);form.action=e.dataset.url;form.submit()};
