I made an order form in LiveCycle a couple months back, and the first page of the PDF shows up fine.I decided to add a couple things to the form, making the form a couple pages longer, and in design view, the extra pages show up, and they look nice and everything, but once I go to preview the PDF, t...
Anyone know if font.lineThrough and font.lineThroughPeriod is broken in LCD 9, Acrobat 9?I have a check box in a row, and if checked I'd like the data in the row to have a strikethrough. Even in "simple testing" where I set up a simple textfield and checkbox this script is not working. Even tried ...
I'm creating a form that has a standard orginator and approver signature blocks. Is there a button or another way to add additional approver signature blocks if needed? Any help on this would be greatly appreciated. Thanks!
I have a "Lock All Fields" button set up and it's set to run only if certain fields are completed. The code works fine... except TextField13 does not validate properly. TextField13 is wrapped within a subform entitled busjus. The busjus subform is hidden from the form layout by default (it only beco...
I am on LiveCycle Designer 8.0 and I have a script where, based on items chosen in a drop down, my fields change. The script seems to work fine, but I want a way to set up this form so that when the form is opened by the user, they only see the initial drop down box, rather than all of the subforms...
Here's what I'm trying to create an if/or statement for in JavaScript ...If the value of ThisNumericField is less than or equal to 22, do not display TextBox1.OR If the value of ThisNumericField is less than or equal to the value of ThisNumericField + the value of NumericField2 + 1, do not display T...
hiI have a dropdown in my form which has values in CAPS, i have made it as "Allow custom text entry" dropdown.The problem is when user makes a custom entry in small letters, No suggestions comes up in the dropdown as all values are in CAPS. I want the suggestions to some even if user enters in small...
I have a form that has multiple sign box's. There is the one for the Patient to sign that has the date automatically showing(I've got it working with a global from previous entry). Then I have another sign box below that one for if Patient is unable to sign. What I want to do is have the date(B) to ...
Text1 is set with following step:Pattern > display > allow empty > "Your name"Text2 is set with script in calculate event:this.rawValue=xfa.resolveNode("Text1").rawValue;It works well. However Text2 shows "null" as default. I wish Text2 will show "Your name" as default value.How can I solve it?