Hello,
I am trying to create an interactive form. In one portion of it, it asks for the companies physical address and then the companies billing address. What I would like is for the user to be able to click a check box so that if the physical address is the same as the billing address, it copies the value of the physical address down into the billing address fields without the person having to retype them.
So the logic in my head is something like "If box is checked, then copy physical address into billing address". Can this be done? Thanks
I am trying to create an interactive form. In one portion of it, it asks for the companies physical address and then the companies billing address. What I would like is for the user to be able to click a check box so that if the physical address is the same as the billing address, it copies the value of the physical address down into the billing address fields without the person having to retype them.
So the logic in my head is something like "If box is checked, then copy physical address into billing address". Can this be done? Thanks