AI OnAI Off
You just render the form in some HTML that's hidden on page load, then with HTML & CSS write the feedback element that anchors to the right side of the page. On the click the click of the element you'd have some JavaScript that opens the popup in the page.
Hi Scott,
Thank you for your response. The approach is good but what If Editors wants to manage the feedback form to appear on the specific pages, having priviledge to configure thorugh CMS at any pages of the website. Any thoughts on this ?
Cheers,
Vaibhav..
Yes, you just add a checkbox to your base page type and when rendering your page toggle the html element that docks to the side of your page on and off.
Hi,
I would like to implement the customer feedback form hooked on the right hand side of some of the website pages ( just like EPiServer feedback hook is available). I am thinking to create a form using EPiServer Forms nugget package. Please can someone suggest how to display the EPiServer form as a hook and display the content of it upon click ?