Hi everyone,I'm working on Adaptive form in which I've dropdown for Country Names. Now, I want to populate the list of full country name, but the values should be their 3-letter code. Something like below. <option value="AZE">Azerbaijan</option> <option value="AUS">Australia</option> Adding 105 item...
Hi again, trying to figure out if its possible to change the filename of the file being attached as an email when using the following function?event.target.submitForm({cURL: cEmailURL,cSubmitAs:"PDF",cCharSet:"utf-8"}); Im not getting anywhere with the "documentFileName" function, i can get the name...
Good morning, Just wondering if i can dynamically adjust the height of a subform to match another one? I see theres examples out there to give the textbox.h a value, but i wonder if its doable on a subform?? Any ideas if it is?? Thx a bunch again
I have a date field named dateStart and a date field named dateEnd.The dateEnd field needs to automatically fill with the date that is 90 days after the dateStart field, which the user enters. I've tried different options and never get it right. Can someone please provide a sample of the code to ac...
Hello,This might be dumb question, but I wanted to know in which location does the css changes are saved when we edit/create theme vs when we add css/styling to form fields in Style Mode any Form?I believe theme changes are saved in /etc folder for respective theme. (Please correct me if I'm wrong)
I am using AEM designer to develop a dynamic PDF form which has a text with multiple parts need to pull data from system and user asks all parts be editable and expandable. eg.The [ClaimantName] has overpayment [OverpaymentAmt], because of [OverpaymentReason], as of [Date].1. if use floating field o...
Good morning everyone I was wondering if i could via script, change the name of the PDF file that is created when i use the submit button and it attaches the current PDF into an email. Something like a name + date:: 2023-01-25_FN LN.PDFAnd just in the hopes this helps, i use the following script to...
Hi, We are integrating AEM adaptive forms with Service Now attachment API. I am able to successfully test the API through Postman using form-data but through AEM data model, I see that we can send only json and not form-data. Due to this the Service Now API is throwing error through data model. I ...
Good day,I'm trying to figure out the best way to do this. My form has a row that consists of a drop-down list. When a word is chosen, it automatically enters a word in another row and also in a floating field. I would like the words in the other row and the floating field to be capitalized. Is ...