TFSForm: {
    _actions: any;
    _store: any;
    plugins: any;
    render: TRenderForm;
}

Type declaration

  • _actions: any
  • _store: any
  • plugins: any
  • render: TRenderForm

Example

The form renderer object on the page, usually window.FSForm

  FSForm.render({
id: FORM_ID,
viewkey: VIEW_KEY,
target: document.getElementById('fsform-container'),
fullscreen: true,
}, {
formResponse: { ... },
});