Hello all,I am having a problem with a form I am laying out in LiveCycle Designer. I have a textfield that users click on and enter information. After the users are done updating the text field, if the text field contains a value I want it the fillcolor to be white. If the text field contains no val...
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...
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...
Hi,I'm trying to use FormCalc to automatically look for a string and replace it in a text field. I'm trying to do this by setting the script of the "Change" event in the text field to this:$=Replace($, "address__", "123 Fake Street\u000aAnycity, NT 12345")So thus, when a user types "address__" into ...
On a form I'm creating, I'd like to add a feature that allows a window/pop-up/tooltip to display when the mouse hovers over that particular piece of text. The text box I've created...in the accessibility tab....I've typed in the custom reader text I was hoping to have displayed. Obviously, not worki...
I have a date/time field which has display pattern set as MM/DD/YYYY...During run time, if user clicks on a check box...the display should change to DD/MMM/YYYY...How can i do that?
I have seen similar posts but have found no answer. I would like to limit text entered into a field by the actual parameters of the drawn text box. An option which was simple in Acrobat Professional (uncheck scroll long text). While I appreciate any help in this matter, I must warn you that I know n...
I created a PDF form using LiveCycle. I want to put this form on my website so that when my users fill it out, the data goes into an online database. At the end of each month, I would like to be able to export this database as CSV for reporting purposes. How do I go about in setting this up. Please ...
I've been reading all of the messages relating to subforms and dynamic forms and have used many of the suggestions, but haven't found anything that addresses the problem I am having. I'm using Designer 7.0. I've saved my form as a dynamic form, I've set my text fields for multiple lines and expand t...