Description
Describe the bug
When creating a user with multiple last names, which is common in many countries, the order form treats all words except the last one as the customer's first name. As a result, when this user is loaded onto a new order, only the last word is displayed as the last name and the rest as first name. If you edit the user, only the last word is saved as the last name.
For additional information, reference this ticket: https://a8c.zendesk.com/agent/tickets/7895292 and Slack discussion.
To Reproduce
Steps to reproduce the behavior:
- Create a user with more than one last name.
- Load that user onto a new order.
- Only one of the last names appears and the rest are in first name.
- Edit the user.
- First name contains everything except last word.
Expected behavior
When creating users with more than one last name and loading those users onto new orders, or editing them, all last names should accurately be saved and displayed.