Having trouble with the code posted by GriffithLea
I believe I've implemented it "by the book", but I get the Java Script error "Object expected" on this line:
Code:
<input type="checkbox" name="copyn" onclick="javascript:copynames(this.form);">Use
Customer Details in Billing Address
and this line:
Code:
<input type="checkbox" name="copyb" onclick="javascript:copybilling(this.form);">Use
Billing Address as Shipping Address
Any help solving this would be appreciated! TIA