Note: This is not a duplicate – I’ve searched for this and there is no specific answer to this question.
I needed to remove Name Prefix and Name Suffix fields from Customer Account. I created following 2 files under
app/code/Vendor/Module/view/adminhtml/ui_component/customer_form.xml
app/code/Vendor/Module/view/adminhtml/ui_component/customer_address_form.xml
and changed visibility from true to false which means these fields are not longer showing when you create a new customer in admin panel.
However, when you create a new order and either select and existing customer or create a new customer, these fields are visible there and I can’t seem to find any clue as to how I can remove these fields. Any help will be appreciated.