Hi Robert,For your first query you will need to use a text field, to which you can add a regex constraint to make sure that only numbers are captured. For example it could be regex(.,'^([0-9]){14}$'). You can also set it up in such a way that it has to start with the UK indicator or else it isn't accepted.
Another solution if you don't like the fact that the number keypad doesn't appear with a text type question would be to add the 0 in an extra calculation (not very clean but functional!)
For your second query, you can use the round() function in your calculation: round((${VALUE}),2).
Best,
Maeve