Good evening Jennifer and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
There are a couple of ways to do exactly what you are looking for:
- Using a template customization. You might want to read our Themer’s guide to get a sense of how that works.
- Using CSS rules to hide the unwanted fields from the form.
#event_tribe_organizer .organizer {display:none}
#event_tribe_organizer .organizer+.organizer+.organizer {display:table-row}
Let me know if that helps.
Have a great day!
Geoff B.