Last updated:
The following provides a brief explanation of key terms.
Term |
Definition |
| Event API | Interface for subscribing to Formcentric form events and forwarding them to external tracking or analytics systems. |
| Formcentric client | React application for presenting Formcentric forms in the browser. |
| Formcentric Cloud | Formcentric web app for creating forms |
| Form container | Adivinserted into the markup of the embedding page that serves as a container for the dynamically rendered form. |
| Headless server | Formcentric headless server. Responsible for serving forms, validating and processing user input, and redirecting users to actions such as webhook actions or email notifications. |
| Single-page application (SPA) | Web application that is loaded within a single HTML page and updates content dynamically without reloading the entire page. Typical technologies for SPAs are React, Vue and Angular. |
| Theme | Design template that determines the appearance of a form – such as colours, fonts and layout – independently of its content. |