a validation system that does not display
the original values.
One option is to store the values in a database and only pass the
reference id of the row to the form, assuming that's what you mean. You
can do all your processing on the server side and minimize the amount of
sensitive data passed to the client side.
No comments:
Post a Comment