The submit action is set on the forms portal. What is the result?
The submit action is set on the forms portal. What is the result?
Forms that lack their own embedded submit action default to the forms portal action. This means that if a form does not specify a submit action within itself, it will fall back to the submit action defined in the forms portal. This is in line with the hierarchy where the submit URL embedded in the form has the highest priority, and the submit URL in the forms portal has the lowest priority.
B is correct! "Note: Submit URL for a form can be specified at several places and its order of precedence is as follows: Submit URL embedded in the form (in Submit button) has the highest priority. Submit URL mentioned in AEM Forms UI has the second highest priority. Submit URL mentioned in forms portal has the lowest priority." Taken from here: https://helpx.adobe.com/aem-forms/6/creating-form-portal-page.html
A is correct You can copy and extend the default submit actions to create you own submit action. However, based on your requirements, you can write and register your own submit action to process data in the submitted form. https://docs.adobe.com/content/help/en/experience-manager-64/forms/adaptive-forms-basic-authoring/configuring-submit-actions.html