Hello, everyone
I am a novice, and recently I have been learning Javascript, to ask a question.
I now want to achieve each form function. There are two fields in the form. When I enter characters in the A field, the value of the B field will be encrypted according to the content filled in the A field, and the encrypted md5 value will be stored in the B field. When I submit, the A field saves the encrypted money content, and the B field saves the encrypted content.
is it difficult to achieve such an effect?
can you tell me how to implement it?
Thank you