Domain Pre-population in Freshteam Iparams

We are developing a Freshteam app which include API key and domain validation in iparams.

As we know we have a method to pre-populate the domain in the iparams.json, Is there any way we can pre-populate the domain in the iparams.html as well ?

Please share your thoughts or a work around which would help to resolve this. :slight_smile:

Thanks,

1 Like

I would like to create an app for freshdesk market place in php
Can any please help me out to create an app for freshdesk marketplace using php. I have searched for this on internet but i have not got proper information regarding that

Hi @Janani,
Yes, it is possible in Iparams.html as well,
you can use data-bind="product.api_key" / data-bind="product.domain" to prepopulate it

eg:

<input type="text" name="api_key" data-bind="product.api_key">
<input type="text" name="domain" data-bind="product.domain">

Hope it helps :slight_smile:

Thanks

2 Likes

@Rupesh_Reddy,
Kindly create a seperate thread for your queries, it seems like your query is not related to this Topic :slight_smile:

4 posts were split to a new topic: Request support for data-bind in crayons library

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.