I have a 2 page shipping/billing info form and am passing the shipping address field values from form page 1 to form page 2. On form page 2 is a checkbox for "same as shipping address". if checkbox is selected then I need the billing address fields to be pre-populated.
I am stuck on how to make the pre-population conditional on the status of the checkbox.
Does anyone have a solution?
Additionally, I really need it to use jQuery so that the fields are populated only "when and if" the checkbox is selected.