on 2018 Jan 04 8:18 AM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
17 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.