Form Advanced
Enhanced form collection with various javascript plugins.
Custom Select Box & Tag
Here is some custom styled select fields using choice.js
Use
multiple attribute to enable mutiple select on your select || .js-select option, data-search="false" to disable search option in select dropdown. Use
data-cross="false" attribute to input to hide cross icon. Use
disabled attribute to select and tag input for disabled state. Datepicker
Custom datepicker with 'vanillajs-datepicker.
to
Use
data-range="init" attribute to .js-datepicker to enable range date picker. Use
data-start-view="1" attribute to input to enable month view, data-start-view="2" attribute to input to enable Year view.