Hi, i need to put this code in new form from the add button of smartgrid:
<script>
$(document).ready(function() {
$('#beneficiarios_cedula_personal__row').hide();
});
</script>I can edit the edit and delete links, but i need a custom new link. How i can do this? Thanks.

