This can be done by simply implementing FormSubmitActionService interface.import com.adobe.aemds.guide.service.FormSubmitActionService;
public class CustomSubmitAction implements FormSubmitActionService You need to set a variable named as serviceName, which is required to be mapped with customActi...