#111650

I tried but this doesn’t solve my problem.

I tried with
<script>

const button = document.querySelector(“#button#);

button.addEventListener(‘click’,  function(event) {

alert(‘Ci sono ‘ + button.form);

});

</script
but button.form is undefined.

Tried also with this.form, same result.

How can I solve.

Tks