conditional required field
I want to make a dropdown list (drop1) as a required field with alert message: (please enter the delay code)
if the difference between two fields (time1) (time2) is more than 00:05 (0.083333333333333) as a decimal value
And if the difference is lower than (00:05)
It will not be a required field
I want to make this script by JavaScript
Any help please !?
