Disable copy and paste on all forms
-
Hello Team
I have been trying to disable copy and paste on all field
I tried using this code but it does not seems to work:<script> document.getElementById("field_conf_FIELDKEYHERE").addEventListener('paste', e => e.preventDefault()); </script>
Inserted the field key in the field area but this didn’t solve the issue.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable copy and paste on all forms’ is closed to new replies.