Page 1 of 1

FormBuilder behaviour changes after upgrade

Posted: Mon Oct 07, 2013 8:15 am
by odo
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

Code: Select all

<input type="text" name="cntnt01fbrp__126" value="" size="25" maxlength="80"   id="test" />
V:0.7.4

Code: Select all

<input type="text" class="cms_textfield" name="cntnt01fbrp__126" id="cntnt01fbrp__126" value="" size="25" maxlength="80" />
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

Re: FormBuilder behaviour changes after upgrade

Posted: Mon Oct 07, 2013 8:35 am
by uniqu3

Re: FormBuilder behaviour changes after upgrade

Posted: Mon Oct 07, 2013 9:16 am
by odo
right, thanks. Waiting for upgrade then.
Hmm, I guess the author should remove it from ModuleManager upgrade to prevent users installing the faulty version. I mean even now my module manager wishes to upgrade to this buggy version. I presume there are others who just install/upgrade to this latest version without first checking the forum...

ott.

Re: FormBuilder behaviour changes after upgrade

Posted: Mon Oct 07, 2013 10:54 am
by Stikki
Upgrade coming soon.

Wanted to release 0.7.4.1 already but there is still few things to do.

Stay tuned.