Is it possible to show any character in input field?

Is it possible to show any character (:/,.) in the input field?
Like the picture:
Any%20Character%20in%20Input%20Field%20

Yes it's possible. Check the attached XLSForm.default_view.xlsx (13.6 KB)

Thanks a lot, @ARIF_AZAD_KHAN. It works perfectly. But actually I need the slash (/) sign always visible on the input field. When I enter 4 digits, it fills up before (/). Then entering any digit it automatically goes after the slash (/) sign. Please look at the below picture.
kobo%20input

It's not possible. You can only force a user to use that format using regex but that's all.

1 Like