I don't know how to replicate this so I'm not sure that this report can be very useful.
I have a form with 3 dropdowns, 2 checkboxes, a submit button and a custom control full of php/html code.
2 of the dropdowns are similar with options like:
and noSelection as the default selection.
Nonetheless 1st value kept beeing shown as the default selection but only in the 1st dropdown. After trying to change the default selection 2 or 3 times I checked the html Code of the form:
I attach an image of the parameters of the element (here I translated in english the italian words).
I searched the forum for something regarding this problem but I didn't find anything, so I posted here.
bye
maxx
p.s. I deleted from the html code section of the form the wrong selected value, saved and the dropdown worked as expected. Then I opened the wizard, saved it and the wrong selected value is there again . ๐
I have a form with 3 dropdowns, 2 checkboxes, a submit button and a custom control full of php/html code.
2 of the dropdowns are similar with options like:
noSelection=
0=1st value
1=2nd value
...
and noSelection as the default selection.
Nonetheless 1st value kept beeing shown as the default selection but only in the 1st dropdown. After trying to change the default selection 2 or 3 times I checked the html Code of the form:
<select size="1" class="" title="" name="filter_status">
<option value="noSelection" selected="selected"></option>
<option value="0" selected="selected">1st value</option>
<option value="1">2nd value</option>
<option value="2">3rd value</option>
<option value="3">4th value</option>
</select>
I attach an image of the parameters of the element (here I translated in english the italian words).
I searched the forum for something regarding this problem but I didn't find anything, so I posted here.
bye
maxx
p.s. I deleted from the html code section of the form the wrong selected value, saved and the dropdown worked as expected. Then I opened the wizard, saved it and the wrong selected value is there again . ๐