- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function() { // Only if the registration form exists... if($('table.register').length > 0) { // Hide the name input rows $('input[name="register_firstname"], input[name="register_lastname"]').closest('tr').hide(); } });
(since they are not mandatory anyway).