How to get the Freshteam domain in data-bind method
Hi @bala014,
If you are using Iparams.json you will use like this below, Refer this link for more reference
{
"domain": {
"display_name": "DomainName",
.....
"data-bind":"product.domain",
}
}
or if you are using a Custom installation page, try with the below snippet.
<input type="text" name="api_key" data-bind="product.api_key">
<input type="text" name="domain" data-bind="product.domain">
Hope it helps
Thanks
this is my app i cant fix that Knowlarity.zip (13.5 KB)
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.