I want to create a form that an adobe reader user can open and save a copy as a pdf with the data in the form. I know that requires reader extensions - what i can't seem to figure out is if I already have this included and how to do it. I have LiveCycle Designer ES 8.2 - which is the download I end ...
I'm trying to create a document that has 4 seperate tables in that the user will enter information for various materials. I have created a button to add another row in each of the 4 tables using the following JavaScript code:frmCredit4._Item.addInstance(1);frmCredit5._Item.addInstance(1);frmCredit6...
Hello, I'm designing a page which will calculate a start calendar date with a ending calendar date and give me the total number of DAYS between them.I've tried numerous formcalc and javascript pages but can not find the solution. I bet this is simple and would appreciate the help.Thanks
I have recently started to use Lc and when trying to make an interactive form for my users I came across a problem I can't solve. The answer is not in the index and not listed on any forum that I can find.How do you make your fields continuously tab into page 2,3, and beyond? I can tab all the way...
Please can someone kindly shed some light on how I can lock down and grey out some text fields when a checkbox gets checked by the form user.Im sure this must be possible, but Im just not finding it in the Help.Your assistance is much appreciated,Stephanie.
I am attempting to port our current java web application from Forms Server 7, to Forms Server 8 ES, and are having difficulties with processFormSubmission. It seems that “processFormSubmission” does not process the document obtained from the servlet’s request.getInputStream(). As stated in the adobe...
I would like to change the font color of textfieldB when the user exits textfieldA by means of JSRight now, I am using textfieldB.fontColor = "0,0,0"; (the font color is originally (255,0,0)When I preview the form, nothing happens. No error in the console, no changing colors.What am I doing wrong?Gr...
Hi, we use '//' for commenting a single line. How can we comment multiple lines at a time? It will be a big pain to comment 15 lines in scripting code each line with a //. Can you tell me any short cut for this.Also, do we have any keyboard shortcuts for commenting a script line?Solution for thi...
I need help with a script. Basically: form filler checks a box, a subset of fields appear for form filler to complete. If form filler changes their mind and unchecks the box, the subset of fields disappear but information entered does not clear. I need to clear all information entered when check...