I have a form that is digitally certified by a signature anchored to the Adobe CA. When the form is first opened, the blue bar appears and states that the certificate is valid. However, after the form is submitted to a server and remerged, the blue bar displays "The validity of the document certific...
Greetings!I am running LiveCycle ES3 and am trying to do the following on the click event of the "Next" button referenced below. Basically, I just need to make sure that at least one piece of data is entered into EACH section, then the user can move on, otherwise they get an error message. I was a...
Hi,I am creating a pdf document using Java API for Forms Service.I am able to generate the pdf but the images are not visible in the generated pdf.The image relative path is coming in the xml as defined below. The images are stored dynamically in the Livecycle repository each time a request is fired...
Hi, I am creating a form with repeated table rows using an Add button to add rows dynamically. I am binding the row with the xsd schema with [*] at the end in the data binding option with checked repeat row for each data item. While submitting the form as XML data to the java controller I am getting...
I am having an issue with calculated values not showing up in the field until the field has been clicked on or until the cell has been tabbed over. I would like the numeric calculated field to show the value as soon as the values are entered into fields that are being used to calculate it. I have a ...
I have a number of numeric fields that I would like to total up. I have created a numeric field that will serve as the total and need a script that will add them up. All the fields that need to be added have the binding name INTVL_n (INTVL_1, INTVL_2, etc.). The fields also reside on multiple pages....
I have a check box that is positioned above many other boxes on a sheet. I want that check box to serve as a "check all" by checking all the boxes beneath it when it is selected. I am sure there is a script for this but I am not familiar. Thanks!
Hi all,I have a problem with my textfields in Livecycle. My goal is to have a text field of a certain size that can grow to accommodate more text or shrink to fit text that does not take up the full space that the text field offers. I set my text field height to Expand to Fit and wrote a javascript ...
I am developing a form to present product quotes to my company's customers. In some cases, we show the list price and discount.In other cases, we don't show the list price and discount.I've been able to null out the table column headers and hide the data by resizing column widths. However, the colum...
Greetings All,I'm working on a LiveCycle Designer ES4 document that has a Week Ending Date MM-DD-YYYY (which need to always be a Saturday) selected in a subform.I need this Week End Date to then calculate and display the selected Saturday and the previous days in a seperate subform with a table. The...