Jump to content
  • 0

Default State on create client screen


katycomputer

Question

5 answers to this question

Recommended Posts

  • 0

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").

Link to comment
Share on other sites

  • 0

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';

     
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...