Hello All!I have a script that is designed to scan through the form when the users submits it and make any hidden required fields un-required. However, recently after a change to the default profile (I think this was the inciting incident, I'm not entirely sure), the user has to press the submit but...
Hi, all, my current AEM author is on JEE platform, however, now, we want to move our author to OSGI, we are using AEM Forms 6.5.8. Is anyway to just copy some folder and it will be done? We don't have workflow runnng on author. Just long as the bundles and packages can be "magically" copied over and...
Looking to apply custom validation via the rule editor that calls a service based on some values. I've been able to configure this via the editor, during form validation I see the call to the service being made but this call has no influence over the validation response. It appears that the validati...
I've tried by going to /apps/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js but the issue is it gets applied to all assets in general. But I want to add separate rules for PDF, and separate one for images.Tried in the following manner:
@Rahul_mule Can you share the error log from the attempt? Do you see any specific error msgs?Please raise a support ticket to discuss this issue further over a screen share.
Hi Team, I have create one basic form it contains some of the field and one of field is mobile number now i need to validate mobile number field for that i went to rules editor for mobile number field and written code like below(this.value && this.value.match(new RegExp(/^[0-9]+$/) != null) ? false...
Hi Team, I have created simple form it contains 4 fields like First NameLast NameDOBGender After submitting i need to call servlet to send this to some other system. How i can send these data to my custom servlet I have created my path based servlet and path is /bin/aem/customerdata Can some one he...