Hi, I wanna show the author of a form in a text field. The form that i send to another user must be filled.and i must get the name of that user in text field.I am beginner in livecycle.
Good morning. I have a question concerning page orientation. I am new to using LiveCycle and working on my first document. I built my document in MS Word (lots of tables). Then I converted to PDF to import in LifeCycle. So far so good. With that said, my first page (cover page) is "portrait" and dis...
Hello,I am new to Adobe development. I have a requirement for a fill-able form. There is a Send Email Button at the bottom.Once user fills the form and clicks the send email button it will be dispatched to the email recipients mentioned in the Email Address column.The main requirement is - The recip...
I have a number of fields that are expandable on a 7 page form. Is there a way to prevent the text field from breaking across two pages if there is not enough text in it that pushed it down to the next page? If the text field only contains one or two lines, but the field can handle 5 before it exp...
I have a numeric field with a display and edit pattern of zero{}|num.percent{}. It works exactly as I'd like, with one important exception. If the user enters 100, the form correctly displays it as 100%. However, after the form is saved, closed and re-opened, the value in that field is displayed as ...
Adding table rows works fine when I use this script: Table.Row1.instanceManager.addInstance(1);When users click Delete, it always deletes the second (and shifts the rest up), no matter what row they want to delete. I have the following script to delete a table row:Table.Row1.instanceManager.removeIn...
What is the best practice for adding an end user license agreement to a fillable form created with LiveCycle Designer; and for forcing the user to signify acceptance of the EULA before gaining substantive access to the form?For now, I've kludged it with a series of four message boxes (necessary beca...
I am struggling to understand how the "column" is identified in the syntax error. Regardless, this is what I have as scripting and am unable to identify the scripting errorif LoanAmount.rawValue = (FranchiseFee.rawValue + Buildout.rawValue + EMR.rawValue) then PostTotalExpense.rawValue = PostExpen...
Hi,I have repeating field with an default value, so I used add Instance but when I click on "+" button another instance is getting added but the value is also getting repeating. My requirement is whenever an new instance added it should be empty so that user can entry it easily. I have tried the bel...
Hi,we currently are having issues with people not using adobe reader as their standard program to view pdf-files.Most of them use NitroPDF. The problem is that this viewer doesnt support XFA-forms.Is there a way to force, for example by using javascript, them to use adobe reader? (setting adobe read...