Hello,
As from the screenshot above, when i fill the first part, and when i click on yes for the "Correspondence address same as above", it must copy the address on the 2nd part. Please help me.
Regards,
Guillaume
Hello,
As from the screenshot above, when i fill the first part, and when i click on yes for the "Correspondence address same as above", it must copy the address on the 2nd part. Please help me.
Regards,
Guillaume
The simplest way to do this is with field calculation.
Something like this would go in each of the correspondence address fields:
=IF(address_same_as_above="Yes",registered_address_line_1,"")
If yes is marked whatever is in the registered address fields copies in into the correspondence address fields, if no is marked then the correspondence address fields are left blank.
Alternate option - use Field Rules that actually hide the correspondence address unless it is needed - or perhaps shows an alternate version of the correspondence address, in the case of same address then it shows a version that is read only and populated by calculation, and in the case of different address then is shows an editable version.
Alternate option - use Javascript to copies the values as desired.
Hello,
I want to say this post was extremely helpful. I had come across several that used javascript to copy a business address to a mailing or correspondence address if they were the same, however, I could not get them to work. Most likely errors on my part (I have been known to be javascript challenged). So when I found this post it was such a relief!
Thank you Matthew!
While I hope to master the javascript method, I needed to be able to understand and make something work quickly. This did the trick for me!
Christine