You can easily include the user's name in the success message by following these steps:
Step 1: Create your form and add a name field
Log in to Formaloo:
Visit the Formaloo website and log in to your account.
Create a new form:
Click on the "+New Formaloo" button to start from scratch.
Or choose a template.
Add name field:
In the form editor, add a text field where users can enter their names.
Step 2: Assign an ID to the name field
Select the name field in the form editor.
Assign an ID to this field. For example, set the ID to
name
.
Step 3: Use answer piping in the success message
Locate the success message section:
Scroll down and find the section where you can customize the success message.
Insert answer piping:
Use answer piping to include the user's name in the success message.
In the success message editor, use the placeholder
{{name}}
where you want the user's name to appear.
For example:
Thank you {{name}}!
When users submit the form, their names will dynamically appear in the success message.
This personalized message will provide a more engaging and friendly user experience by directly addressing them with the name they entered in the form.