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

zhhealthcare
zhhealthcare
Offline

Badges

Badges
2

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 zhhealthcare
Customize the badges you want to showcase on your profile
Re: Javascript to dynamically change url in submit button - Adobe LiveCycle 30-09-2010
Change the button to Regular button instead of Submit and write the code in the click event of the button.(OR)Keep the button as Submit and remove the URL in the button properties. Place the code in preSubmit event to set the URL for submit.The code to set the URL in any of the above approaches:this.resolveNode("#event").submit.target = "PLACE URL HERE";ThanksSrini

Views

88

Likes

0

Replies

0
This widget could not be displayed.
Re: Pass/retrieve data to PDF form using php
- Adobe LiveCycle 03-10-2010
Try googling "iText".iText is JAVA based, and is capable of creating and manipulating FDF data.For a Microsoft .net version, check out "iTextSharp", or "FDFToolkit.net"Hope this helps...

Views

230

Likes

0

Replies

0