I have an input asking the submitter how long an event took. Right now it's a normal textbox that should error out if anything but an integer is submitted. I tell the submitter to input the length in whole minutes.
However, thinking in minutes isn't the brains best ability... Neither is following instructions, so I often get "support-requests" that state that "my input of 1,5 hours didn't work".
Is there any good way of requesting the user to submit a length of time, and accepting other than minutes in return?