Factorial Code Form Samples
The following presents a series of examples of embedded forms using the React component FcodeForm.
Basic Embedded Form
Section titled “Basic Embedded Form”The next example is a basic demonstration of how to render a form for executing a process. This process accepts a name as input and returns a greeting for the entered name.
Check the source code in our sandbox account.
Form using variables
Section titled “Form using variables”Explore a form sample that renders different content using variables.
Check the source code in our sandbox account.
Upgrade to STARTER
Section titled “Upgrade to STARTER”Upgrade to GROWTH
Section titled “Upgrade to GROWTH”Form Using translations
Section titled “Form Using translations”Explore a form sample that renders content in different languages using internationalization.
Check the source code in our sandbox account.
English
Section titled “English”Spanish
Section titled “Spanish”Open Form in Modal Window
Section titled “Open Form in Modal Window”Explore a form sample that opens in a modal window after clicking a button.