Hi Everyone,I used LiveCycle to create a two-page PDF form with 96 fillable fields. The fields are a mixture of both free-text and drop down menus. At the bottom of the form I added a button that exports the entered data to an XML file and then automatically attaches that file to an email. For a mon...
I need the background of a text field to change based on the users entry. For example if the user enter R the background changes to red, G - the background changes to green, Y - the background changes to yellow.
I created a form with expandable text fields and drop-down menus (it's a performance review form for employees) and need to make some layout changes to it, however when I try to move objects they either don't move at all or snap to another position far from what I was trying to do. The first page is...
Hi,We created a WatchedFolder with the following settings:WatchedFolder will create a sub folder in Stage folder and will move the Batch Size number of files from the Input to that folder. Now when we drop 50 files to the Input folder then the Watched folder should create 25 folders in the Stage fol...
I need the background of a text field to change based on the users entry. For example if the user enter R the background changes to red, G - the background changes to green, Y - the background changes to yellow.
Hello Everyone ,I have create a pdf file using adobe livecycle .I add a below code .var today = new Date();this.rawValue = parseInt(today.getMonth()+1)+"/"+today.getDate()+"/"+today.getFullYear();When i run a pdf file in adobe livecycle ,current date is filled in textfield using above code .But , wh...
Hello!Have been doing a form for my company with dropdown menus, dynamically changing pictures etcetera. I have been using LiveCycle 8.0 , everything works perfectly fine using the form as an end-user would do, nevertheless I can't seem to manage to make the form have the function of manual signatur...
HiI am experiencing some strange behaviour when importing data into my form. My form collects data via dynamic tables ( '+' and '-' buttons to add and remove rows) and then concatenates the text in hidden 'mirrored tables' to get the text into the required format for onward processing. The issue I h...
Hi everyone,I want to show an text object as soon as the table's is displayed.Here is the rough visual display:The above field is an internal table wrapped in a flowed subform and the text is wrapped in positioned subform.I want to display the TEXT1 object on the same page as the internal table and ...
I have a form where the Submit button has this script on the click event:var oDoc = event.target;oDoc.mailDoc ({bUI: true,cTo: "gs@follett.com" , cSubject: "page1.posFlowed.posSub.storeNbr.rawValue + " " + page1.posFlowed.posSub.storeName.rawValue + " " + "Standard Chair",cMsg: "" ,});Between the se...