Hi there,I need a way to somehow prepopulate a fill-able pdf form when the user downloads the form. I'm looking to do this 2 ways:1. By passing variables from the url into the pdf2. By connecting to the website database to gather the user's informationIs there a way to do this?Thanks!
HelloI tried to figure out the difference between xfa.event.change and xfa.event.newText in google, but did not see any such!Pls. could you clariy my question that what is the differenvce between these 2 (xfa.event.change and xfa.event.newText)?Thank you
I need to create a letter template that will email a formatted letter to the employee.Our customer needs to be able to type in the empty fields througout the letter. Then the letter needs to format to look professional.I'm wondering the best way to do this?Any examples would be helpful!
Hi,Someone pls help me on below requirement.Dynamically how to repeat the columns in a table?If the columns are reached page of the width the remaining columns should continue in new instance of the table.Will this be possible in Adobe LiveCycle Designer ?Thank you in advance.Jay
I have a dynamic table with add/remove buttons, and I want to make any empty rows automatically delete in the validation process. However, when I use this._Row1.removeInstance(x) (x is gotten from previous data) it doesn't remove the row. It does however seem to delete the data in that row.How can I...
I have a repeating subform with max count 5 subforms.Is it possible the 4th and 5th repeating rows to have another fill colour?Here is the script I use for the Add Instance button: _Item.addInstance();Thank youHere is the script I use for the remove Instance button:if (_Item.count > 1)_Item.remove...
I am using a standard date/time field on LC form, data format = date. However, it lets users enter any string, and am needing it to only be date. I will set a validation pattern, but before setting, want to be sure first, is this normal, that a date field allows any type of string to be manually e...
I have a radio button group in which I'm attempting to deselect a button. There are examples by Niall and others that I've copied, but it's not working, apparently because this.initValue is not being passed from MouseDown to MouseUp. It seems that deselecting "Enforce strict scoping rules" might sol...
Hi In the inserted image, peak concurrent user is same from 6/25/2012 to 7/4/2012. What I unerstand from "peak concurrent user" that it is the maximum number of users, they were login in a room simultaneously. According to my data, it could not be true that user count was same in these 7 days. How ...
I'm trying to have a form automatically check to see if it is reader extended whenever it is saved and issue a warning if it's not. This form allows for a user to fill it and then multiple users to sign off on the content. All of the users filling it have Adobe Acrobat Pro, and some of them may wi...