The beginning of your form is missing the form tag.
<form>
You also need to give the inputs a separate names so you can differentiate them in your array. Currently you are using the same name for the value and the type. Use something like Unit1_value and Unit1_name to differentiate between the two
<lable><input type="" name="Unit1_value" id="Unit1_value"></lable>
<!-- dropdown -->
<select name="Unit1_name" id="Unit1_name">
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…