Question
Question
Answer
Your code looks to be fine except where you have "http://server/forms/js/jquery.timepicker.js", you need to put your forms server name in there and make sure that you downloaded the "jquery.timepicker.js" file and that it resides on the forms server in the folder "c:\program files\laserfiche\laserfiche forms\forms\js".
Replies
Is this what you are looking for?
$('#stepExample1').timepicker({ 'step': 15 });
That should set the time intervals to 15 minutes. Can be of better assistance if you can give us some more details.
Sorry! I'm honestly not even sure where to start. I have a single line entitled "Start Time" with the CSS class "starttime". I'm not sure what code I need to put where to get this to work..
Can you share a screenshot of your form and your code?
I really don't have anything. I've tried various codes but can't seem to get them to work. Here is the single line with the CSS class:
I don't really have any code yet because I'm not sure what I need to do:
Your code looks to be fine except where you have "http://server/forms/js/jquery.timepicker.js", you need to put your forms server name in there and make sure that you downloaded the "jquery.timepicker.js" file and that it resides on the forms server in the folder "c:\program files\laserfiche\laserfiche forms\forms\js".
Perfect. I will work on that today. Thanks again for the help Chris.
Got it working. Your instructions were perfect. Thanks!