• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Add automatic address update

Add automatic address update 12 years 1 month ago #22431

I want to create a process in my forms where when users choose the country it updates the list to only have states in the country then towns etc. Is this possible?

Alternatively how can I change this code to have a list of states/towns in Australia?

//<code>
$db = JFactory::getDBO();
$db->setQuery("SELECT name FROM #__rsmembership_countries");
return implode("\n", $db->loadResultArray());
//</code>
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!