YepCode Form Samples
The following presents a series of examples of embedded forms using the React component YepCodeForm.
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 i18nVariables
Section titled âForm Using i18nVariablesâExplore a form sample that renders content in different languages using i18nVariables.
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.