i had the same problem ;-)
but i found the solution:
it is not possible to use the same blockset (blkAnys) more than 1 time
in different option-tags!
you must create a "blkAnys" and a "blkAnys2" (with same data!) and use it in this way:
<select name="year" class="selectPetit">
<option value="">[blkAnys.valor; block=option]</option>
</select>
:
:
<select name="year2" class="selectPetit">
<option value="">[blkAnys2.valor; block=option]</option>
</select
|
i hope this would be fixed in the new tbs-version ;-)
(because it is not logical to create multiple resultsets for the same portion of data)