Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
In addition and in relation, is there a way to force-format entries and to force the format of the entries. We have noticed, for example, that some members enter ca or Ca or CA or Calif or California (plus some with typos) and the search engine cannot find these entries as California. It also looks pretty messy when some cities are entered as upper case and some as lower case, etc. Can this format be preset so that the resulting list of results looks neat and professional...and entries are found via the search engine?
Sorry we cant help you with the typo issue, this is user issue :) we cant help you to change CA to California, I suggest you edit your custom profile and change the field type to select options, so user can choose the options which you provided :)
For upper case issue you can use this css code :
.cField-Content {
text-transform: initial;
}
you can add it to this file /media/system/css/frontediting.css