CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Rearrange address fields in contact edit form
Pages: [1]

Author Topic: Rearrange address fields in contact edit form  (Read 1493 times)

abrookins

  • I’m new here
  • *
  • Posts: 21
  • Karma: 5
    • Redspire (Blog)
Rearrange address fields in contact edit form
September 13, 2009, 05:10:15 pm
Hey all,

I wrote an AJAX-based county select box chained to the state select box.  However, in the contact edit form the county field appears above the state, and I can't seem to change the order of the address fields. 

What is the best way to do this?  The template file just loops through the fields.  I tried rearranging the $elements array in CRM_Contact_Form_Address::buildAddressBlock() but that didn't work. 

Thanks,
Andrew

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Rearrange address fields in contact edit form
September 13, 2009, 07:26:37 pm

I would eliminate the looping the the fields array and just arrange the elements statically for now in your implementation. simplifies the code and allows u to make progress

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

abrookins

  • I’m new here
  • *
  • Posts: 21
  • Karma: 5
    • Redspire (Blog)
Re: Rearrange address fields in contact edit form
September 14, 2009, 07:33:36 am
Ok, cool.  I submitted my patch and SQL (to load US counties) on CRM-2939:

http://issues.civicrm.org/jira/browse/CRM-2939

Andrew

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Rearrange address fields in contact edit form

This forum was archived on 2017-11-26.