Hello Mario
You are might using the same id for 2 dom elements. What you can do is to use a class instead of id or just find the elements inside the form. You can also use val('')
to reset the value.
$('form select').val('')
If it is not clear, please feel free to share the URL of you form to check and share solution. Please remember to make that public for testing purpose.