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
I have a form and when the user clicks the "Submit by Email" button, all fields that are set as User Required are verified as being filled in before moving on to the email window. I also have a "Print Form" button. When this is clicked the fields are not tested for valid data before the print window...
Hi,I would like to create the following scenario:The user clicks on a signature field and a popup dialog box appears with the following message: "You are signing that you have read and understand the contents of this document" [with Yes/No buttons]. If they click on Yes, then the javascript continue...
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...