Hello guys I have two selects inside a form.
Lets assume that both selects have same list of values such as 1."HELLO" 2."BYE" First select has a zone so that when i select HELLO from the first it will exclude it from the second and only BYE will be available in the second select.Everything is working good until here.The problem is if i submit the form and have a validation error there is no way on the next page render to have the value of the first selected in order to remove it from the second select. So both selects render with the same lists. Any ideas how this can be solved?