Changing input type from text to multi select dropdown – skill taxonomy

Your <form>-tag doesn’t have an ‘action’ defined. This is an example of how it should look:

<form action="/form-retrieval-page.php" method="post">

So when you submit the form, then nothing is passed.