I have an Adaptive Form and I'd like to make a given field required via JavaScript. I have tried the following:field.mandatory = "error"field.mandatory = "true"field.mandatory = truefield.required = "error"field.required = trueI have also tried all of the above together with field.validationsDisabl...
Hello, Could some one provide inputs as how to solve the below issue On Adaptive form , We can add multiple components. But my requirement is that each component name must be unique. How achieve it . So if author try to add same name ,it must indicate an error while saving So this will give an indic...
Hi Community, I got these error messages. However, I have removed all component for signature. Did anyone experience this? How did you solve it? Many thanks!
AEM on SP 6.5.16.0applied aem-service-pkg-6.5.16-NPR-40173-B02and then installedadobe-aemfd-linux-pkg-6.0.914. (author running on linux)Restarted authornavigated to a page where the adaptive form embedded using AEM Forms component.Tried to edit the page: it shows "Error during include of 'libs/fd/af...
Hi , I am trying to write a junit for a path based servlet using junit5. The servlet basically reads an input stream (XML format) and then processes that further.I am trying to load XML from class path src/test/resources : private final AemContext context = new AemContext(); @BeforeEachpublic void s...
I am using AEM 6.5 with service pack 5 without the forms add-on package. When I create a new form theme and then try to edit it, the theme editor doesn't open the theme for editing, instead it remains on the loading state and downloads a file with name 'jcr_content'. There are no java script errors ...
Good day,I have a table that has a drop down list in one of the rows. I also have a button which copies the value of that row to another table. I need to copy whatever value that is in the drop down list row to a new table except for a specific value (choice). Example: The drop down list has thr...