Encryption of Form Fields Elements
Hi All,
We have a requirement to encrypt some of the form fields like Credit Card Number and Account Number when submitted over Custom Submit network call.(internalSubmit.jsp) POST call.
We are using Custom Submit Action of AEM Forms.
Expectation is that the value of the Credit card number should be encrypted in the Request Body (as part of afdata) when it is send to internalSubmit.jsp POST call.
Can this be done or implemented.