is it possible to define a time in between, 18:30 - 22:00 , for the time field.
that the user are only allowed to type a time in between 18:30 - 22:00?
is it possible to define a time in between, 18:30 - 22:00 , for the time field.
that the user are only allowed to type a time in between 18:30 - 22:00?
Hi there, did you ever find out how to do this? I'm wanting to prevent a user from selecting a time that is within 5 hours of the current time. Any ideas?
We don't have any thing built-in for this. You would have to have two drop down fields, and pre-populate them using gform_pre_render using custom developed PHP code to grab current time, and define the options in the list for the drop down you want customized.