Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ravencroft2012
ravencroft2012
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ravencroft2012
Customize the badges you want to showcase on your profile
Re: Merge two text fields into a third text field - Adobe LiveCycle 22-02-2012
Hi,Yes, the following in the calculate event of the hidden field (JavaScript):this.rawValue = dob.rawValue + " " + ssn.rawValue;If you would prefer FormCalc there is a concat function, which will achieve the same thing:$ = Concat(dob, " ", ssn)Note that if either of these are null, then you will get "null" in the hidden dield as well. For example of the dob field was null the hidden field would be "null 12345". If you want to avoid this you would need to test the fields. Niall

Views

99

Likes

0

Replies

0