この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi All,
In order to improve the content on the pages, we need feedback from end users (non-authors). We'll have email address from/to fields and comments/feedback fields as part of the form. The form data must be sent to a separate java email service (outside of the AEM). How should we submit this data using an ajax call in a secure manner.
Aem version - Cloud services
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Best way is to get the form as a component -> create a secure servlet and bind it to the form component resourcetype.-> inturn can submit the data to the email service.
A very good reference which matches with your use case from my perspective is [1]. Hope this gives you a direction.
Best way is to get the form as a component -> create a secure servlet and bind it to the form component resourcetype.-> inturn can submit the data to the email service.
A very good reference which matches with your use case from my perspective is [1]. Hope this gives you a direction.
I have used a very similar approach to the one suggested above and can say that it works without any issues.