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

Ida_Eve
Ida_Eve
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
5

Posts & Comments

Posts & Comments
101

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ida_Eve
Customize the badges you want to showcase on your profile
Re: i want to submit the entire pdf not the xml data of the pdf. - Adobe LiveCycle 05-06-2013
The easiest way to have the submit button to return a PDF form data via email is to:Click on your buttonClick on XML Source tab (To view: Click on the View menu and select XML Source tab) It should take you to the button code and highlight it.Scroll down a few lines and find "xml"Change "xml" to "pdf"When you change back to the design view, it will give you an alert, click OK.

Views

413

Likes

0

Replies

0
Re: Subform reference (instance/index) - Adobe LiveCycle 03-05-2012
Can you post your code?

Views

420

Likes

0

Replies

0
Re: Where can I get subform help? - Adobe LiveCycle 03-05-2012
What is your question regarding subforms?

Views

391

Likes

0

Replies

0
Re: Populating textfields dynamically - Adobe LiveCycle 03-05-2012
You might want to check out creating andrioid applications using Adobe AIR. http://www.adobe.com/products/air.html

Views

368

Likes

0

Replies

0
Re: Enabling Usage Rights In A Form Created In Older LC, But Updated In Newer Version of LC - Adobe LiveCycle 02-05-2012
Sorry, email address is eve.tracy@gmail.com. I might not get to it until tomorrow though.

Views

518

Likes

0

Replies

0
Re: Data collection from Distributed Forms - Adobe LiveCycle 02-05-2012
Is the form being returned as a pdf or xml? You can distribute the form, which will set up a pdf portfolio for your returned forms. When forms are returned via email, you double click on the attachment and it puts into the portfolio. From the portfolio you can export one or more forms (data) into an excel file.To export the whole form, click on File, Export and choose the file type you want. However, if you just want the form data, I would suggest you distribute the form to create the pdf portfo...

Views

451

Likes

0

Replies

0
Re: End user image insert field - Adobe LiveCycle 01-05-2012
I would create a subform with the "Image Field". Set the presence of that subform to hidden. Add a Checkbox to your form, "add image". When the check box is selected, it will display the subform where users can add an image.Use this code on the checkbox - Change Event - JavaScriptif (this.rawValue==1) {subformName.presence="visible"}else {subformName.presence="hidden"}Use the same code in the Inialized Event. This will save the state of the form after they fill it out and save it.

Views

331

Likes

0

Replies

0
Re: Data collection from Distributed Forms - Adobe LiveCycle 01-05-2012
Are you collecting your returned pdf's in a PDF portfolio?

Views

455

Likes

0

Replies

0
Re: Email Submit Button - Adobe LiveCycle 01-05-2012
It worked for me, what is going on with it? I tried to send it to dalea@sonic.com, but it was returned as an unknown user.

Views

529

Likes

0

Replies

0
Re: fields visible when checkbox checked - Adobe LiveCycle 01-05-2012
Glad it worked for you! 

Views

947

Like

1

Replies

0
Likes given to
Likes from