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...
Hi Team,I was trying to create new basic form by providing title and name i was supposed to click Create button observed like Crete button is not enabling below is screen shot for same which i have tried and i saw error.log file as well nothing is printing as error.Can some one help here to cre...
I have just setup AEM 6.5.7 in local with service package adobe-aemfd-linux-pkg-6.0.234 to setup some AEM forms but if I am creating any AEM form it throws error in console as shown below, please suggest any resolution for this problem. Logs of browser console:core.js:656Handler of component is inv...
We are attempting to connect to SharePoint using a swagger file and the REST API. We have been able to authenticate using OAuth 2.0 but are hitting a roadblock when trying to test any services contained in the swagger file. We recently were able to do this with ServiceNow and are hoping to do the sa...
Hello,I'm looking for a solution to change the locale for all fields in a form in Designer. Should I do this via scripting or is there a way to just change it in the settings? The screen reader doesn't work properly unless the locale has been set for each field. Thank you.
We have an adaptive form that's triggering a pretty simple workflow, emailing the users on the form, collecting their signatures via Sign API, and then sending both parties a 'thank you' message with the completed/signed form, and CC'ing an email address for our agency. The problem is that Adobe Si...