You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascirpt-Error:
Uncaught Error: Invalid control type. (Type: radio-group-4783, Subtype: undefined). Please ensure you have registered it, and imported it correctly.
I'm using FormBuilder in multible tabs (like the "paging" functionality described in the docs). So I'm running multiple, tabbed instances of formBuilder on a site.
Since I want my checkbox-group has predefined fields, I set in the options, that my checkbox has default fields inserted when created. I did it via the "replaceFields" in the formBuilder options.
Because of this I get the error "invalid control type". This happens always then, when I'm not on the last created tab. On the last tab I always can insert a checkbox-group.
Any ideas?
Environment Details:
formBuilder Version: 3.2.5
Browser: all
Steps to Reproduce
FormBuilder used with paging functionality (like in the docs). Insert 2 or more pages. On the last page inserting a checkbox-group is working, on all the others not!
Screenshot - (optional)
The text was updated successfully, but these errors were encountered:
Same happening with formbuilder options: fields: [ { label: 'Sprungmarke', type: 'button' } ]
So, always when customizing or adding custom fields in formbuilder, it isn't working anymore with multiple formbuilder instances like paging elements, where on every page/tab is a different formbuilder instance.
sxndy1
changed the title
Invalid control type with replaced fields (with paging)
Invalid control type with replaced or custom fields (in combination with paging)
Apr 13, 2021
Hi @sxndy1, wondering if you already solved this issue or have a workaround for it. I also face the same problem. I get Invalid control type. error only on the first tab, others work perfectly.
Description:
FormBuilder-Options:
Hi guys,
I'm using FormBuilder in multible tabs (like the "paging" functionality described in the docs). So I'm running multiple, tabbed instances of formBuilder on a site.
Since I want my checkbox-group has predefined fields, I set in the options, that my checkbox has default fields inserted when created. I did it via the "replaceFields" in the formBuilder options.
Because of this I get the error "invalid control type". This happens always then, when I'm not on the last created tab. On the last tab I always can insert a checkbox-group.
Any ideas?
Environment Details:
Steps to Reproduce
FormBuilder used with paging functionality (like in the docs). Insert 2 or more pages. On the last page inserting a checkbox-group is working, on all the others not!
Screenshot - (optional)
The text was updated successfully, but these errors were encountered: