---
title: userEnteredFormValues
framework: wifiinfrastructure
role: symbol
role_heading: Instance Property
path: wifiinfrastructure/winetworksharingprovider/network/captiveportallogin-swift.struct/userenteredformvalues
---

# userEnteredFormValues

The user-entered form values to complete captive portal login.

## Declaration

```swift
let userEnteredFormValues: [String : String]
```

## Discussion

Discussion The dictionary content depends on the available data: [:] when no data is available, due to empty forms, no entries, expired data, or removal by the person. A set of key-value pairs representing the data that the person entered. When present, the key-value pairs contain: Key: A CSS selector that locates the HTML element within the document, using querySelector() or querySelectorAll() functions. Value: The corresponding HTML element value.
