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

2425pike
2425pike
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by 2425pike
Customize the badges you want to showcase on your profile
Re: Eliminate the requirement of saving form when signing - Adobe LiveCycle 28-01-2013
Yes, answer was on the same post. You cannot eliminate that requirement of saving.Rich Gwynn

Views

279

Likes

0

Replies

0
Mapping data to form without XML schema - Adobe LiveCycle 03-02-2012
I have designed a dynamic form in Livecycle Designer for a client which uses a third-party app to map data to PDF forms. Forms that are designed in Acrobat (not Livecycle) seem to work with this application but I am running into a problem with my form designed in Livecycle. The 3rd party app receives a text file with the necessary data on specific lines of the text file and then uses a database table to see what line of data goes to which field name on the PDF form. It then opens the form that i...

Views

749

Likes

0

Replies

0
Re: Eliminate the requirement of saving form when signing - Adobe LiveCycle 04-11-2011
Thank you!

Views

213

Likes

0

Replies

0
Eliminate the requirement of saving form when signing - Adobe LiveCycle 04-11-2011
Is it possible for me to code the signature field on my form to not prompt the user to save when signing? After I distribute my form, each user must sign it with digital ID and then they click a button on the form that attaches the signed form to an email in Outlook. I have many of the users requesting that they not have to save it when signing it.

Views

4.4K

Likes

0

Replies

5
Re: Viewing and printing list of form fields - Adobe LiveCycle 25-03-2011
I ended up creating my own java app to accomplish this.

Views

155

Likes

0

Replies

0
Viewing and printing list of form fields - Adobe LiveCycle 02-03-2011
Is there a way in LiveCycle Designer to view a listing of the fields in a form and then also have the ability to print or copy that list?

Views

879

Likes

0

Replies

2
Re: Timestamp Without Signature - Adobe LiveCycle 18-06-2010
Thanks for pointing me in the right direction on this. What I ended up doing was adding javascript to my existing submit by email button. This is not the submit by email button but just a regular button where I changed the control type to submit. Under the first event tag, I added the following second event:var rightNow = new Date();form1.subform1.TextField8.rawValue = (rightNow.toDateString()).substring(4,(rightNow.toDateString()).length) + " " + (rightNow.toTimeString()).substring(0,8);This filled in the text field I created with the current time from the pc as a static value, creating the timestamp I needed. Thanks again for your help!

Views

144

Likes

0

Replies

0
Re: Timestamp Without Signature - Adobe LiveCycle 16-06-2010
Thanks, that does make sense. However, I unfortunately do not know enough about javascript to code the setting of the field. I have examined the code for the Date/Time field function, which is setting the time any new activity occurs on the form. However, I need it to simply set the time and not have it change. Perhaps you or someone can give me some direction on this. Here is the code for my email submit button and the code I had for the date/time field. Submit by Email ...

Views

142

Likes

0

Replies

0
Timestamp Without Signature - Adobe LiveCycle 15-06-2010
I have created a form using LiveCycle Designer with a button formatted to email me the completed form in PDF format. I would like to have the form timestamped upon submission but without requiring the other individual to sign it. Does anyone know if this is possible and if so, how it would be done?

Views

2.1K

Like

1

Replies

4
Likes from