# Textfield2 (TextWithTextField)

**Description**

A composite view that combines a text label (caption) with a text field.

**Parameters**

- Inherits all parameters from the `textfield` view.
- The text content of the tag is used as the label (caption).

**Example**

```xml
<body>
    <form>
        <textfield2 key="email">Email Address</textfield2>
    </form>
</body>
```
<img src="/Screenshots/Views/In Testing/textfield2_1.png" width="250" alt="Screenshot">
