---
title: WebNavigationType.formResubmitted
framework: webkit
role: symbol
role_heading: Case
path: webkit/webnavigationtype/formresubmitted
---

# WebNavigationType.formResubmitted

A form was resubmitted (through a back, forward or reload action).

## Declaration

```swift
case formResubmitted
```

## See Also

### Constants

- [WebNavigationType.linkClicked](webkit/webnavigationtype/linkclicked.md)
- [WebNavigationType.formSubmitted](webkit/webnavigationtype/formsubmitted.md)
- [WebNavigationType.backForward](webkit/webnavigationtype/backforward.md)
- [WebNavigationType.reload](webkit/webnavigationtype/reload.md)
- [WebNavigationType.other](webkit/webnavigationtype/other.md)
