I have this order form, and I am trying to get the original payment info to automatically copy over to the shipping information using the check box and javascript below. It does not work..nothing copies over. what did I do wrong?
Is there another way??
Check to copy payment information to shipping information: <input type="checkbox" name="copy"
onClick="javascript:ShipToBillPerson(this.form);" value="checkbox">
Ser