Hi, I am building a fillable PDF payment form with LCD and have run into a problem with calculating the sum. I have a 10-Rows table where people can fill-in the prices and I have a another "Total Amount" box that I wish will automaticlly add up the total sum of all the prices. However, after spent n...
Hi guys,Relativly new to livecycle and I need some help.I've been asked to make a form that 2 different people will have access too, what I need to do is as followed:Person 1Only has access to the first 5 pages and is able to fill out the formPerson 2Has access to the WHOLE document and can see what...
I have created a form that we would like to use for minutes, this includes a table with the users able to add or delete rowas as required, what I am having trouble with is when a user enters a large amount of text in the text field in the table it is not flowing over to the next page so would apprec...
I am not experienced at scripting in LiveCycle Designer ES2.This is what my PDF fillable form looks like when it is opened by the user:But, I don't want the default to be $0.00 as some users may print the form and will enter manually in all fields. I want it to be empty until data is added in any on...
I have sucessfully added the values of 6 radio button groups in my form (using script below )and I now want to divide by 6 to get the average before the result shows in the field. Can someone tell me what to add to the script to do this? I'm a novice at Javascript and depend on this forum to help me...
I've been searching around for an answer for a while, but I haven't seen a similar question. I currently have a Livecycle form made up of several pages, and I am trying to insert a page from a different form. For example, I have 8 pages in form A, and I am trying to insert form B into the 9th page o...
Good Afternoon All,I am not very familiar with subforms, so PLEASE help!I have created a file with a drop down box called "Applicant Type". There are 4 possible values in this box: "Individual" "Partnership" "Assocation" and "Corporation". I have created 4 subforms with corresponding names: "Individ...
I have a LiveCycle Form with a repeating subform where the first field (text field 2 characters) requires the input of a code between 01 and 99. Can you script so that you cannot enter the same code value more than once?
The page for downloading ES3 SP2 states:This service pack can be deployed only on Adobe LiveCycle ES3 10.0.2This restriction is not noted in the README - is it correct that we cannot install this on top of SP1 (10.0.3)?Thanks!
My form has 3 fields I am needing to control their values and/or behavior based on dropdown value. If the value is 'original', I'm needing the Current Value field to not be mandatory, and the 2 bottom fields to just return null. If 'change' is selected, I'm needing Current Value to be required, ...