Hi -
Reviewing this: https://support.freshdesk.com/support/solutions/articles/215321-setting-up-customer-satisfaction-surveys. Is there a way to change the look and feel of the survey by editing the HTML/CSS somewhere?
Hi -
Reviewing this: https://support.freshdesk.com/support/solutions/articles/215321-setting-up-customer-satisfaction-surveys. Is there a way to change the look and feel of the survey by editing the HTML/CSS somewhere?
Hi Chris,
You can edit the layout of the customer satisfaction survey page by including your code below this liquid filter in the Portal layout section.
{% if portal.current_page == 'csat_survey' %}
//your code here
{% endif %}
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.