Hi Amy,
I now understand what you want to do.
The Mr, Mrs etc is in the "config.php" file
Quote:
#
# Defined Titles
#
$name_titles = array("Mr.","Mrs.","Ms.","Dr.");
$smarty->assign("name_titles",$name_titles);
|
Just add the other titles you require.
Regarding the "Pull Down Menu" (Option Select List), I assume you would want the info your customers enter, to be included in the stats, and the data stored in the database, I'm not sure about the code required, or how many php/tpl/MySQL/javascript files that would have to be created or altered, it's not a mod I've attempted yet. Perhaps BOOMER may have more info.
Regards,