Hi!
I am trying to create 8 Date/Time fields where the user inputs Date, Hours and Minutes in separate fields. I found some JS that works on combining the input, but it only works on combining one set of the three fields to on Display Field.
This is the code that I put in the Footer:
<script>
//Created_On_From
document.getElementsByName('Submit')[0].onmouseover = function(){
var date = document.getElementById('cbParamVirtual11').value;
if(date == ""){ date = "00/00/0000"; }
var hour = document.getElementById('cbParamVirtual26').value;
if(hour