---
title: WebPage.FormInfo
framework: webkit
role: symbol
role_heading: Structure
path: webkit/webpage/forminfo
---

# WebPage.FormInfo

A type that contains information about a form submission from a webpage.

## Declaration

```swift
@MainActor struct FormInfo
```

## Topics

### Instance Properties

- [formValues](webkit/webpage/forminfo/formvalues.md)
- [httpMethod](webkit/webpage/forminfo/httpmethod.md)
- [sourceFrame](webkit/webpage/forminfo/sourceframe.md)
- [submissionURL](webkit/webpage/forminfo/submissionurl.md)
- [targetFrame](webkit/webpage/forminfo/targetframe.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
