Seeking input on implementing a feedback form for web page with 10 sections
Hi everyone,
I have a use case where the end user needs to provide feedback on the content they are viewing on a web page. The web page consists of 10 different sections (e.g. Section-A, Section-B, etc.). To allow the end user to provide feedback on a specific section, I need to implement a pop-up feedback form that will be available when the "Contact Us" link is clicked.
The feedback form will have a dropdown list that enables the end user to select the section they wish to provide feedback on, as well as a description field where they can enter their feedback or suggestions. Once the end user submits the feedback form, the data will be stored in a separate database for reporting purposes.
I'm seeking the community's input on the best way to implement this feature. Please let me know if you have any suggestions or recommendations.
- I am looking for suggestions on how to approach implementing a feedback form for a web page with multiple sections. Has anyone done this before and what was your experience?
- What is the recommended approach for storing data submitted through a feedback form in a separate database?
- Are there any security measures that I should keep in mind while implementing the feedback form?
- How can I generate a dropdown list of available sections on the web page for users to select in the feedback form?
Environment - AEM Cloud Services
Thank you!