My form has a table near the top that has a table row that repeats when a button is clicked. Some users of the form click that button only once and others may click it twice or several times. How do I export data when the same form may contain various number of these fields?
I want to add totals for two columns in a table and a final total with those two subtotals. I can not figure out how to do this and how to reference the rows and cells. Can someone please help? Thank you. Deepa
I have a form with a drop-down field that has 3 possible values (Today, Tommorrow, Next Week). Below this drop-down field is text field (TextField10) that needs to be filled out by the user ONLY if "Next Week" is selected in the drop-down. I would like for TextField10 to be hidden unless "Next Week"...
I have a requisition form that consists of three major sections - a header, a details table, and a footer. The details table must be able to expand to fit, which means the form must be able to flow onto a second page. All the fields in the header must repeat on the second page. The footer should onl...
How can i have a form number that is entered into a textfield located on the Master page that will export that form number with the form data? I tried Global binding with an identically named textfield on the design page (hidden) but the data does not export to the spreadsheet.
I have a few fields on my form that i want to combine and create a message and subject line from. The fields are FirstName and LastNameUsing those two i want a subject saying something like 'this is a completed form frofirstName+lastNameAnd something similar to a message on the email. As well as cc ...
hi everyone,I've got a few dynamic forms that were designed using the Livecycle Designer ES and its requirement is at least a version of adobe acrobat 8.1. I have some users having trouble opening these forms using ipad although they have got the latest adobe version installed. I dont have an ipad a...
Hello!How do I manipulate an Exclusion Group selection using JavaScript?I created this four option Exclusion Group called REASON and used this line of code to select the first option: xfa.resolveNode("#subform.REASON.#field").rawValue = 1;And it works just fine. So I took for granted this line s...