Say, I have 3 input fields on the screen, when user inputs on the last/3rd input field automatically the screen should jump to next screen, we want this functionality on all our screens of the app, some screens has 4 fields, some may have 3 fields, some are 6 fields, 10 fields etc... Pl. let us know...
Hello All,I'm new to AEM (LiveCycle) Designer but I thought I had mastered the basic stuff. That was until someone asked me force a page break in a document that currently contains information by state in a table object inside a flowed subform. The request is to have the table data element begin o...
I have a table that gets populated with different strings of text. Sometimes there will be lines of text that are surrounded by a "|" (pipe) symbol within them.For example, This | is a example | line of textI currently have some coding that will remove the pipe symbols from the text,DATA: i_TABLE LI...
I have a PDF form created with LiveCycle that has 8 pages portrait and 1 page set to landscape. However, when I try print the document, it prints the one landscape page in portrait mode, thus cutting off the right side of the page. Is there a way to fix this?Thank you!
I would like to password protect form from being edited in livecycle by other designers and still allow client to use all the dynamic and interactive functions of the form without a password. In other words I want to prevent people from stealing my stuff. Can you help me?
Hi,I have been reading forums online for the past two days to try to find a solution to this problems.I have 1 form with 4 subforms. Only the 'chosen' subform needs to be completed based on a drop down selection. I have that part working great. What I am having trouble with is adding a button to ...
Hello! My form is 4 pages long. In the form, I have subforms with expandable boxes. Everything works perfectly fine, however, once boxes start expanding it leaves a gap until the next page and then the form continues. I understand the gap occurs because my form has 4 pages and text starts on the pa...
I have a pdf form made for my work I want to do the following:1. Add a serial number for the form 2. I add a submit button that when they click it I want it to save in a shared folder automatically with the serial number and send it to my emailplease if anyone can help I have no knowledge of JavaScr...
i have a series of radio buttons on the first page of a form. Based on the series selection, i want to populate a text field on page 7 of the form. I am using this code to successfully populate the field:if (this.rawValue == "1"){ this.resolveNode("form1.Requisition_Page7.#subform[0].Period").ra...