I have a number type input field...
What I am looking for is:
Age-Height-Weight
20-180-80
Is there a way to ensure that users input data in this exact format and then have the final result inserted into the input field with type="number" and submitted?
Age should be between 16 and 99, Height between 100 and 290, Weight between 40 and 200.
The final result, such as 18-170-60, needs to be submitted as a single value...