This selector selects all input fields with the attribute name that contains the word 'nation'.
Note: It will only select the attribute name that contains the word "nation", and not the attribute name that starts or ends with "nation" (like "nationality" and "anothernation").