Html select multiple returns last value

I have gone through this and several other examples the code simply doesn’t work when I pprint on the backend of django. <select name="multiple-select[]" id="multiple-select" multiple> <option value="1">Books</option> <option value="2">Movies, Music & Games</option> <option value="3">Electronics & Computers</option> <option value="4">Home, Garden & Tools</option> <option value="5">Health & Beauty</option> <option value="6">Toys, Kids & Baby</option> <option value="7">Clothing & Jewelry</option>… Read More Html select multiple returns last value