In my xdp form, I have a FSSUBMIT_ button and a AWS_SUBMIT button, but when the form opens in workspace, I get a complete button, but it doesn't seem to be executing either the FSSUBMIT_ or the AWS_SUBMIT - it just seems to submit without any of the validations in my FSSUBMIT_ preSubmit event. I can't figure out which button the Complete button is mapping to and executing. Any insight or help would be much appreciated.
Solved! Go to Solution.
Views
Replies
Total Likes
Please make sure FSSUBMIT is hidden, and AWS_SUBMIT is configured as per the link below:
Please make sure FSSUBMIT is hidden, and AWS_SUBMIT is configured as per the link below:
@RaviMRam the long lived process in html workspace is linked to the aem forms workflow created in the workbench as a process. For the step you are currently submitting check for the action and route in the process.
@RaviMRam Have only a single submit button in the xdp and that would auto map to workspace submit and your button will be hidden and the action will translate to WS.
Views
Replies
Total Likes