These instructions were great. Pretty easy to implement.

BUT ...

The new "Title" field I have created is pulling the value "Information" from somewhere ... and I can't figure out where.

SNAPSHOT:


PHP CODE:
<label class="inputLabel" for="title"><?php echo ENTRY_TITLE; ?></label>
<?php echo zen_draw_input_field('title', $value='', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_title', '40') . ' id="title"') . (zen_not_null(ENTRY_TITLE_TEXT) ? '<span class="alert">' . ENTRY_TITLE_TEXT . '</span>': ''); ?>
<br class="clearBoth" />

SOURCE CODE FROM BROWSER:
<label class="inputLabel" for="title">Title:</label>
<input type="size = &quot;33&quot; maxlength = &quot;32&quot; id=&quot;title&quot;" name="title" value="Information" /><span class="alert">*</span><br class="clearBoth" />

LINK TO PAGE:
http://platinumnc.com/papers/index.p...create_account

If anyone could point me in the proper direction for a solution it would be greatly appreciated.

Thanks!
Charles