Is it possible to remove the dropdown box listing "-all contacts-", "Individuals", "Households", "Organizations" on the "Find Contacts" page? All my users will be students, so any option outside of "Individuals" won't yield any results.Depending on who needs access to search for what purpose(s), you could either...
civicrm/templates/CRM/Contact/Form/Search/BasicCriteria.tpl ... and replace this row: <td class="font-size12pt \| {$form.contact_type.label}</td><td> {$form.contact_type.html}</td>
with this one: <td col="2 | <input name="contact_type" value="" type="hidden \| </td> |
Labels
