I have created a form that we use for UAS missions. Before each flight, the user fills out the form which has questions related to the mission, including takeoff time - the time the drone is actually launched into the air. My form has a time question that populates a time attribute called "takeoff". When clicked on, the current time automatically comes up, but it allows the user to adjust it like so: I would love to be able to keep the user from adjusting this time and just accept the current time that comes up when the question is clicked on. Even better would be a way to click a checkbox called "Launch" or something similar that populates the takeoff time field with "now()". Any suggestions? I can keep it as is, but I've already had a user consistently mess this up (changing to AM when it is PM, putting the wrong time, etc.) Thanks!
... View more