Hi, I generated in the WHMCS Admin tool a custom client field for title (Mr., Ms., etc.). This dropdown should appear in the registration form.   As well I would like to set a language variable for the value of the dropdown. I created for both values a text variable in my language File. $_LANG['clientareatitle1'] = "Mr."; $_LANG['clientareatitle2'] = "Ms.";   How do I include the variable in the WHMCS Admin tool, where I have to define the variable of my dropdown “title”?   Thanks in ad