FormSubmissionType
Specifies the behavior that the connector should accept when a form is submitted.
Set this parameter to one of the following values:
Any- allow any behavior when the form is submitted.Background- the form submission must not result in page navigation.Navigation- the form submission must result in page navigation.
If the connector does not observe the specified behavior, the page is not processed and is retried during the next synchronize cycle.
| Type: | String |
| Default: | Any |
| Required: | No |
| Configuration Section: | Any section that you have defined with the FormsSection parameter, TaskName or FetchTasks or Default |
| Example: | FormSubmissionType=Navigation
|
| See Also: |