SOLUTION >
add this script > and replace #ID by the id of your fields
<script type="text/javascript">
$(function() {
$('#ID').bind("cut copy paste", function(e) {
e.preventDefault();
});
});
</script>
SOLUTION >
add this script > and replace #ID by the id of your fields
<script type="text/javascript">
$(function() {
$('#ID').bind("cut copy paste", function(e) {
e.preventDefault();
});
});
</script>