Hi Team,
Iam adding zipcode of max 5 digits and need space after 3 digits.
On change on zipcode I have assigned zipcode=
Substr(ZipCode,0,3)+" "+Substr(ZipCode,3,3) So Final zipcode looks like 123 45 as expected.But If I enter backspace then extra space is getting added and not allowing me to enter any digit,Plz see below:On backspace It is adding extra space after 3 digits instaed on once space and not allowing me to enter any digit.
Please suggest
Hi Ujwala,
Please find the attached OML and Page link.
I hope it will solve your problem.
https://shivansh-pandey.outsystemscloud.com/ZipCode/Aadhar?_ts=637798380210801521
I have implemented this for adhar card but you can modify this for zip code as well.