Having multiple repeating SubForms binding to the same data node : In our documents, many times we need to display information from same table in multiple locations. For example, if document displays information of Insureds on one page and information of drivers on another page, we need to create a ...
Hi all,Hope someone can help me out I'll explain my scenario with a simplified example to keep things to-the-point: I have a Table with 1 Column and 2 Rows. The cell in Row1 is Text (NOT a Text Field) which contains a Floating Field. I have a button on my form that populates the Floating Field with ...
Hi, I am building a fillable PDF payment form with LCD and have run into a problem with calculating the sum. I have a 10-Rows table where people can fill-in the prices and I have a another "Total Amount" box that I wish will automaticlly add up the total sum of all the prices. However, after spent n...
Hello, THIS IS URGENT: It is been quite some time now, I am trying to sort out a problem I am facing with repeating headrow of a table. I have tried almost every forum in adobe, and a lot of google links on the subject but does not seem solve my problem. Your help on this is greatly appreciated.PROB...
Without problems, I can create and populate signatures using my Common Access Card (CAC), even place the current date in a corresponding field nearby after signing. However, I would like to digitally initial forms. That is, digitally sign the form with a digital signature, but extract my initials (c...
I have this script on the change event of a text field:if ((this.rawValue != "null") || (this.rawValue != "")){ checkBoxThree.presence = "visible";}else{ checkboxThree.presence = "hidden";}It is correctly displaying the checkBoxThree subform when data is entered in the text field. However, if the us...
Can anyone tell me the best possible way to convert PDF files to XDP? I have 500 PDF forms that needs to be converted to XDP. Not sure if this really works out well but would like to give it a try otherwise we need to re-design the forms from scratch.I am aware that there is a PDFUtility that I can ...
Hi All,We are designing a adobe form in Life Cycle designer.We have three master pages (say MPage1, MPage2 & Mpage3)And we have one Body page(subform\Page) in which we have table who's data is getting displayed over 5 to 10 Pages.Now for this boy page (Bpage1) in the "Pagigation" tab we have set con...