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

Thom_Parker
Thom_Parker
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
5

Posts & Comments

Posts & Comments
90

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Thom_Parker
Customize the badges you want to showcase on your profile
Re: How to call REST api using Javascript in Designer? - Adobe LiveCycle 24-07-2018
This is something you'll need to setup yourself. The NET.HTTP object provides functionality for making raw HTTP Requests. It's a matter of setting the request parameters to match the Rest API.

Views

1.9K

Likes

0

Replies

0
Re: How to call REST api using Javascript in Designer? - Adobe LiveCycle 23-07-2018
You can call the Rest API from the NET.HTTP object.

Views

2.0K

Likes

0

Replies

0
Re: form logic calculation - Adobe LiveCycle 21-03-2018
Is your form a LiveCycle Form?

Views

1.5K

Likes

0

Replies

0
Re: Create Form with Data Transferable When Modified - Adobe LiveCycle 06-03-2018
If the old form is a regular AcroForm, then you should not have created the new form as a LiveCycle form. LiveCycle has a very different way of handling data, so the data files are not directly compatible. I would highly recommend that you re-create the form again, but this time as a regular AcroForm.If you do not want to do this, then you'll need to adjust the Form's Data Model in LiveCycle to use the field names from the previous form. Its been a long time since I've done this in LC, so I don'...

Views

973

Like

1

Replies

0
Re: set multiple drop down list values effect to other form fields - Adobe LiveCycle 01-03-2018
Yes, you'll find part of your answer in this article:https://acrobatusers.com/tutorials/change_another_field The article presents a technique for setting the value of other fields from a dropdown. But you can use this same technique to show/hide other fields using the "field.hidden" property.

Views

2.5K

Likes

0

Replies

0
Re: What would you recomand between Adobe Experience Manager Forms and Adobe Acrobat DC ? I need to obtain fill-in forms, editable - Adobe LiveCycle 05-02-2018
Everything about AEM on the web site seem pretty vague. It'all very salesy stuff, which is exactly the sort of thing that's likely to change drastically in the future. Especially since it is related to the late LiveCycle Designer.

Views

7.9K

Likes

0

Replies

0
Re: Export PDF Formular into XML - Missing fields as tags - Adobe LiveCycle 01-02-2018
Isn't there a livecycle forum for this type of question? This is not the forum.

Views

1.0K

Likes

0

Replies

0
Re: Spawned Adobe Forms - Adobe LiveCycle 30-01-2018
What do you mean my "disappearing"? The field is completely missing from the spawned page? or it's hidden?

Views

3.0K

Likes

0

Replies

0
Re: How to create a "sub-form" within a fillable PDF form to be distributed to users? - Adobe LiveCycle 23-01-2018
Why can't you use the "Goto page view"? This is the preferred method because it will work when JS is not available. Just open the attachment in another Acrobat tab and when you select the "Goto page view" action, click on the embedded file.The JavaScript for this is tricky, but here it is:var oDoc = openDataObject(dataObjects[0].name)app.openDoc(xx.path)This code opens the first file attachment. And it won't work everywhere.

Views

7.4K

Likes

0

Replies

0
Re: How to create a "sub-form" within a fillable PDF form to be distributed to users? - Adobe LiveCycle 23-01-2018
If this "SubForm" is a completely different file, then the best way to distribute it is to make it an Attachment to the other file and then use the "GoTo Page View" action on a Button to open it. There's also a JavaScript function for this.You could also put it on a server and have the button open the file from an URL.

Views

7.4K

Likes

0

Replies

3
Likes given to