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