Form submit via Form API in AEM
Hello there.
We use Form API to submit form data into Marketo from AEM. The data gets into MKTO correctly. But the data value in a field isn't. We have a field that gets multi select values. For all the Multi select values, there are multi values as well.
For example, if there is are A,B,C as mutli select values, if an user selects A, then Marketo has to get the values as A1,A2,A3. Likewise for B, it should get B1,B2,B3. We know this is possible if we use MKTO LP and MKTO Form. We tried change data value option as well, but even that doesn't satisfy the condition.
Is there a way in AEM to send in correct values into MKTO?
Thanks!