James Lucas
James Lucas
Showing up clean homepage https://www.virustotal.com/gui/url/8de6f62c685ef3a5d4281da14521abebd51c4224264f6b9d48983842dcb54bf6 form-builder-min.js https://www.virustotal.com/gui/url/ece9650643ad735c5e479e0d8ea2df24bb5389a51201d1261bd2ea07ee78ad9c form-render.min.js https://www.virustotal.com/gui/url/8f05294ea8394356081af25ec8b41c1833abb1fb0f79e311980f85a40b2a7f25/detection
Closing as this looks more like a transient issue with some scanners
This can be achieved with a Custom control plugin (define additional attributes in defaultAttrs and then construct your label as required. You could also possibly do it with a label...
This can only occur when the formbuilder instance is not initialised completely. If you are initialising multiple forms or are calling actions.setLang right after initialisation then you need to use...
As it stands, this error cannot occur anymore due to the additional check for field.classList existence before calling field.classList.remove() As to the correctness of the code, that's another issue. `field.classList.remove(...classes)`...
Alternate PR opened https://github.com/kevinchappell/formBuilder/pull/1412, closing this in favour of the new PR
https://formbuilder.online/docs/formBuilder/options/typeUserAttrs/
Hi @learner291 1. You'll need to write a function that maps from your model to userData of each field ```javascript { "type": "text", "required": false, "label": "Surname", "className": "form-control", "name":...
Try this plugin ```javascript if (!window.fbControls) { window.fbControls = []; } window.fbControls.push(function(controlClass, allControlClasses) { "use strict"; class controlHr extends controlClass { static get definition() { return { i18n: { default:...
Please try PR #1385, FormRender will correctly use the value from override or the language file