I'm trying to Lazy Load the fragments on my form, but the data tables are not displaying the data. All the data cells are blank. All fields have been set as GlobalAccording to the guides I need to implement:Use panel reset feature to reset everything visible on the panel by using the following click...
Hi Team Current we are using the AEM Forms Add-on (AEM6.5.17). its purely adaptive forms projects . Please advise whether we can use Core Component to leverage the JSON Exporter for Content Services Instead of Forms Component which are not JSON Exporter . RegardsVara
When we create a form using core page component (core/fd/components/page/v1/page), it's not possible to add a fragment to the form using core components (screenshot 1). We can only add a fragment using OOTB Panel (screenshot 2). Could you please tell if it is possible to add a fragment to the form u...
Hi All,We have the following requirement for HTML5 forms:Whenever a user fills in the entire HTML5 form and clicks the Submit button, it should generate a DoR or flatten PDF and attach it to an email. This email should be sent to a specific mailbox from a defined sender address.Could someone please ...
Hi Everyone,I have a text field like that in AEM formI want to change the firstName and lastName to the particular name which is defined in firstName and lastName fields. I tried to set value (by using rule) to that text field but it doesn't change the content in Document of record.It's gonna change...
How can we make a form which will show data saved in draft table and make it edit able by adding edit button in each row and the form must be prefilled when he clicks on edit and click on submit button to submit in final table and if clicks on save then update the draft table i have created all the ...
@Pulkit_Jain_ continuing previous question here as unable to reply there. The below code i try to add in etc/clientlib/js but i am getting syntax error but the code get displayed in screen but when try to edit any button edit rules i get 500 ( syntax error). // Function to create the table (without ...
When i configure to "/content/forms/af/draftsave/demostoreandretrieveformdata.html" then the page redirects but the submit button in the form does not work. Can anyone help in this issue? function validateAJAX(email, password) {$.ajax({url: '/bin/userTestDraftLogin',method: 'POST',data: {email: emai...