Need help with development of module, simple question
Posted: Tue Oct 30, 2007 10:56 pm
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?
$cm->fields['lat']['label'] = $this->Lang('t_lan');
but I can't figure out how to access the value of the form field.
suggestions?