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

# UIWebView.NavigationType.formResubmitted

User resubmitted a form.

## Declaration

```swift
case formResubmitted
```

## See Also

### Constants

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