Change Fill Color Based On Value
I have found several good examples on how to modify the color of a field based on a value but am not having luck implementing. My form is an evaluation with 3 sections of test scores, the total of all...
View ArticleDrop-down list to pull in Access record
Hi - I am a newby at this so please bear with me. I know this have been addressed a hundred times but I can't seem to find anyone else who is having this specific issue. I have v8.2. Since my...
View ArticleHow do you rid yourself of an extra page?
I have a form created in livecycle. Everytime I go to make a change in the form, even when deleting something, a whole page gets added to the document. It is a blank page added before the form. So in...
View ArticlePopulate with initial from first name field ?
https://dl.dropbox.com/u/78503370/AFBS_IntakeAssesment_052912_STESTV3.pdf Hi! I'm only a graphics person, and I'm just beginning with simple scripting. I'm trying to pull just the first initial from...
View ArticleSubmitform as pdf mailto with cc and IBM Lotus inotes blank address
I have a form with a standard button to send the entire pdf by mail. My mail client is IBM Lotus iNotes. When I include a cc variable or two address in the address field, both address and cc field is...
View ArticleExpandable Drop Down List based on content?
Is it possible to have an expandable drop down list where the box will adjust it's size based on the content you select? Just like a text field has "expand to fit" option. Is there any JavaScript or...
View ArticleChanging dropdown fill colour on selection.
I am using Livecycle ES3. I have a script that is changing the fill colour dependent on what is selected in the dropdown. This is working fine for me in Acrobat X Pro but doesn't seem to work in...
View ArticleUnable to view pdf created in Live Cycle Designer ES2-initially thought to be...
Unable to view pdf created in Live Cycle Designer ES2. I initially thought this was a user / OS issue when I created a document for someone who is new to a MAC laptop. She could not view the document...
View ArticleFlowable Paragraph
I've tried using text fields combined with text to no avail. Is a flowable paragraph like this possible where the bold words are user entered and expand or contract with the words on either side of it...
View ArticleEmail Submit button trying to save
When I use the email submit button it is trying to save the form instead of attaching it to an email. Started doing this since changed OS to WIndows 7 from XP
View ArticleHelp with realization of a code by "change" event
The form is developed in Live Cycle 9 There is the following code:var str = rawValue;var FIO = str.split (' ');var a = FIO.lengthswitch (a) { case 2:{ FIO [0] = FIO [0].charAt (0).toUpperCase ()...
View ArticleHow To Allow User To Enter "$" In A Number Field
I have a form that includes various numeric fields in which the user should enter dollar values. It works fine if the user enters a number WITHOUT a dollar sign. Suppose the user enters "1234", the...
View ArticleLiveCycle Form Email a PDF with modified Body (GER)
HalloHabe ein Problem beim senden einer Mail mithilfe eines Buttons in Adobe LiveCycle Designer. Ich möchte bei click eine Mail abschicken welche es mir ermöglicht das PDF anzuhängen + den Body und den...
View ArticleRemove submit button after submission?
I have a form that the user is going to submit outside of Workspace. I added a submit button on the form and hooked that to a LiveCycle process to handle the submitted form (in this case, saving the...
View ArticleIs there a way to make the background color of a check box change depending...
Like: Green background when checked and white (neutral) background while unchecked. Management wants to draw attention to the boxes that have been selected.
View ArticleHow to successfully reset field(s) in a repeating subform
Hi, I'm getting more and more frustrated while trying to develop a form(dynamic xml) with Lifecycle Designer. As a test we are building up a form which contains a repeating subform. We want to reset...
View ArticleForm in a read-only format
I have a customer who would like his team to receive the completed LiveCycle Designer Form in a read-only format. To clarify: User A completes the dynamic form fields, uses the Submit by Email button...
View ArticleDropdown Lists - Remove item once it is selected
Software: Adobe LiveCycle Designer ES 8.2 I created a form with four identical dropdown lists, containing the same list items. What I want to do is somehow link these four dropdowns so that once I...
View ArticleHow do I auto tab through form fields
I want to place the javascript in the change field, correct? I have tried var f1 = this.getField();if (f1.length == 1){f1 = _2_3.getField();} _2_3 is the name of the next text box this still does not...
View ArticleJavascript For loop not working within a function
Hi all, I'm a beginner to LiveCycle and I cant seem to get a loop working within a function. The function is being called successfully because when I manually create the code it works but I am trying...
View Article