James Lucas
James Lucas
This is a higher function that what this plugin is trying to achieve. You can implement you logic with adding event listeners after formRender to perform your limiting logic, you'll...
I do not believe this is still an issue, it has likely been fixed in a later version `formBuilder.actions.getData('xml')` exports with class-name correctly. Loading this loads the class value ```xml...
The value field is a a input[type=text] element which can only take single line text. So when we sync the value of the preview textarea to the value field the...
I've created a new repository for additional formBuilder plugins. This includes examples for developers to extend and also useful plugins for production use. https://github.com/lucasnetau/formbuilder-plugins
This has been resolved in PR #1385
As advised by others, downyou your languages from https://github.com/kevinchappell/formBuilder-languages and serve them locally. en-US.lang is built in
formRender does not have the promise interface, only multiple formBuilder instances need to be created via awaiting the promise interface.
The issue of selecting multiple radio-buttons in the options builder was fixed in https://github.com/kevinchappell/formBuilder/pull/1333 released in v3.9.0
Hi @Ale-Digitale thank you for your report. Calling removeField without passing a fieldID was broken in https://github.com/kevinchappell/formBuilder/commit/e0c0f2ea8f204da6e11d8de938e27ca6687d5588 The const field variable is declared prior to the fallback to select the...
You need to await the promise returned by formBuilder when using multiple instances https://formbuilder.online/docs/formBuilder/promise/ See https://github.com/kevinchappell/formBuilder/issues/1087 https://github.com/kevinchappell/formBuilder/issues/1340 https://github.com/kevinchappell/formBuilder/issues/1383