This repository contains the source code of Formsite form selector custom element for Kentico Kontent. Created by TrueLime
- Deploy the code to a secure public host
- Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
- Configure the JSON parameters as detailed in the JSON Parameters section
{
"apiEndpoint": "<YOUR API ENDPOINT>",
"apiKey": "<YOUR API KEY>"
}
After selecting a form from Formsite these are returned in an array of assets. For more information see: https://support.formsite.com/hc/en-us/articles/360000288594-API
{
"forms": [
{
"description": "Internal description...",
"directory": "form123",
"name": "Customer Survey",
"publish": {
"embed_code": "<script>...</script>",
"link": "https://fs1.formsite.com/example/form123/index.html"
},
"state": "open",
"stats": {
"filesSize": 0,
"resultsCount": 100
}
}
]
}
Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.