Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi, i am trying to add a <select> box with some items in my website. for example:
Quantity [ 1,2,3,4... ] which would be a select box.
In mobile, tablets, etc. (actually in responsive design didn't work).
http://demo.neontheme.com/forms/advanced/
Can you help me with this issue??
Thanks
Hi George,
In order to automatically initialize a selectbox (for example Select2 plugin) add the select box with this markup:
And if you insert the field after the page is loaded with AJAX you can initialize it with jQuery:
jQuery( '#element' ).select2( {...} );I hope this will help you.