Hello, I am using Adobe LiveCycle Designer version 9.0 and have created a one page form with a radio button list which allows a user to create an additional duplicate page when selected. All of the form was created as a master mage with the exception of the additional page radio button list that exists on "Page1." The script works great except all data entered by the user on Page1 is deleted when the additional page is created. Any suggestions would be greatly appreciated. I know just enough about JavaScript and FormCalc to paint myself into a corner (obviously) so speak slow and use small words please ...
Here is the code to add additional page:
topmostSubform.Page1.RadioButtonList::click - (JavaScript, client)
if (RadioButtonList.rawValue=="1")
{Page2.presence = "visible";}
else if (RadioButtonList.rawValue =="2")
{Page2.presence = "hidden";}
else
{Page2.presence = "hidden";}
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You should see the binding properties on the binding tab of the object palette. You can't upload your form directly to the forum anymore, you will have to upload it to acrobat.com, google docs, etc and post a link in this thread.
Bruce
Views
Replies
Total Likes
Hi,
I would guess there is a problem with the field bindings and that the fields on Page1 are bound to the same data values and those on Page2?
Bruce
Do you know how I would go about changing those settings? I would attach the form but I do not see any mechanism for doing so.
Views
Replies
Total Likes
Hi,
You should see the binding properties on the binding tab of the object palette. You can't upload your form directly to the forum anymore, you will have to upload it to acrobat.com, google docs, etc and post a link in this thread.
Bruce
Views
Replies
Total Likes
HI Bruce,
I uploaded a copy of the file to google docs if you dont mind taking a look. None of the settings that I can change on the binding tab appear to have the desired effect. I know that when I originally created the form I copied all of the data and pasted it into Page2. Now on the Hierarch tab to the left it lists the contents of Page2 as "referenced objects." Is there a way to change this or do I need to delete the page and start page 2 from scratch? Thanks! Link is below.
https://drive.google.com/file/d/0B6LRMwTorkrDWGZvWTA5amE5ajA/edit?usp=sharing
Message was edited by: MikeMIkeMike
Views
Replies
Total Likes
I see two things that are problematic:
Some other recommendations:
Justin, Thank you so much! This has made a huge improvement on the form. Other than minor tweaks I am now ready to publish Thanks again Justin and Bruce for all the help!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies