I have a form with tabs and repeatable panels. On load I'd like to run some jQuery and interrogate some fields that are on other tabs which are hidden on 1st load.But the jQuery cannot find the elements in the DOM until the user has visited the tabs. I have been able to work around this in code by s...
Hello,I am trying to find a way to add formatting to a date field which will show the day as ordinal (1st, 2nd, 3rd, etc.). I found another thread where someone asked a similar question and this was part of the response: "This isn't exactly what you are after as it wont give you the ordinal (st, nd...
Hi experts!I have a dynamic form created in Adobe LiveCycle Designer ES4 and I have a few stumbling blocks.Here is a screen shot of the stripped down version of what I’m trying to create:Problem #1:Subform called amt has a drop-down with A and B options and a field called monthlyNetDue to enter a do...
We have an adaptive form that accepts attachments. On a recent failure to send the flattened .pdf with the Send With Document activity, the attachments were about 2.5 MB a piece upon submission. After assembling the .pdf, the attachments grew to ~15 MB a piece. The error message we receive is: 08:05...
I recently noticed that you can either select one or multiple attachments for an adaptive form. I would l ike to limit the number of attachments to 4. How can I do that?
Hello all, I am looking for assistance if anyone would be so kind. I have a dynamic PDF with 20 forms. I also have 20 checkboxes on the main page to display or hide any of the 20 forms. So if a user only wants forms #3, 7, 12 for example they would simply check off those forms. The rest will be hid...
I have a form with multiple attachment components on it.On draft save the data will be send to an external system. Later the form can be continued and is prefilled with the data from the system.All fields are bound to a xsd scheme. What is the support on aem to prefill the previously saved attachmen...
By default, the adaptive form page content is centered and is not set to adjust to the width of the browser. In the theme editor, how do you make it so the page content is left adjusted, with the content stretched to fit to the width of the browser? I changed the setting of the Page to float:left, b...
Hi All, I am migrating XFA forms to HTML5 forms in AEM 6.5. In XFA we have written validations before submitting the form but those validations are not working in HTML5. Is there any way to use those validations in HTML5 form? Please help.
UPDATE: I have figured out how to repeat the pages infinitely and get grand totals to appear, however I wanted the totals to actually accumulate every time a subform set is added and not have the entire form grand totals from page one on. Does that make sense? I have replaced the document with the u...