# WWWForm()

> Creates an empty WWWForm object.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UnityWebRequestModule

```csharp
public WWWForm()
```

### Remarks

Use the [WWWForm.AddField](/engine/6000.7/script-reference/unityengine/wwwform/addfield.md) and [WWWForm.AddBinaryData](/engine/6000.7/script-reference/unityengine/wwwform/addbinarydata.md) methods to insert data into the form.

Additional Resources: [UnityWebRequest](/engine/6000.7/script-reference/unityengine/networking/unitywebrequest.md), [WWW](/engine/6000.7/script-reference/unityengine/www.md)
