Skip to main content
All CollectionsBuild & customizeCreate forms
How to personalize the success message with the user's name
How to personalize the success message with the user's name

Personalize success messages with user names. Easy steps to create a warm, engaging user experience.

Updated this week


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

  1. Log in to Formaloo:

  2. Create a new form:

    • Click on the "+New Formaloo" button to start from scratch.

    • Or choose a template.

  3. 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.

Add ID

Step 3: Use answer piping in the success message

  1. Locate the success message section:

    • Scroll down and find the section where you can customize the success message.

  2. 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}}!

    answer piping in success page

When users submit the form, their names will dynamically appear in the success message.

Users name in the success page

This personalized message will provide a more engaging and friendly user experience by directly addressing them with the name they entered in the form.

Did this answer your question?