FormBuilder behaviour changes after upgrade
Posted: Mon Oct 07, 2013 8:15 am
Hello,
Two glitches after upgrade from 0.7.3 to 0.7.4 (could be this is just my “painfully” upgraded 1.11.7 CMS instance)
1. generated html form is different – id tag is not the one defined as Field alias but instead it is the same as name attribute:
V:0.7.3
V:0.7.4
This messes completely up the js logic that depends on id-s.
2. Pulldown first option is always selected by default. Workaround is to add first item as previously defined "Select One" Text, still this kind of behavior is not expected…
downgraded back to 0.7.3
Two glitches after upgrade from 0.7.3 to 0.7.4 (could be this is just my “painfully” upgraded 1.11.7 CMS instance)
1. generated html form is different – id tag is not the one defined as Field alias but instead it is the same as name attribute:
V:0.7.3
Code: Select all
<input type="text" name="cntnt01fbrp__126" value="" size="25" maxlength="80" id="test" />
Code: Select all
<input type="text" class="cms_textfield" name="cntnt01fbrp__126" id="cntnt01fbrp__126" value="" size="25" maxlength="80" />
2. Pulldown first option is always selected by default. Workaround is to add first item as previously defined "Select One" Text, still this kind of behavior is not expected…
downgraded back to 0.7.3