Answered
I'm in the process of creating a form with a billing and mailing address. About half of the companied we services have the same address while the other half have PO Boxes. How do I create a "SAME AS ABOVE" check box to auto populate the information from the prior fields but yet still allows for a different address to be supplied on the form. I'm not too sure on how to code this need so any and all help is and well be appreciated.
They are 2 different applications and produce a different type of form and use different scripting languages.
You will need to specify what the initial state of all concerned fields are. What will happen when the check box is selected. What will happen when the check box is unselected. Can the shipping fields be completed before the billing address?
I would make the shipping address fields locked until the billing address is completed. If the button is checked, I would make the shipping fields locked and copy the values from the billing address to the shipping address. When unchecked, unlock the sipping address fields and leave the current data there.
George Kaiser