Gravity Forms Feature Highlight: Admin Labels

One of the great features of Gravity Forms that most people don't know about is the Admin Label.

This feature is available for every field and can be found as an option under the Advanced tab when editing a field in the form editor. It is the first option under the Advanced tab and allows you to rename the field for admin only use.

What this allows you to do is call the field one thing on the frontend using the field label (ex. "Would you like to sign up for our newsletter and receive special offers?") and refer to it as something else (ex. "Newsletter Signup") when viewed in the administration tool.

Admin Label

This is extremely helpful when you want to display a long field label to the users submitting the form, but don't need to be so verbose when viewing the entry data in the administration tool.

The admin label will be used in place of the field label anywhere where the name of the field is displayed in the admin. This includes the entry list and the entry detail page.

Share This
2 Responses to "Gravity Forms Feature Highlight: Admin Labels"
  1. Sara Williams says:

    Is there any way to get this Admin Field Label to display in a Customer Notification? We wanted to create SIMPLE labels to display to the customer but the ADMIN LABEL gives us the details we need. We created a simple order form for our school to order Tshirts. Thanks in advance!

    • Richard Wawrzyniak says:

      If you are using the {all_fields} merge tag you can have it output admin labels by adding the admin modifier e.g. {all_fields:admin}

      If you are using the field merge tag you output the admin label like so: {:1:admin,label}

      The available modifiers can be found in the merge tags section of the documentation.

Leave a Reply