It is required to block the cut, copy and paste operations on some of the textbox. For example, it will be better if we do not allow users to copy paste the data entered in Email and Confirm Email field in order to make the user to type themselves.
The below jQuery code will help us to do the same using preventDefault() method
The below jQuery code will help us to do the same using preventDefault() method