10 Dec
2009
10 Dec
'09
7:12 a.m.
Dear All, While trying to remove some of the fields in member entry form through staff client-intranetuserjs as per the koha docs , it is not removing the fields. I think the java script is not included to the intranet forms. I have added this to intranetuserjs $(document).ready(function(){ alert("hi"); $("#entryform #btitle").parent().remove(); $("#entryform #initials").parent().remove(); $("#entryform #othernames").parent().remove(); $("#entryform #streetnumber").parent().remove(); $("#entryform #streettype").parent().remove(); }); Any help is apreciated regards Liny Varghese