I have a PHP form script and I want to convert it to boostrap design style.
The form script have : buttons, select-picker and date-picker.
The only thing I successfully changed is the buttons.
But the select-picker or date-picker I can’t get them work. somewhere I miss something.
I finally change all butons, datepicker,and dropdown with style of bootstrap… but now I have a problem with dropdown because don’t have a scrollbar and when is open is shows a very very large list.
I need to add somehow a scrollbar with auto height.
<?php echo PICK_UP_LOCATION_TEXT;?>:
------ Select Touch Point ------<?php echo $bsiCore->getDroppickLocation($_SESSION['sv_user']); ?>