Hello all,I have a dynamic form created in Adobe Livecycle Designer ES, which contains a number of subforms positioned inside a flowable page. I want to have two text fields inside one of the subforms work so that text entered into the first text field (non-expandable) will continue into the next te...
Having issues getting quotations and parenthesis within a rawValue script. Using a text field, calculating in Javascript this is where I got stuck:this.rawValue = page1.CSalutation.rawValue + " " + page1.CLastname.rawValue + " received a "commercial telephone solicitation" (as that term is defined ...
Hi All,I am having some problems when creating 3 repeatable forms inside another reapeatable form. My XML structure is similar to this:- <tasks> <id>3139--13</id> <startDate>2012-10-01T04:00:00Z</startDate> <name>Tax Preparation Fees</name> - <weekTable> <weekNumb...
Good afternoon,I'm trying to implement a requirement such that if data is entered in text field A then text field B is required. From the research I've done on the forum, I believe I need to use the change event. But the only related entries I've seen involve drop downs or radio buttons and I'm not ...
I have 2 data connections that are programmatically invoked via exit event on different fields in form. Both have identical code with only difference is that one populates a multiselect list box and one populates a drop down list. The one that populates the listbox works fine. Everytime Field A c...
Not finding the problem with this: if (NumericField2.rawValue*0.02 <100) {TotalAmount.rawValue=100;}if (NumericField2.rawValue*0.02>1000) {TotalAmount.rawValue=1000;}if (NumericField2.rawValue*0.02 >100 and <1000 {TotalAmount.rawValue=NumericField2*0.02;}
I would like to bind data to a table only on the condition that one of the child tags has a certain value.For example, let's say my XML file had the following structure:<tag> <condition>1</condition> ....</tag>I want to bind only if the condition tag has a value of '1'. Does anyone have an i...
I have created a form which requires pdf format. I need the form to submit via email with the option to change/select the to: and also add a cc: field with selection as well. Please provide any information available as I am new to livecycle and am not very familiar with script or code.Thanks!
Hi,I'm really struggling with this table. Please take a look. What I want is to have fields Komada, m2, Iznos be summed up in a corresponding total field thats underneath the table.The trouble is I made a button that adds or substracts new table rows. Please check it in LC Designer so I understand y...
Hi all. I have a form that I'm creating, that has an area in it called "Sketch." The size is 2 x 6.75. In this area, the user needs to be able to insert a graphic or a picture. I've never set up a form this way before, so I am wondering what kind of field would I use for this? (i.e., text fiel...