最近搜索


没有最近搜索

Web Widget: Overwrite the users url

已回答


已于 2021年1月18日 发布

Hi,

We are utilizing the web widget on our internal site, and are having security issues with the users URL being included on the bottom of the created tickets. We incorporated the updatePath javascript as shown below, beneath our ze-snippet; however, the full URL is still being added to our tickets.

Does the updatePath code need to be put somewhere else too?

 

The widget works very well otherwise, we just can't have the full URL be present on the created tickets.

 

<script id="WIDGET URL"> </script>
<script type="text/javascript">
window.zESettings = {
webWidget: {
position: { horizontal: 'left', vertical: 'top' },
contactForm: {
fields: [
{ id: 'name', prefill: { '*': 'test' }},
{ id: 'email', prefill: { '*': 'email@test.com' }},
]
}
}
};
zE('webWidget', 'updatePath', {
title: 'CAMP',
url: 'https://campsystems.com'
});
</script>

0

2

2 条评论

Interesting, thank you for that information Thomas. Since it's a command of the widgets Core API I would thought it would affect the source for tickets created via the Widget in Support as well.

 

To be clear I'm referring to the "Submitted from:" link that is automatically added to the ticket description when a Support ticket is created via Widget. Are you aware of a way to change or hide this link?

0


Hi there,

I am facing the same need as Phil.

Maybe this feature has been implemented since ? Or is it still on a wishlist ?

Thanks a lot,

Romain

0


请先登录再写评论。

找不到所需的内容?

新建帖子