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

trinimoses
trinimoses
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 trinimoses
Customize the badges you want to showcase on your profile
Re: Dynamic Form field locations
aks
- Adobe LiveCycle 20-06-2011
create two subform one for mailing address(put all the fields required for mailing address inside this subform) and another for Delivery address(put all the required fields of delivery address inside this subform).On the click of mailing address radio button:form1.firstpage.Subform1.presence="visible";form1.firstpage.Subform2.presence="invisible";form1.firstpage.Subform2.h="0";form1.firstpage.Subform2.w="0";On the click of Delivery address radio button:form1.firstpage.Subform2.presence="visible"...

Views

66

Likes

0

Replies

0