Hi, I have a subform with 4 radio button options that's hidden. Based on answers earlier in the form, only certain radio buttons will appear. How do I reset the radio buttons when they're hidden without creating a "Reset" button? For instance in question 1 if they check "yes" radio buttons A B C wi...
I have a three tier discount level requirement which I have encoded as follows:var numTotalUnits = xfa.resolveNode("subTotal.numTotalUnits");var numThreshold1 = xfa.resolveNode("this.parent.parent.parent.subControls.subVolume.numThreshold1");var numThreshold2 = xfa.resolveNode("this.parent.parent.pa...
Hello,i have a form with a checkbox that make subforms appear and disapear in a collapsible way but when i submit by email, that collapsible fields dont apear in the pdf.Can anyone help me?Thanks
Hello guys,I'm need to add a side label in the page like in picture PAG.01, it seems work on the first page, but when the form goes in the other page, javascript seems not working.I've spent a lot of time on it in order to figure it out, but nothing change. I would like to know if there is some tric...
I have a pdf file designed in Adobe LiveCycle Designer and generated through AEM LiveCycle Process. I want to not let the pdf file to open in Adobe LiveCycle Designer or it should prompt for a password when opened in Adobe LiveCycle Designer, so that the code cannot be viewed by unauthorized users. ...
Hello Community, I have the following dynamic table:IDDescriptionDate Total1000Shopping List01/01/2019 3:15 PM CET17,45€2000Shopping List01/05/2019 1:15 PM CET12,45€3000Shopping List01/02/2019 4:42 PM CET21,01€4000Shopping List01/03/2019 2:12 PM CET7,00€Is it possible to sort by Date and begin with ...
i have a table in dynamic form with two row and a button to add inatance in second rowsecond row initial count set to zeroi copy both row data in a text-fieldi set initial count for second row 0var fields = xfa.resolveNodes("Table6.Row2[*].Cell1");var total = 0;for (var i=0; i <= fields.length-1; i...
helloi have a digital flight report, and it has button to submit by email (this.mailDoc),the email is selected based on the aircraft type dropdown listDrop down list "A/C TYPE" value of "A330" item = "a330vr@almasriaairlines.org"value of "A320" item = "a320vr@almasriaairlines.org"value of "b737" it...
Dear All,We have recently started working on a new project LC ES4. The output-PDF we produce out of the workbench process is sent to client/end-user to further edit/update and get Docusigned. But as you know such dynamically generated PDF cannot be opened in browser hence getting it DocuSigned isnt ...