Hi All,
in AEM I am generating the HTML view of an XDP form taking help of the HTML profiling.
So I have a Submit button within the XDP which needs to send the data of the form to one of the workbench processes, and do further processing.
Since my form has become part of HTML profile, can we really use the submit button of the XDP to send the data to the workbench process, if yes how?
Or I will have to add an external button to my HTML profile and take help of the formguide API to send the data Via a servlet to the workbench process.
Any quick help on this available?
Thanks,
Sobhan