[QUOTE=Veronika7747;496610]
Quote Originally Posted by clydejones View Post
I'm still checking on "freezing" the form fields after being populated from the database.

Could this be used as the 1st part of the form??
Code:
<div class="centerColumn" id="addressBookDefault">

<h1 id="addressBookDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
 
<?php if ($messageStack->size('addressbook') > 0) echo $messageStack->output('addressbook'); ?> 
      
<br class="clearBoth" />

<address class="back"><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['customer_default_address_id'], true, ' ', '<br />'); ?></address>
<br class="clearBoth" />

<div class="instructions"><?php echo 'If this is not your current address, please <a href="index.php?main_page=account_edit">update your account</a>' ?></div>
<br class="clearBoth" />

<?php echo zen_draw_form('returns', zen_href_link(FILENAME_RETURNS, 'action=send', 'SSL')); ?>

<br class="clearBoth" />

</div>
I'll have to work with it and see how it would work.