# WCAG - strona jako formularz

Na potrzeby dostosowania do WCAG we właściwościach strony (**Właściwości** → **WCAG**) powstał nowy parametr (**roleForm**="true" / roleForm="false"):

<figure><img src="/files/RtfvdE0LtuXfwEEIoPwe" alt=""><figcaption><p><em><strong>Ilustracja 1.</strong> Parametr "Strona zawiera formularz" w Eximee Designer</em></p></figcaption></figure>

Jeśli parametr jest zaznaczony, strona wniosku ma nadaną rolę "form":

```
<div data-ex-e2e="form-presenter" class="form ex-grid ng-tns-c200-0 ng-star-inserted" id="demo" mid="demo" role="form">
            <div class="form-pages ng-tns-c200-0 ng-star-inserted">
```

Standardowo ten parametr jest włączony, ponieważ większość stron na wnioskach pełnią rolę formularza. Jeśli jednak chcielibyśmy zaprojektować stronę tak, żeby nie zawierała ona żadnego formularza, zgodnie ze standardami WCAG nie powinna ona takiej roli posiadać:

```
<div data-ex-e2e="form-presenter" class="form ex-grid ng-tns-c200-0 ng-star-inserted" id="demo" mid="demo">
            <div class="form-pages ng-tns-c200-0 ng-star-inserted">
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/zakladka-audyt-naruszenia-wcag/wcag-strona-jako-formularz.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
