FormBuilder behaviour changes after upgrade

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
odo
Forum Members
Forum Members
Posts: 10
Joined: Wed Jul 30, 2008 7:35 pm

FormBuilder behaviour changes after upgrade

Post 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
odo
Forum Members
Forum Members
Posts: 10
Joined: Wed Jul 30, 2008 7:35 pm

Re: FormBuilder behaviour changes after upgrade

Post 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.
Stikki

Re: FormBuilder behaviour changes after upgrade

Post by Stikki »

Upgrade coming soon.

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

Stay tuned.
Post Reply

Return to “Modules/Add-Ons”