I have a form that has 12 fields, 2 radio buttons, and a field for bank routing numbers. These need to be validated. Here's the catch. Can't use "Submit by email" button. I was thinking of using a "Save" button that would validate those fields. But, I don't know how to get there. As for the fi...
I posted this question before and thought it was answered but it was not. My form has a requirement that a phone number be entered. I have a warning embedded if they enter less than 10 digits and it focuses on the error. In the exit event of the text field, I have the following: if (this.rawVal...
This is my array, switch(this.rawValue) { case "1": olpDocSub.addItem(Trampoline:);default: olpDobSub.addItem(Please choose item."); break; I would like case one to include: If the User selects yes to the color red, then Michael Johnson display in the ...
Now that we're in work-from-home mode, I'm trying to convert a bunch of XFA forms to be online/email rather than print focused. The submitter might select one of several approvers, and I don't want to have to maintain the email addresses in each form. So I'm connecting to an external XML file in the...
Hello experts,I am spending days on below problem without solution.I have nested tables (table in table) which I would like to print with header line on each page break - normal aproaching.First table has always one row, next have to be printed like normal table. Unfortunatelly I cannot change struc...
I have a non-interactive form that has 3 master pages.The pagination of page 1 occurs dynamically depending on the data content. Page 2 is fixed and page 3 can be displayed according to some conditions.I need to condition the presence of a table on the last page of page 1.How can I do this using Jav...
We have a document with 2 masterpages, front page and page 2 to n pages.On the masterpage we have a logo in the top, a fragment with a button to save the document back to a system, and a fragment in the buttom of the page with info about the company. This fragment is a tabel with contact info and a ...
Dear All,I have few fields in my Form which comes as below.field a = test1|test2|test3now i have splitted that with " | " but i when i try to add that in table only first line shows up. Code :var prBatchTable = prBatch.formattedValue.split("|");if (prBatchTable[0] != "") {for (i = 0; i < prBatchTab...