Hi,
I am working on a project with oscomerce,
I have an input field
<?php echo tep_draw_input_field('firstname') . ' ' . (tep_not_null(ENTRY_FIRST_NAME_TEXT) ? '<span class="inputRequirement">' . ENTRY_FIRST_NAME_TEXT . '</span>': ''); ?></td> </tr>
It draws an input field and gives it a name, is their a way i can add the value into it so that is already got a value??
Scott