cancel
Showing results for 
Search instead for 
Did you mean: 

How does a valid logo URL in the style area of a satisfaction survey look like?

DAcker
Contributor
0 Kudos
634

Hi experts,

how does a "valid" logo URL in the style area of a satisfaction survey look like?

I inserted a link that works, if I paste it in a new browser tab, but in the style area for surveys in C4C I got an error message while pressing "Apply"... Although I can see the picture in the sample area.

The URL inserted is with https protocol and the picture file is in png format.

Thanks for help!

Best regards,

Deborah

Accepted Solutions (1)

Accepted Solutions (1)

PrasanthArya
Product and Topic Expert
Product and Topic Expert
0 Kudos

We check the URL against the regular expression below

[ /^https?:\/\/(?:[a-z\-]+\.)+[a-z]{2 ,6}(?:\/[^\/#?]+)+\.(?:jpe?g|gif|png)$/ ] which checks as below,

1. The url has to start with either http:// or https://
2. After this it validates for only alphabets. eg. www. or m. ( basically only alphabets)
3. Then the website path. and
4. The url has to end with either jpeg/gif/png
5. URL should be directed towards an available public space.

If the URL entered is not meeting the criteria , then the system will give the error. So use URL which would match the regular expression.

DAcker
Contributor
0 Kudos

Thank you Prasanth for your answer! I checked it and there was a number in the subdomain. So now it works 🙂

BR, Deborah

Answers (0)