diff --git a/docs/components/custom-apps/web-app/feedback.md b/docs/components/custom-apps/web-app/feedback.md index 53625a05516ea8a6e7e5d0ac6467628632cce88a..70c0ff5675ade7d9913e7a056654e6ea68da4067 100644 --- a/docs/components/custom-apps/web-app/feedback.md +++ b/docs/components/custom-apps/web-app/feedback.md @@ -2,6 +2,12 @@  -The goal of this feature is to provide users an easy way to give their opinion to the development team but also to submit any suggestions of improvment, problems or bugs they might have encountered. +The goal of this feature is to let end users provide feedback about their experience with the Web Application : bug reports, suggestions for improvement, etc. -The feedback form is composed of a textarea for the feedback, a 'rating' field where the value can be `1 star`, `2 stars`, `3 stars` or `No opinion` and an optional email field if the user wants a reply from the team. If an email is provided the user has to accept the general term of use and the process of the information in order to sumbit its feedback. +The feedback form is composed by : + +* a free text area; +* a set of buttons allowing the user to rate the website (`1 star`, `2 stars`, `3 stars`, `No opinion`); +* an optional email field, which the user can fill in if a reply from the support team is desired. + +In case the email address is provided, the user has to accept some terms for the submit button to be enabled.