tonytan4ever / Bootstrap-Form-Builder-V3V4

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder
MIT License
74 stars 42 forks source link

Add Select2 in Multiselect Option #13

Open mudassarhanifchohan opened 6 years ago

mudassarhanifchohan commented 6 years ago

how to add Select2 with Multiselect dropdown from database. is that possible in this formbuilder

isaacm commented 6 years ago

You can follow instructions on how to use ajax data sources given here select2 documentation. The forms generated by this form builder can be converted to work with select2.

If that doesn't answer your question, please provide more details.