Is it possible to remove the .html suffix in navigation when serving static pages on Catalyst?
Is it possible to remove the .html suffix in navigation when serving static pages on Catalyst?
you can remove the .html suffix from your URL using the API Gateway feature available in Catalyst. You can find the help documentation for the same here.
You can add html_mode:true to add HTML email templates like in the code snippet attached below. The detailed step by step documentation can be found here : https://catalyst.zoho.com/help/email-templates.html
You might have enabled API Gateway for your project. If you have enabled API Gateway, the URLs of all your newly created web client(html) files and functions will become inaccessible until you create APIs for them. You can create an API for your ...
Catalyst does not have form builder. Instead, you can use HTML, CSS and Javascript to create your own forms and host them in Catalyst using the Web Client Hosting. If this was not the solution you were expecting, kindly do let us know your use case ...
As of now, it is not possible to have a custom Login UI and still use the Catalyst Authentication feature. The ideal implementation of your custom logic can be determined based on your use case/business logic.