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 Merge Tags
This Gravity Forms Add-On adds extra Merge Tag modifiers (and a lot of power). From the most common used functions like capitalize and length to changing date formats.
n8n Connector
Connect Gravity Forms to n8n and automate your workflows with secure, flexible, and powerful webhooks. Go beyond simple notifications and build advanced, two-way automations.
List Text
Add features like textarea, placeholder and custom validation to a column or multiple columns in a Gravity Forms List Field.
Update Multiple Entries
Trigger the update of multiple entries in a target form by submitting an entry in a trigger form.
Read tutorials about
Show Previous Gravity Forms Submissions Using Advanced Merge Tags
This step-by-step tutorial shows how to use GravityWP Advanced Merge Tags to count previous Gravity Forms submissions and calculate total submitted value based on a matching email address.
Gravity Forms LeadConnector Integration with OAuth 2.0
This documentation-based tutorial explains how to connect Gravity Forms to LeadConnector/HighLevel with OAuth 2.0, search contacts by email, and map returned CRM values back into form fields using GravityWP API Connector.
Gravity Forms Zoho CRM Integration: How to Auto-Populate Form Fields by Email
Learn how to auto-populate Gravity Forms from Zoho CRM using GravityWP API Connector. This tutorial shows how to search Zoho Contacts by email and fill form fields with the returned data.
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.