Again, I'm very new to Livecycle, JavaScript, Form Guides, etc so I'm not sure at what point of the process this needs to be done.I have designed a pdf form and am also working on a form guide. I'm not sure if this is something I have to put on the pdf first then into the form guide, just the form g...
Hello Guys,I am trying to create a dynamic table and I have been trying to figure out how best to do it. Here are my requirements1) The table will have 12 rows, the number of rows will not change. 2) The table will have 2 columns. 3) The point of the table is for the user to reorder based on priorit...
I created a table in livecycle es 8.2. I have buttons to add and delete rows. The add button works fine, but the delete button is deleting the wrong row. For instance, in the PDF preview mode, if I add three rows and try to delete the third, the second is deleted.To add a row, I am using the code:us...
Hello,i have trouble with a dynamic form.My subforms are not flowing correctly.I dont want to disrupt the question (seperate subform S1) and the answer (seperate subform S2).If "not disrupt" is activated and there is mnay text filled in the answer box, my question subform jumps on page2 while the be...
Good Day All.Well, thanks to Niall I was able to get the text field to expand when one than one line was added to a text field inside a table. Now I seem to have a logic problem. When I click (see code below) the expand button, the row expans to show all the text. The issue, when I click to shrink t...
I have a text field with rich text format. I need to add a new line character if the length of a sentence exceeds 65 characters. When I edit the text value using javascript the formating breaks and the signature event fails eventually. Is there a way to edit the body of the text field value? I reali...
I created a .pdf from a Microsoft Word 2003 document. When it converted in Adobe Acrobat 8 Professional, all parts of the document converted correctly. I then made the document into a form. When it opened in LiveCycle Designer, three lines from a table in the document were missing. I originally thou...
Hi,I woul like to make an image on master page visible/invisible based on the selection made in my first drop-down list. After this selection is made, I want this picture to be visible or invisible.But after making changes in other fields, this picture is invisible. How should i fix this without add...
Hello,How do I test, using JavaScript, whether a specific field exists on a form or not? I tried the following, but not quite working:if (xfa.layout.absPage(pg1.sfCap.sfCapLeft.Table2.Row2) == -1 ){}Note: For the form where I tried this, the Row2 does not exist at allThanks!
I have a two page form. On page two, there is a button that allows the user to add a new page (instance), which we can call page 2.2. They can do that as many times as they want (ex. if they click on the add new page button three times, you would now have a five page form, page 1, page 2.1, page 2.2...