After Convert Text Field to a Picklist include an OnChange event
Instead of clicking in on the field, to define the change event, you define it on form load.
Here is an example, where I have declared a change event in form load:
state.onchange = function(){
crmForm.all.ppc_address1_ciudad_txt.DataValue = state.SelectedText;
}
No hay comentarios:
Publicar un comentario