Re: Edit "Lead" module - Billing Address DIV block
Other simple way to convert contry field is on extensions of your module chnagew the field type and assign dropdown options:
Example:
File: custom/Extensions/modules/Leads/Ext/vardefs/contry.php
Content:
<?php
$dictionary["Leads"]["fields"]["country"]["type"]="enum";
$dictionary["Leads"]["fields"]["country"]["options"]="contries_list";
?>
Whether this solution don't works you also can change field type with javascript code on run time.
Rafael Queiroz Gonçalves
Advanced OMG UML Certified Professional
Sun Certified Enterprise Architect for the Java Platform
Sun Certified Programmer for the Java 2 Platform
IBM Certified Advanced Application Developer - Lotus Notes and Domino
IBM Certified Application Developer - IBM WebSphere Portlet Factory
Computer Science Mastering / UFSC - PPGCC
Bookmarks