---
{
"title": "Formulaire de rétroaction",
"language": "fr",
"category": "Autre",
"categoryfile": "other",
"description": "Un formulaire normalisé pour soumettre une rétroaction au sujet d'une page ou d'un site Web particulier.",
"altLangPrefix": "feedback",
"dateModified": "2014-08-04"
}
---
Ce composant permet aux utilisateurs de présenter leurs commentaires relativement à une page Web en particulier ou au site Web en général.But
Utiliser lorsque
Exemple pratique
Needs translation
feedback=[value] to the query string (e.g. feedback=web).| Option | Description | How to configure | Values |
|---|---|---|---|
feedbackOption 1 |
Query string parameter for pre-selecting a value in the Reason for contacting us field. | Add feedback=[value] to the query string (e.g. feedback=web). |
|
Document the public events that can be used by implementers or developers.
| Event | Trigger | What it does |
|---|---|---|
| wb-init.wb-fdbck | Triggered manually (e.g., $elm.trigger( "wb-init.wb-fdbck" );). |
Used to manually initialize the feedback form. Note: The feedback form will be initialized automatically unless it is added after the page has already loaded. |
wb-ready.wb-fdbck (v4.0.5+) |
Triggered automatically after the feedback form initializes. | Used to identify when the feedback form has initialized
|
wb-ready.wb (v4.0.5+) |
Triggered automatically when WET has finished loading and executing. | Used to identify when all WET plugins and polyfills have finished loading and executing.
|