YepCode Form Samples
The following presents a series of examples of embedded forms using the React component YepCodeForm.
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
Explore a form sample that renders different content using variables.
Check the source code in our sandbox account.
Upgrade to STARTER
Upgrade to GROWTH
Form Using i18nVariables
Explore a form sample that renders content in different languages using i18nVariables.
Check the source code in our sandbox account.
English
Spanish
Open Form in Modal Window
Explore a form sample that opens in a modal window after clicking a button.