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

markt90800263
markt90800263
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by markt90800263
Customize the badges you want to showcase on your profile
Livecycle Designer HTTP Post - Adobe LiveCycle 13-12-2017
I'm trying to create an HTTP Post button to a site that has an html page as an example. Posting via the built in HTML Post button doesn't seem to format it correctly for this site. Can I do it with a javascript function? What would that look like so I have the fields on my form pull and load? I tried doing it by contatenating a URL string but acrobat crops the url at 1054 char and I need to be able to pass a long string. So I am trying to do it another way through HTTP Post. Also, HTTP Post won'...

Views

210

Likes

0

Replies

0
Re: Livecycle Designer Button - Adobe LiveCycle 12-12-2017
Yeah it's not a browser limitation. I could post another way but that would be allot more coding. If there is no way to remove the acrobat limitation could I concatenate the values to a field (I can do that as that is what I was doing originally) and display a "small" URL/Hyperlink that they can drag and drop into a browser? (I don't want to display a super long URL they have to copy and paste)

Views

200

Likes

0

Replies

0
Re: Livecycle Designer Button - Adobe LiveCycle 11-12-2017
I've done more research and even changed the way I concatenate the url string. The creation of the URL is working fine. It appears when the length of the URL gets to 1052 char it starts truncating. I read some posts that also said this was happening to them and one post suggested it was related to Fast Web View being turned on. I turned the feature off but it seemed to have no impact. If there a limit on how long acrobat URL's can be and if so can it be increased?

Views

201

Likes

0

Replies

0
Re: Livecycle Designer Button - Adobe LiveCycle 07-12-2017
Here is the code I have on the click event. oLink = Table1.Row2.TextField58.rawValue;//Change to name of field containing link (oLink != "" & oLink != null)Here is an example (that I edited out some content ) of how the text field looks.(URL) +Table1.Row1.TextField55.rawValue+"&Sales Rep_Email="+Table1.Row1.TextField56.rawValue+ +Table1.Row4.TextField1.rawValue+"&Opportunity="+Table1.Row1.TextField57.rawValueIt works fine for a around 20 to 30 fields but then reaches a limit and crops the URL so...

Views

203

Likes

0

Replies

0
Livecycle Designer Button - Adobe LiveCycle 04-12-2017
I have a button that launches a dynamic url (text field comprised of text and form field values). When the URL becomes too large it becomes cropped and the site doesn't load. I'm thinking the button is launching the URL before pulling in the entire rawValue of the field. Is there any way to have it pause to fill the "buffer" before it attempts to call the URL?

Views

347

Likes

0

Replies

6