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

ddeden
ddeden
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ddeden
Customize the badges you want to showcase on your profile
Re: Checkbox - Same as Street Address - Adobe LiveCycle 24-02-2012
Thank you, Rahul. That works perfectly. Very, very much appreciate your assistance.

Views

363

Likes

0

Replies

0
Re: Checkbox - Same as Street Address - Adobe LiveCycle 16-02-2012
I've also tried this script:if (event.target.value != "1") {this.getField("MailingAddress").value = this.getField("StreetAddress").value;} else {this.getField("MailingAddress").value = "" ;This script does not work either.Anybody?

Views

365

Likes

0

Replies

0
Checkbox - Same as Street Address - Adobe LiveCycle 15-02-2012
I've tried searching through the discussions for an answer to this question, but I haven't found one, so I'm hoping it will be a quick, simple answer. And thanks in advance to anyone willing to help.I'm creating a form which asks for the street address and the mailing address of the applicant. I've included a checkbox for the applicant to use if their mailing address is the same as their street address. I've added the following script to the mouseUp event of the checkbox:if (getField("SameAsStre...

Views

1.1K

Likes

0

Replies

3