Page 1 of 1

Need help with development of module, simple question

Posted: Tue Oct 30, 2007 10:56 pm
by Sabicas
I'm simply trying to prepopulate a field on the admin panel of the googlemaps module.  I found code to change the label:

$cm->fields['lat']['label'] = $this->Lang('t_lan');

but I can't figure out how to access the value of the form field. 

suggestions?