Hello, i got a really bad problem.
I created a multi tabbed builder, i added 2 custom fields based on text type.
When i create a new tab and go back to the prévious one i can't add my custom fields anymore, i got this message : " Please ensure you have registered it, and imported it correctly." .
So my question is : how to register them globally but without creating plugin, just in my js file associated with my HTML ?
hi i was added cutrom attributes visibleIF, how can i render forms from json
const options = {
formData: '[{"type":"smartRadioGroup","label":"SmartTest5","name":"smartRadioGroup-1638175329310","registries":"134"}]'
};
var wrap = $("#slownik2_wrapper");
const formRender = wrap.formRender(options);
ERROR: Uncaught Error: Invalid control type. (Type: smartRadioGroup, Subtype: undefined). Please ensure you have registered it, and imported it correctly.
Hello,
I'm creating SAAS and I would like to use this plugin in it.
However, I'm wondering if it's possible to customize how the fields are displaying, for example to have "required" on first screen and not to show it when you click "edit"
Check the screenshot below so you can know what I'm talking about, I need something like this:
https://i.ibb.co/t8Lrnv3/b543222.png
Thanks