Custom was this helpful? component
Hi,
Is it possible to create a custom was this helpful component?
I want to style it different as well as change how it acts when you select no.
If not possible can you change the "Thanks for your feedback" text? As well as show a custom confirmation message when selecting no and entering/not entering a comment?
Thanks, Darren.
darrenSP - You can easily update the confirmation message from a text editor.
Below is the text key used for show Thanks for your feedback message.
page.RatingEnumerationDisplay.feedback.success.title
Studio -> Text Editor -> Community Text
Lithium uses the text key for each string appearing in the community. You can search for the string you want to update from there.
https://community.lithium.com/t5/FAQs-email-templates-and-text/About-text-keys/ta-p/109029
https://community.lithium.com/t5/FAQs-email-templates-and-text/Find-text-keys/ta-p/109027
Regarding the custom component for this, there is no POST API call available for helpfulness, you can only perform GET action.