### [Using Smart Tags](https://wpforms.com/docs/how-to-use-smart-tags-in-wpforms/)

**Published:** November 20, 2023
**Author:** Umair Majeed

**Excerpt:** Learn how to add user or site data to your form notifications and other form settings automatically.

**Content:**

Do you want to add user or site data to your form notifications and other form settings automatically? Smart Tags in WPForms let you instantly include user information, site details, and custom data in your form notifications and settings.

This tutorial will show you how to use Smart Tags in WPForms.

- [What Is a Smart Tag?](#what-is)
- [Adding Smart Tags to Your Forms](#how-to-add)
    - [Notifications Settings](#aioseo-notifications-settings)
    - [Default Field Values](#aioseo-default-field-values)
    - [Form Descriptions](#aioseo-form-descriptions)
- [Smart Tags Available in WPForms](#aioseo-smart-tags-available-in-wpforms)
- [Frequently Asked Questions](#frequently-asked-questions)

---

## What Is a Smart Tag?

A Smart Tag is a bit of code that you can use to insert relevant information into your [form notifications settings](https://wpforms.com/docs/setup-form-notification-wpforms/ "How to Set Up Form Notifications in WPForms") or as [field default values](https://wpforms.com/docs/how-to-add-default-values-for-form-fields/ "How to Add Default Values for Form Fields"). Smart Tags use curly brackets and look something like this:

`{smart_tag}`

When typed into a supported field, they are shown in a visual format, as a blue label with the tag name.

For example, a widely used Smart Tag is `{admin_email}` (Site Administrator Email), which is added by default to the **Send To Email Address** field in the form notifications settings. It automatically fills in the email address of the site administrator from your site’s WordPress settings.

![The {admin_email} Smart Tag in the Send To Email Address field in the notifications settings](https://wpforms.com/wp-content/uploads/2025/04/admin-email-smart-tag-2-1024x395.png)## Adding Smart Tags to Your Forms

You can use Smart Tags when [configuring notifications settings](https://wpforms.com/docs/setup-form-notification-wpforms/ "How to Set Up Form Notifications in WPForms"), [setting up field options](https://wpforms.com/docs/how-to-customize-form-field-options/ "How to Customize Form Field Options") in the form builder, or [adding a form description](https://wpforms.com/docs/how-to-add-extra-text-and-descriptions-to-forms/#form-name-desc "How to Set Up Form Notifications in WPForms").

### Notifications Settings

To access the notifications settings for your form, open the form builder and go to **Settings » Notifications**. To see a list of the Smart Tags that are applicable for a particular field, click the **Smart Tags** icon on the right side of each field.

![Accessing Smart Tags for a field in the notifications settings](https://wpforms.com/wp-content/uploads/2025/04/notification-email-show-Smart-Tags-1024x248.png)Then, to add a Smart Tag to the field, click on it in the list.

![Adding a Smart Tag for the form's Email field as the Send To Email Address in the notifications settings](https://wpforms.com/wp-content/uploads/2025/04/available-fields-Smart-Tags-1024x748.png)The relevant information will be added to the email notification after a user submits their entry.

### Default Field Values

When editing some fields in your forms, you can add Smart Tags as [default values](https://wpforms.com/docs/how-to-add-default-values-for-form-fields). To do so, open your form builder and click on a field to open its Field Options panel.

From here, click on the **Advanced** tab and find the **Default Value** field. Then, click on the **Smart Tags** icon.

![Click Smart Tags icon](https://wpforms.com/wp-content/uploads/2025/04/add-default-value-smart-tags-1024x413.png)This will show a list of all the available Smart Tags for this field. Click on one to add it as the default value for the field.

![Selecting a Smart Tag to use as the default value of a field](https://wpforms.com/wp-content/uploads/2025/04/select-default-value-smart-tag-1024x872.png)When typing a Smart Tag directly into the field, it will convert into a visual tag format, similar to how it’s shown in Notifications.

On the frontend, the field will be pre-filled with the relevant information from the Smart Tag.

![A form with fields pre-filled by default values set by Smart Tags](https://wpforms.com/wp-content/uploads/2021/03/pre-filled-default-values-1.png)You can also combine Smart Tags with [read-only fields](https://wpforms.com/docs/setting-fields-to-read-only/). For example, you might pre-fill a field with the `{user_email}` Smart Tag and then make it read-only so the value is visible but can’t be edited. This is especially useful for showing account details or other information you want users to confirm without changing.

### Form Descriptions

You can use Smart Tags to include custom details in your [form descriptions](https://wpforms.com/docs/how-to-add-extra-text-and-descriptions-to-forms/#form-name-desc "How to Add Extra Text and Descriptions to Forms"). When the form loads on the frontend, the Smart Tag will be replaced with the relevant data.

For example, you could add the administrator’s email address to the form description using the `{admin_email}` Smart Tag. It will appear as a labeled visual tag (Site Administrator Email) in the builder.

![Adding Smart Tags to form notifications in WPForms](https://wpforms.com/wp-content/uploads/2025/04/form-description-smart-tag-1024x478.png)When the form is displayed on your site, the Smart Tag will be replaced with the site’s administrator email address.

![Displaying the admin email in a form description on the frontend using a Smart Tag](https://wpforms.com/wp-content/uploads/2021/03/form-description-smart-tag-frontend-1.png)For more advanced ways to add Smart Tags to your forms, you can check out our tutorial on processing Smart Tags in [Checkboxes field labels](https://wpforms.com/developers/process-smart-tags-in-checkbox-labels/ "How to Process Smart Tags in Checkbox Labels") and [HTML fields](https://wpforms.com/developers/how-to-process-smart-tags-in-html-fields/ "How to Process Smart Tags in HTML Fields").

## Smart Tags Available in WPForms

Below is a list of the Smart Tags available in WPForms. See our guides to unlocking hidden user data with Smart Tags and displaying subfield input with Smart Tags, as well as our Smart Tag usage examples for further guidance on how to implement them.

- Basic Smart Tags 
    - `{admin_email}`
    - `{field_id="#"}`
    - `{field_html_id="#"}`
    - `{field_value_id="#"}`
    - `{all_fields}`
    - `{entry_id}`
    - `{entry_details_url}`
    - `{form_id}`
    - `{form_name}`
    - `{page_title}`
    - `{page_url}`
    - `{page_id}`
    - `{date format="m/d/Y"}`
    - `{unique_value}`
    - `{url_referer}`
    - `{resume_link}`
    - `{order_summary}`
- Unlock Hidden User Data 
    - `{user_ip}`
    - `{entry_geolocation}`
    - `{user_id}`
    - `{query_var key=""}`
    - `{entry_user_journey}`

See our guides on [how to unlock hidden user data with Smart Tags](https://wpforms.com/docs/unlocking-hidden-user-data-with-smart-tags/), [how to display subfield input with Smart Tags](https://wpforms.com/docs/displaying-subfield-input-with-smart-tags/), as well as our [Smart Tag usage examples](https://wpforms.com/docs/smart-tag-usage-examples/) for further guidance on how to implement them.

- Author Details 
    - `{author_id}`
    - `{author_display}`
    - `{author_email}`
- User Management 
    - `{user_display}`
    - `{user_full_name}`
    - `{user_first_name}`
    - `{user_last_name}`
    - `{user_email}`
    - `{user_meta}`
    - `{url_login}`
    - `{url_logout}`
    - `{url_register}`
    - `{url_lost_password}`
- User Registration 
    - `{site_name}`
    - `{user_registration_login}`
    - `{user_registration_email}`
    - `{user_registration_password}`
    - `{url_user_activation}`
    - `{url_manage_activations}`
    - `{user_registration_password_reset}`

## Frequently Asked Questions

Below, we’ll address some of the top questions we see about using Smart Tags:

#### Can I create a Smart Tag for my site’s URL to use in notifications and confirmations?

Yes, you can create a custom Smart Tag for your site’s URL to easily include it in email notifications or confirmation messages. For detailed guidance on how to set this up, refer to our [developer documentation](https://wpforms.com/developers/how-to-create-a-smart-tag-site-url/) for more information.

That’s it! You’ve just learned how to use Smart Tags in WPForms.

Next, want to see some different ways to use Smart Tags in your forms? Check out our extensive [Smart Tag examples](https://wpforms.com/docs/smart-tag-usage-examples/) for ideas on how to use this feature.

**Categories:** Functionality, Form Creation

---

