Jump to content

Question

5 answers to this question

Recommended Posts

  • 0
Posted

There is no way to have a state pre-selected without updating the source code to add in that option yourself.

But to save yourself from some scrolling, you could select the field (or hit TAB until you get to it) and then begin typing on your keyboard to change the selected value, (e.g. begin typing out "Missouri").

  • 0
Posted

The browser's default option is the first item in the list, which for an alphabetical list of states in the US is Alabama. You can override it by specifying a state in the AdminClients controller:

  1. Open /app/controllers/admin_clients.php
  2. Find:
     $vars->language = $company_settings['language'];

     

  3. Add beneath that line:
    $vars->state = 'MO';

     

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...