Check box copies text from one address field to another - How To?


hi,
i trying create interactive purchase order form 1 bundle live cycle designer. need allow user check check box , information in 1 text field copied another.
on order form there 2 address fields. invoice address, , deliver address. need give user option of selecting same address.
any on appreciated. please bear in mind complete noob when comes this, , quite honest don't have clue i'm doing. have spent days , days trawling through net find tutorials, , i'm starting understand concept, i'm still out of depth. on simple this.
thank in advance.
ben johnson

hi ben,

try code(formcalc) in cange-event of checkbox:
if($ == 1)
copy_field1 = field1
copy_field2 = field2
...
else
copy_field1 = ""
copy_field2 = ""
...
endif

hope

greets daniel


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments