---
title: WKNavigationType.formResubmitted
framework: webkit
role: symbol
role_heading: Case
path: webkit/wknavigationtype/formresubmitted
---

# WKNavigationType.formResubmitted

A request to resubmit a form.

## Declaration

```swift
case formResubmitted
```

## Discussion

Discussion This type of action occurs when the forward or backward navigation causes the web view to resubmit a form. It also occurs when a reload operation causes the resubmission of the form.

## See Also

### Getting the Navigation Types

- [WKNavigationType.linkActivated](webkit/wknavigationtype/linkactivated.md)
- [WKNavigationType.formSubmitted](webkit/wknavigationtype/formsubmitted.md)
- [WKNavigationType.backForward](webkit/wknavigationtype/backforward.md)
- [WKNavigationType.reload](webkit/wknavigationtype/reload.md)
- [WKNavigationType.other](webkit/wknavigationtype/other.md)
