Repeatable group repeats only once

lori19

Active Member
Hi there

I noticed that it is not possible to add 2 or 3 new rows to a repeatable group within a form at once. The first adding goes well, when I click on the + button for a third entry nothing happens.

The console show a js error: TypeError: null is not an object (evaluating 'container.id') / duplicateGroup - form.js:2605:100
This happens in J4/F4 official and J5/F4 official

The workaround is to save the form, then go back and add another group, save again and so forth.

Kindly,
Lorenz
 
I noticed that it is not possible to add 2 or 3 new rows to a repeatable group within a form at once. The first adding goes well, when I click on the + button for a third entry nothing happens.
I edited line 2605 from the previous post, but I didn't solve it.
No js error messages.
After the first saving of 2 records, I can insert the next ones one at a time, saving and then modifying.
 
Do you have Fabrik debug enabled? If not, the change in the JS-file will not be recognized.
Perhaps you should do a git-update to get the minified version as well.
 
both, now I attach screenshot table
1707480036462.png
 
I edited line 2605 from the previous post, but I didn't solve it.
It's not only one line, it's several commits.
Did you clear browser + Joomla cache after updating from GitHub?
What is Fabrik "Home" showing?
 
Last edited:
It's not only one line, it's several commits.
Did you clear browser + Joomla cache after updating from GitHub?
What is Fabrik "Home" showing?
yes, I do
Fabrik home master:
1707553407505.png

I have a master site and a test site, in both sites the same problem....
fabrik home test:
1707554614428.png
 
Last edited:
I have updated from git, and performed several tests. The only way for it to work, is to replace radiobuttons with dropdowns and also enable fabrik debug Burst JS
 
Back
Top