as @texnixe said, that works but you’re also missing enctype=“multipart/form-data” from your form element so it’s not submitting correctly either
should be
<form enctype="multipart/form-data" class="eventRegistration" action="https://dev.lucasdesign.ch/ART/website/festival/iscrizione-al-festival" method="post" autocomplete="nope">