Hi all, I have created registration form using Core form container. I need to save this data in a path based servlet. I have mentioned the servlet path but I'm getting only null values instead of the form fields. I have mentioned the correct name field for getting the parameter. my servlet path: m...
Hi All, I want to save my core form container data to json format so I can use that json file into my servlets or api like wherever I want. Is it possible to save form data as json ??
Hello, I am testing one servlet in aem, for that I have given some print statements through system.out.println. I am using IntelliJ IDE I just want to check the output in the IDE, where do I check ?? Any idea ?
Hi, I have created custom form action to invoke third party API after submitting the AEM form container. Now I want to call the Servlet which will have code for the api call. When I select custom action in the form container it asking for the id. Plese help. and here is my sevlet codepackage com.ado...
@kautuk_sahni Thank you so much for these references. Now I'm learning AEM forms. I need to create a registration form using core form container where I need to send form payload to external API using java servlets. I have no idea how to start this, can you guide me with this ?
Hi all, I'm creating a registration form using core form container. I need to send form payload to external API then using that API I need to show success or failure message after click on the submit button. Can anyone help me with this ??
Hi @lukasz-m Thank you. I have added the custom action type. I just want to call third party API to get the form details and send success or failure message according to that. Can you help me regarding it ?
Hello @JeevanRaj Yes, I want a states dropdown using datasource. Actually I have tried this with custom component it's working. But I just want to do with AEM form options(core form container) since I'm creating Registration form. So I don't know how to create this datasource in form options. Can y...
Hi all, I am new to AEM forms, I want to create a registration form where I need to get states from the dropdown using Datasource. Can anyone help me how to do this with datasource so that dropdown values pushed automatically on the page ??
Hello, Is there any way to create custom action type in AEM form container. Currently it has the following options but I wanted to add one extra field like payload using API call. Also Is there any document, to refer how to create custom action type and how to make API call with the form data. I wan...