Simple email validation in forms
Hello All, I would like to do a simple email validation, the built in email validation pattern(text{OOOOOOOO'@example.com'} ) is not really useful. What is the best to validate an email in the form...
View ArticleCalculate Difference in Days Between two Dates
Hi, I'm trying to figure out how to calculate the difference in days between two dates using JavaScript in LiveCycle. (JavaScript knowledge = minimal) Where "Start_Date" and "Current_Date" are the...
View ArticleAdobe LiveCycle ES3 Installation issue
Hi,We are facing an issue withnES3 Installation with disabling UAC. Our corporate security policies dont recommend to disable UAC on servers, We have to keep it enabled.We are unable to proceed further...
View ArticleAction builder
I am having problem with the action builder. On page 1, if I select a specific data, a line from a table should appear on page 2, it does not seems to get populated, any idea on how to make it...
View ArticleCurrency field zeroing out if users enter a $
I am going nuts! My form is all perfect and ready to distribute, and someone reports that a field won't accept a number, it keeps reverting to zero. Turns out she is adding a $, which I have read you...
View ArticleChanging Livecycle form to an Acroform. This needs to work..
Okay when I asked my managers to purchase the software, I must have misunderstood LiveCycle capabilities cause I would not have purchased Acrobat Pro if I wasnt able to do this..and this is bad. At a...
View ArticleFolder hyperlink issue again - code reads differently in Reader than in...
So when I use Acrobat Pro, and paste a link to a server folder, the link works correctly. (I have to copy the folder link and then put "file:" in front of it to make it work, but it works). For...
View ArticleBinding a sequence XSD Schema to repeating subform elements
Hi, I am creating a form with repeated table rows using an Add button to add rows dynamically. I am binding the row with the xsd schema with [*] at the end in the data binding option with checked...
View ArticleExpanding text fields.....
Hello I'm a little stuck on this form. I was able to get the text fields to expand, however they overlap over other text and does not move to another page. Please help I have tried just about...
View Article2 sets of Radio Buttons in a Form-complications
Hello everyone, I have been looking around for code to assist me in building a form. I have developed the form, and just have a couple problems that I can't figure out. In one question on the form the...
View ArticleHow do you make a text field Read Only after it is saved and distibuted?
How do you make a text field read only after it is saved and distibuted? LiveCycle Designer ES 8.2 This JavaScript code on the exit event:textField1.access = "readOnly"; This works after the user loses...
View ArticleSaving an interactive PDF at the client
Hi, I am new to this forum and thank anyone in advance who can help me with my problem. I have recetly made 2 12 page Interactive PDF's for my clients to fill in details and return to me. I have a...
View ArticleElectronic signatures and Lock the document
Dear All. I'm writing to know how to sign a document of pdf with Electronic signatures via a device connected to my computer, galaxy phone/tab(Samsung), I-Phone/pad or etc.after sign a document of pdf...
View ArticleSticky Notes not working on a form
I have created a form in livecycle and saved it as a pdf. Now that it is saved as a pdf the sticky note and stamp function will not work. The security is set to no security. Help!
View ArticleCompleted PDF returned blank? Form not filled out using MAC.
We have created a number of forms in LiveCycle. The submit button returns the form as a PDF and usage rights are enabled. They have been working well for a couple of years. We did encounter the...
View ArticlePopulate text field based on Drop Down List choice
Can you populate a text field with data that corresponds to a choice on a drop down list? I know you can do this between two drop down lists, but since there may be a paragraph or more text in the...
View ArticleNumbers rounding off
Hi, I have another numbering problem. In Adobe LiveCycle Designer, my numbers are rounding off. I do not want them to round up or down. Is there a way to program it so that it won't round off?...
View ArticleLooking for help with repeating table rows and subform
I’m hoping someone might be able to help me figure out how to accomplish some things with a repeating table subform in a form I’m building. I’ve attached the file here....
View ArticleHow do I auto tab through form fields
I want to place the javascript in the change field, correct? I have tried var f1 = this.getField();if (f1.length == 1){f1 = _2_3.getField();} _2_3 is the name of the next text box this still does not...
View ArticleJavascript For loop not working within a function
Hi all, I'm a beginner to LiveCycle and I cant seem to get a loop working within a function. The function is being called successfully because when I manually create the code it works but I am trying...
View Article