Number Format 0:00:00 input field in form

I have a number field in my app's form where I need users to be able to type in a time minutes:seconds:hundreths of seconds.

So I want the form to have a default value of 0:00:00

So the user can just type in the numbers when filling the form and not have to enter the : between the numbers.

So the default value is 0:00:00 and what ever the reading is the user types in the numbers to produce this in the field for example 1:20:05

Is this possible if it is please explain simply what I need to do to achieve this.

Many thanks in advance ๐Ÿ™‚

Solved Solved
0 1 204
1 ACCEPTED SOLUTION

>> "and not have to enter the : between the numbers"

Not possible

 

You could have a basic text input field, then a second field that is of Time or Duration type, that uses an expression to insert the colons into the inputted value. That would be a bit awkward as well though.

View solution in original post

1 REPLY 1

>> "and not have to enter the : between the numbers"

Not possible

 

You could have a basic text input field, then a second field that is of Time or Duration type, that uses an expression to insert the colons into the inputted value. That would be a bit awkward as well though.

Top Labels in this Space