How should I fill the "First name" and "Last name" in an application if I have two given names and two last names?

How should I fill this information if I have more than one given name and more than one last name? For example, if my name is Juan Eduardo González Rodríguez. I have 2 given names: "Juan" and "Eduardo", and I have 2 last names (The first one of my father and the second one of my mother because that how it is done in Mexico): "González" and "Rodríguez". Should I only write:

First name: Juan Last name: González
or should it be
First name: Juan Eduardo Last name: González Rodríguez (or González-Rodríguez)
asked Jan 12, 2015 at 5:43 Gregorio Reyes Gregorio Reyes 489 1 1 gold badge 4 4 silver badges 6 6 bronze badges

I would just use one single First Name, and for the Last Name I would use both, using "-", as for instance; Juan González-Rodríguez. Just two "words", otherwise you will have trouble with indexing systems, englishmen, etc

Commented Jan 12, 2015 at 11:06

I would use your names exactly as they are written on your passport. If your actual legal name does not have a hyphen, don't add one. If your actual legal family name consists of more than one word, use mor than one word. Modern indexing systems have no problem with multiple-word names.

Commented Jan 12, 2015 at 12:31

Every time I need to give my second last name in the UK I try to explain how in Spain we have 2 last names and they may not want to use the second one or maybe the want to put them together. Every time, they smile, affirm understanding, and then screw it when they do it. I just don't know what to do anymore! ;)

Commented Jan 12, 2015 at 13:41

As an English person who has encountered (and worked with) Spanish people in the past, they have always just had to give in and put their last-last name in as their last name, OR hyphenate the two last names. So, in your case, your name would become "Juan Rodriguez" or "Juan González-Rodríguez". Eduardo would be your "middle name". I totally understand how dumb this seems. But from my experience you will cave in at some point if you try to fight the system, so you might as well just cave in now. I'm sorry on behalf of our country!

Commented Jan 12, 2015 at 16:01 Semi-related post: Falsehoods Programmers Believe About Names Commented Jan 13, 2015 at 4:38

8 Answers 8

I am in your exact same situation: Spanish name with 2+2. I have lived abroad for 6 years now, most of it in Ireland.

There is no way out of misunderstandings, I'm afraid, and your second last name will often be assumed to be your only family name.

Here is a recipe that has worked out for me so far:

answered Jan 12, 2015 at 8:09 7,927 3 3 gold badges 40 40 silver badges 66 66 bronze badges

The solution that involves the least hassle in most cases is to fill out the form so that it matches your name on your identity documents (e.g. passport).

This avoids problems (annoyances, mainly) that can arise as a result of having "different" names in different systems.

answered Jan 12, 2015 at 5:58 109k 50 50 gold badges 422 422 silver badges 476 476 bronze badges

While this is a good advice for documents and legal stuff, using the whole name on a day-to-day basis doesn't work. This is even worse in some countries (my firsthand experience is France) where they never use more than one first and one last name (They have middle names, but it is never used, apart from some documents). I almost never use my whole name, even in papers (I'm dropping the 'á' as well. )

Commented Jan 9, 2016 at 18:47

Anyone who believes this problem to be solved, or is building a system and wants to work with the issue should read this: Falsehoods Programmers Believe About Names

Essentially you will have to decide based on what you are doing and the longevity of your information in the system how to approach the problem. In most European and American systems this means your last name will be hyphenated, or you can choose one.

The first name will need to be one word as well unless you wish to deal with endless issues with clerks incorrectly entering the information.

In short, come up with a compromise you can live with that will cause the least amount of problems, or there will be constant issues with every entity you run across. This is especially important in academic publications, as you will need to reference them consistently later.

answered Jan 13, 2015 at 0:07 121 1 1 bronze badge

I know a number of people who deal with similar situations, and the last name will never cease to given you bureaucratic headaches in English-speaking countries, because no matter what you do, other people will sometimes enter it incorrectly into databases in a variety of different and unusual failure modes.

Most major institutions, however, will be capable of understanding the variety of names in the world, and yours is a fairly common case. As such, for a government form, put down your name exactly as it is structured on your passport. For any other form:

answered Jan 12, 2015 at 13:37 190k 41 41 gold badges 661 661 silver badges 931 931 bronze badges

I would say it partly depends on how you want be known at the school where you are applying. Fill it out the first way, and you'll be known as Juan González at that school. That's how your name will likely be printed on class rosters, and that's what professors will see when you've registered for their class. If you'd rather be known as Juan Eduardo, it'll be a constant uphill battle explaining that to your instructors each semester.

However, if you put Juan Eduardo as your first name, most professors will see that in the first name field, and they'll be more likely call you Juan Eduardo on the first day of class.

As for your last name, hyphenated last names are not uncommon in the U.S. Therefore, if you are applying to a U.S. school, it might be worth hyphenating the last name – but not if you feel like you are compromising your own identity to do so. If you feel like your last name is González Rodríguez (no hyphen), then list it that way. People might get confused initially, but they will adapt. Moreover, if they've never seen a 2+2 name before, some might even be thankful to learn something new.

Part of this is a tradeoff between how much you want to retain your name as it is, and how much you want to fit your name into a culture that is more accustomed to First MI Last.

As a footnote, perhaps a university registrar will read this question, and begin to wonder if they should tinker with their institution's online application form, to be more accomodating to people from other cultures.