Answer the question
In order to leave comments, you need to log in
How to hide the data on the user's confidential information page, leaving only the last few (numbers, letters)?
There are fields with user data.
For example:
Phone number: (495) 333 33 33
And after saving the data (the same phone number) it should look like this:
Phone number: (495) *** ** 33
How can this be implemented in the front-end to prepare the back environment -enda?
Answer the question
In order to leave comments, you need to log in
And what's the point of doing it on the frontend while filling out the form? After all, you still have to store the whole number somewhere in the browser and anyone who wants to get it anyway. Of course, you can get confused with encryption, but this is too much already
You can't do it in the front-end, it must be implemented in the back-end.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question