@jaydev-solanki You can download the source archive from the link below
https://github.com/kevinchappell/formBuilder/files/7526602/formBuilder-3.7.3.zip
I have added two new options
propertiesInModal - If set to true, properties of the fields will be shown in the bootstrap modal dialogs else they are shown in-line like before. Default is true
maxFieldsInRow - Maximum number of allowed fields in a column. Default is 4.
Todo -
There are some minor sass/css issues while hovering over the buttons in the action area
XML saving and loading
If there are any issues, please feel free to let me know and I will be more than happy to fix them
@jaydev-solanki Here is the working jsFiddle - https://jsfiddle.net/jugsvn/xbsv2oh4/19/
how to render the form. Tried with formRender but not working on the front end
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