I have a Dynamic form in LiveCycle ES 8.2 thats hides and shows fields and subforms based upon user input (change or click event). We then submit the xml back to the server and re-render the form. We then flatten the form before we email off for routing.
When we flatten the form it shows all the fields even the hidden ones. Why is that? I only what it to show the fields that need to be displayed based upon what the user entered. Is it because the events are not being fired because the form is flattend? What is a work around? I have tried to run the java script on the "client and server" setting, but this doesn't work either? Help.
Paul,
I apologize if this thread is not the right place for this but I cannot seem to find it anywhere. I have two issues that I am trying to resolve.
1. Is there a way in Acrobat Pro 8 to set a fillable form to COME BACK to me as an entire PDF rather than as .xml data?
2. Is there a way to include attachments in the submitting of this form and can this be done without a third-party mail client?
Hello eveyone, I am VERY new to adobe and adobe livecyce designer. I am using Adobe livecycle designer 8.0. I have created a document with drop down lists, check boxes, etc for a staff person to fill out and email to a group. I have the email button working (though the attachment is not named like I want it). When the form is filled out, and I send it to myself, the form is still editable. I do not have livecycle ES, do I need this to get the pdf file "flat".
ANY help or comments would be greatly appreciated!
CDF
You could write some script that disabled data entry into fields before the document was sent, but the code could get quite ugly.
The one thing to note about the Output server side module is that it doesn't really "flatten" the form, it really re-renders the document in a non-interactive format. One nice thing about that is that any server side scripting will execute as the document is procesed (allowing things like data validation).
Hodmi,
Thank you for the information. So if I understand correctly is I would have to have something additional other that what I have to render the PDF in a non-interactive mode. Correct? This document really does not have any data validation to it. We want her to "click" on the hospital, choose the date, check the boxes that apply and email this form out. Any chance of making this work?
Thank You again for your help,
Cindy Fuentes
-
Hodmi <forums@adobe.com> wrote:
You could write some script that disabled data entry into fields before the document was sent, but the code could get quite ugly.
The one thing to note about the Output server side module is that it doesn't really "flatten" the form, it really re-renders the document in a non-interactive format. One nice thing about that is that any server side scripting will execute as the document is procesed (allowing things like data validation).
>
If you want to turn an interactive form into a true non-interactive (flat) document then you need to use LC Output. You would submit the document to the server, where it would be flattened and then emailed. That's the only way to transform an interactive PDF into a non-interactive document.
If, however; you just want a document where the user can't change certain fields then you can cheat a little. You could put code on the interactive form that executes when the user clicks on the send button. That code would change each of the field's access to read only and then email the form. You wouldn't have a true flat document, but the user wouldn't be able to make changes. For more info on this option check out this post: http://forums.adobe.com/message/3167357#3167357
Check out www.PDFEmail.net
PDFEmail.net can send PDF form submission w/o 3rd party e-mail software such as OUTLOOK.
PDFEmail.net creates ASP.net scripts you upload to a webserver. Just point the submit button URL action to the script, and send e-mail from any Acrobat or LiveCycle PDF submission. Send XFDF, FDF, XDP, XML and PDF (Flattened or Not) to a list of recipients of your choice.
ASP.net scripts are fully customizable, yet, there is no programming needed. Works with ASP.net 1.1, 2.0, 3.0, 3.5, and 4.0.
PDFEmail.net utilizes iTextSharp technologies.
For more information:
Hi,
I have a simple problem that persists in Firefox browsers only. I have a pdf object embedded in a html page. The pdfs are rendered by Adobe LiveCycle 9 and it is an editable one. The html page has the Save/Cancel buttons to save the data entered by the user. In firefox when I keep the focus on any of the editable field, enter some values, will not tab out from that field and click on the Save button, then that particular field is not saved. This behavior is not seen in IE and it is working fine. We are using IE 8 and Firefox 3.6
North America
Europe, Middle East and Africa
Asia Pacific