Hi,I tried to change the font color of static text using:xfa.resolveNode("test").caption.font.fill.color.value = "0,0,0";orxfa.resolveNode("test").font.fill.color.value = "0,0,0";Neither resulted in black text.Am I getting it wrong?Does anyone have an idea how to change the font color of static text...
HelloI did a search and found this topic, digitaldave2010, "Generating a Random Number for application Form" #2, 12 Dec 2005 11:17 amIt helped a lot, but I need a little more help. When someone opens the form, I want to create a random number. Once the number is created, I want it to stay with that ...
Hi there,I'm designing a form in Adobe Lifecycle Designer 7.0 and need to add in some custom Java Script. I go to Window>Script Editor but the whole toolbar is disabled (greyed out).How do I turn it on?
Hi,I have a table in a dynamic interactive PDF form. When the user enters text into a text field of the table, the field can expand over multiple lines. I want to know how I can retrieve the height of the expanded field so that I can resize other elements in the table such that they are kept in line...
I am very new to Designer. I am designing a dynamic, interactive form with a subform that adds/removes a "Comments" section when you click a button. The caption on the button changes to/from "Add Comments" / "Clear Comments" when you click the button and the "Comments" section is added/removed. I wo...
I'm trying to set up a form so that a text field will populate with default text (that could later be edited by the end user) based on a users previous drop-down selection. For example:The end user is putting together a proposal for a client and is able to choose the type of proposal or service from...
When I Submit(email)a form required Radio buttons are not validated (form is submitted whether checked or not). Is there something I am missing? How do I have required Radio buttons validated correctly.
I have a dynamic form, and when I click on the "Add" button it adds a new line item. Can someone help me figure out the javascript to alternate the color of every other row. I'm also trying to figure out how to display a sequential id for each line.Any helps would be appreciated.
b How can I set the transparent color to a form object from a JavaScript code?For example in this case:> xfa.resolveNode("this.border.fill.color").value = "255,255,0";This line set the object color to yellow. And transparent color? How I have to do?Thanks !!!Dan
I'm creating a form that, when filled out, will always need to go to a single email address. If, however, a certain check box is clicked, it would also need to go to a second email address. Can someone point me in the right direction of how to do this?Thanks,Rachael