How do I change the name of a field, e.g. "input_1" to "FIRST_NAME"
and what is the purpose of Admin Label
sorry, but I can't find documentation on either
thanks.
<li id='field_1_1' class='gfield FIRST_NAME gfield_contains_required' >
<label class='gfield_label' for='input_1_1'>First Name<span class='gfield_required'>*</span></label><div class='ginput_container'>
<input name='input_1' id='input_1_1' type='text' value='' class='medium' tabindex='1' />
</div>