SalesforceLabs / survey-force

86 stars 62 forks source link

Logo is not displaying in the survey header either internally nor externally #145

Closed srikanthgoti closed 2 years ago

srikanthgoti commented 2 years ago

Hi, I've added the logo(Jpg format) through static resource in the survey header. but logo was not displaying. I've enabled all the permissions and Field level security on Survey Header field. Assigned super admin permission set to my user. still unable to view the logo

I've installed latest version and please find the attached screen shots

survey

Header Logo

Appreciate your help !!

jrattanpal commented 2 years ago

You need to make sure that "Hide Survey name is unchecked. This field hides the survey name and header image

srikanthgoti commented 2 years ago

Thanks @jrattanpal . Now logo works. However i'm not able to remove Thank you (Which is in Big letters) message after submitted. Please see attached screen shot. Thank you

jrattanpal commented 2 years ago

That part is coded in https://github.com/SalesforceLabs/survey-force/blob/main/force-app/main/default/pages/TakeSurvey.page (line# 103-105) (the

portion)

You will need to update the code to remove that thank you. We haven't made that part conditional