View Single Post
  #58  
Old 03-10-2005, 12:35 PM
 
bbanzai bbanzai is offline
 

Newbie
  
Join Date: Apr 2004
Posts: 1
 

Default check box for "same as billing address"

Thank heaven for this form. I am not a developer so you guys are a great help to me.

For those who have added the check box and can't get the user data to show up in the billing section for Mozzilla, but works in IE....


Add quotes around to the javascript call , as follows:

{* ======== COPY BILLING TO SHIPPING MOD ======= *}
<TR>
<TD align="right"></TD>
<TD></TD>
<TD nowrap>
<input type="checkbox" name="copyb" onclick="javascript:copybilling(this.form);">Use {$lng.lbl_billing_address} as {$lng.lbl_shipping_address}


</TD>
</TR>
{* ======== COPY BILLING TO SHIPPING MOD ======= *}
__________________
www.texastimerecorder.com/4
Reply With Quote