Hello Faisal Ahammad?@faisalahammad, this code does seem to work. This is the actual code i want to use:
jQuery(document).ready(function($) {
$(‘#frm_form_4_container input, #frm_form_4_container textarea’).on(‘copy paste’, function(e) {
e.preventDefault();
});
$('#frm_form_4_container input, #frm_form_4_container textarea').on('contextmenu', function(e) {
e.preventDefault();
});
});
I added the code to my WordPress site using custom CSS and js plugin but to no avail
I executed the code in the console no result still
Can you inform me of what else you did during this process and i don’t know why the team @Njones35?marked this as resolved already.