Do you want to append a string of text (or characters) before and after the Merge Tag output and keep it empty if the field is empty? With the gwp_append Merge Tag Modifier from Advanced Merge Tags you can do that. We’ll walk you through it step by step.
Adding text before Merge Tag output
To add text at the beginning of the Merge Tag output, use the following Merge Tag Modifier:
{Organization:1:gwp_append before=" - "}
Client example: We have a client with Forms that have a Gravity Forms Single Line Text Field where site visitors can enter their organization. This field is not required, because not everybody is part of an organization. In the e-mail that is send we want to add the organisation to the Subject of the e-mail. In case there is an organization filled in, we want to add a space, a dash and another space in front of the output. With the above modifier, we can do that. There will be no dash in case there is no value available.
Adding text after the Merge Tag output
There are also cases where you want to add something after the output, for example adding some kind of metrics or even a whole string in case something is filled in. You can do that like this:
{Organization:1:gwp_append after=" MWh"}
This will output the value (for example a number) and adds the abbreviation of megawatt hour to the output, if the field value is not empty.
Adding text both before and after the Merge Tag ouput
You can also add both text before and after the Merge Tag ouput of the Gravity Forms field. This examples adds a dash in front of the ouput and a dash after the ouput and will only show if there is a value filled in.
{Organization:1:gwp_append before=" - " after=" - "}
Try it in the demo
Our Premium add-ons for Gravity Forms
Advanced Number Field
Functionality for Number Fields, like rounding or only absolute numbers, fixed point notation, range calculation, custom units like % or m2 & show as slider.
API Connector
Connect Gravity Forms to External API's: Query the API using form field values and automatically fill other form fields with the API response.
All Entries
All your new Gravity Forms entries in one central place. Stop navigating between multiple forms to find new entries. Get immediate oversight and full control with a powerful, unified dashboard.
JWT Prefill
Fill forms with data you can trust. Prefill Gravity Forms fields with a secure token instead of links with editable url parameters, so your data is accurate, tamper-proof, and ready to use.
Read tutorials about
How to Create a Public Submission Business Directory in WordPress (Gravity Forms + GravityView)
Build a moderated business directory where users submit listings through a form, admins approve entries, and approved businesses appear in a searchable GravityView directory.
How to Create an Event Workshop Registration + Waitlist System in WordPress
This guide shows how to set up a workshop registration + waitlist system in WordPress: register attendees until capacity is reached, waitlist the rest, approve entries, and auto-promote people when a seat opens using Gravity Forms, Gravity Flow, and GravityView.
Gravity Flow Form Submission Step Tutorial
The Gravity Flow Form Submission step pauses a workflow until another form is submitted, then continues once the handoff is complete. This guide shows how to connect two forms, prefill fields with mapping, send the correct secure link, and troubleshoot the most common “workflow didn’t move” issues.
Gravity Flow Delete an Entry Step Tutorial
The Gravity Flow Delete Entry step lets you trash or permanently remove Gravity Forms entries as part of a workflow. This guide covers the key settings, scheduling options (delay or date-based), and safe testing tips so you can follow retention and privacy rules with confidence.