Let's say that I want to change the text in the select options, based on another input. Is there a way?
<input type="text" name="attr_Dicipline1Name"/>
<select> <option value="@{Dicipline1Value}">???</option> </select>