---
title: UIWebView.NavigationType.formSubmitted
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwebview/navigationtype/formsubmitted
---

# UIWebView.NavigationType.formSubmitted

User submitted a form.

## Declaration

```swift
case formSubmitted
```

## See Also

### Constants

- [UIWebView.NavigationType.linkClicked](uikit/uiwebview/navigationtype/linkclicked.md)
- [UIWebView.NavigationType.backForward](uikit/uiwebview/navigationtype/backforward.md)
- [UIWebView.NavigationType.reload](uikit/uiwebview/navigationtype/reload.md)
- [UIWebView.NavigationType.formResubmitted](uikit/uiwebview/navigationtype/formresubmitted.md)
- [UIWebView.NavigationType.other](uikit/uiwebview/navigationtype/other.md)
