Following some recommendation on this forum, I've been exploring headless options to have more flexibility in the handling of our Forms, specially the front-end part.
Since we're still going to use the same application instead of going the React/Angular road, I was wondering if there is a service we can inject to directly use, instead of using a Client with calling the endpoints?
Like instead of using this : https://docs.developers.optimizely.com/content-management-system/v1.2.0-forms/docs/javascript-sdk-for-headless-optimizely-forms
Simply do FormService.GetForm() or FormService.SubmitForm() so we don't have to expose API calls?
Hi,
Following some recommendation on this forum, I've been exploring headless options to have more flexibility in the handling of our Forms, specially the front-end part.
Since we're still going to use the same application instead of going the React/Angular road, I was wondering if there is a service we can inject to directly use, instead of using a Client with calling the endpoints?
Like instead of using this : https://docs.developers.optimizely.com/content-management-system/v1.2.0-forms/docs/javascript-sdk-for-headless-optimizely-forms
Simply do FormService.GetForm() or FormService.SubmitForm() so we don't have to expose API calls?