Hello everyone,I am fairly new to using LiveCycle Designer. I've got about a week of experience under my belt here, and I've made a few different PDF forms. One in particular, is a 2 page form that will be used by my co-workers as a general work form. They fill out information, then save it to a sha...
Hello,I am really new to LiveCycle ES, I'd be too embarassed to tell you how I stumbled into this app. I am attaching a screen shot of a survey question as designed by our sales team. Ideally they want me to formulate the question responses in such a way that the N/A response, if selected by the u...
I would like to know how to dynamically change the fill color of a checkbox. When I use the following code, I change the color of the entire object (including the text). I just want to change the color of the little box.this.fillColor = "255,255,0";Any insight?Thanks,Emily
I would like to add a Text object to a previously created PDF. However, when I am in LiveCycle Designer the menu items Text, Rectangle, etc. are grayed out/ disabled and I am not able to insert any of these types of objects, only Text Field, Button, etc. Any time I select Forms -> Start Form Wizard...
I have a service in Livecycle ES that processes PDF files, via a WatchedFolderEndpoint. When the process is complete the original files are no longer needed. I have the watched folder endpoint configured to only preserve on failure, and that is working correctly. The issue is that the files that are...
I am trying to create a fax sheet for one of our customer service reps. She needs to occasionally fax over a list of names, acct #'s, etc to our collection agency to have individuals removed. Since it's done on an as needed basis, I want to use a table to create an expandable number of rows since t...
I have a number of objects that have the same name, so that they end up being automatically indexed by LiveCycle. For instance, I might have as checkbox names:ImmunizationYes[0]ImmunizationYes[1]ImmunizationYes[2]ImmunizationYes[3]ImmunizationYes[4]andImmunizationNo[0]ImmunizationNo[1]ImmunizationN...
I just received a "INVALID-TICKET: usage-limit-reached" error. I'd guess that this is an error indicating that I've reached some sort of usage limit, but the account is a paid account.How do I fix this?
Hi, I have a process that takes xml data as input and it should extract the data from it into the process variables I created. For this I used setvalue process, where the input parameter is of type xfaform. For that variable, I gave the form as template url ( i tried both pdf and xdp). It is loadin...