Docs & Support

Learn about all the Formidable features and get support from our amazing customer success team.

FormsField Types
Dynamic (Relationship)

Dynamic (Relationship)

— Premium Feature —

Use Dynamic fields to create dropdowns, checkboxes, and radio buttons that are dynamically populated with submitted entries or with categories/taxonomies. Dynamic fields can link entries together and allow users to make selections from data entered in other Formidable forms. Values submitted in Dynamic fields stay linked to the original entry, so that if selections in the original entry are updated, so too are the values in the Dynamic field.

Lookup fields can also be dynamically populated with submitted entries. If you want to learn about the differences between a Dynamic field and a Lookup field, please click here.

Standard field options

A Dynamic field has the following standard options. Dynamic Field OptionsDynamic Field Options

Formidable Forms makes advanced site building simple. Launch forms, directories, dashboards, and custom WordPress apps faster than ever before.

Field-specific options

— Premium Feature —

Load options from

If you would like to load options into your Dynamic field from entries submitted in another Formidable form, you can choose Form Entries in the Load Options From dropdown. You will then be asked to choose the form you want to load from, and the specific field in that form you would like to load options from.
Dynamic Load Entries from Form Entries

If you would like to populate a Dynamic field with post categories, see how to add hierarchical categories.
Dynamic Load Entries from Category/Taxonomy

Display type

After you have chosen which options to load in your Dynamic field, you can choose to display those options in a dropdown menu, a set of radio buttons, a set of checkboxes, or a list.

The List option in Dynamic fields will display a value when it has conditional logic dependent on a Dynamic dropdown, radio, or checkbox field. It will not store a value, so this field type is not available in View or email options.

Dynamic List fields are designed to use conditional logic based on a parent Dynamic field. It should be set to use the same form that the parent field uses. For example, if I have a form with a name field used in a dynamic dropdown, and an email field used in a Dynamic List field, when the name is selected, the email address will show. This example can be seen below.

Limit entries

When you load entries from a form, you can limit the selection of those entries to ones created by the current user who is filling out the form. To do so, simply check the box in your field options as seen below.

Option order

Select the Option order that you would like. You can display options in ascending order (A-Z), descending order (Z-A), or set no order.

Set up cascading fields

You may use Dynamic fields to set up cascading fields. This works well for a country/state/city scenario where the available options are filtered by the value selected in a previous field. Lookup fields also provide this option and there are benefits to using Lookup fields in many situations. Review the differences between Lookups and Dynamic fields to determine which is best for your setup. The biggest differences between the two field types is that Dynamic fields require a separate form for each cascading field and they store the entry ID, where as Lookup fields do not. Follow the steps below to set up a cascading country/state/city setup.

  1. Create a new form titled 'Country'. Add a Single Line Text or Dropdown field. Title it 'Country'. Submit an entry for each country option that you want to have available or import the countries.
  2. Create a new form titled 'State'. Add a Dynamic > Dropdown field. Set it up to get its options from the Country form > Country field. Add a Single Line Text or Dropdown field. Title it 'State'. Submit an entry for each country and state combination that you want to have available, or import the countries and states.
  3. Create a new form titled 'City'. Add a Dynamic > Dropdown field. Set it up to get its options from the Country form > Country field. Add a second Dynamic > Dropdown field. Set it up to get its options from the State form > State field. Add conditional logic on the second Dynamic Dropdown so it shows only when the Country dropdown is 'equal to anything'. Add a Single Line Text or Dropdown field. Title it 'City'. Submit an entry for each country, state, and city combination that you want to have available, or import the countries, states, and cities.
  4. Go into the form that your end user will interact with, or create a new form. Add a Dynamic > Dropdown field. Set it up to get its options from the Country form > Country field. Add a second Dynamic > Dropdown field. Set it up to get its options from the State form > State field. Add conditional logic on the second Dynamic Dropdown so it shows only when the first is 'equal to anything'. Add a third Dynamic > Dropdown field. Set it up to get its options from the City form > City field. Add conditional logic on the second Dynamic Dropdown so it shows only when the Country and State dropdowns are 'equal to anything'.

Populate fields with values from selected entry

If you would like to automatically populate fields with a Dynamic field based on a selected entry, you can follow the directions below. If you would prefer to automatically populate fields based on a selected entry with a lookup field, click here.

  1. Publish the form that you want to autofill on a page. Copy the URL of this page.
  2. Create a new form called 'Select entry'. This form is where the user will make their entry selection.
    • Add a 'Dynamic field' → 'Dropdown'
    • Set it to 'Load options from: Form Entries, -the form you want to pull values from-, any field' Dynamic field Options
  3. Go into the 'Select entry' form's Settings. Select 'Redirect to URL' and insert the URL copied from Step 1. Add ?pass_entry=[x show=key] to the end of the URL. Replace x with the ID of the Dynamic field. Pass Values Dynamic URL
  4. Go into the form that you want to autofill. Put [frm-field-value field_id=x entry=pass_entry] in the Default Values box in the field options. Pass Values Dynamic Box URL Replace x with the Key or ID of the field that you want to pull the value from.
  5. Now when the user submits the 'Select entry' form, it will populate fields with values from the selected entry. Pass Values Auto Fill Gif

Dynamically display values from selected entry

If you would like to dynamically display values when an option is selected in a Dynamic field, follow the instructions below.

  1. Create a new form or go into edit an existing form.
  2. Add a Dynamic > Dropdown field. This will be the field where users will select a value from a submitted entry. Set it up to load options from 'Form Entries'. In the next dropdown that appears, select another form on your site, then select any field in that form. Dynamic field Product Dynamic Set up this field to display as a dropdown, radio button, or checkbox.
  3. Add Dynamic > List field. This will be used to display information from the entry selected in the previous Dynamic field. Set it up to load options from 'Form Entries'. In the next dropdown, select the same form that you selected in the previous Dynamic field's options. Select any field from that form. Dynamic field Product Image Dynamic Add conditional logic that says 'Show this field if any of the following match: First Dynamic field is equal to anything". Dynamic field Product Conditional Logic
  4. Try it out! Publish your form on a page. When you select an entry from the first Dynamic field, a value from the selected entry will appear in the Dynamic List field. Dynamic field List

Display Dynamic field values

You can use the following shortcodes to display a variety of information from a Dynamic field in a form's confirmation message, email notification, or View.

  • Value from linked entry: Display a field value from the linked entry.
    [x show="y"]

    Replace x with the ID of your Dynamic field and replace y with the ID of any field in the linked form.

  • Creation date: Display the creation date of the linked entry.
    [x show="created-at"]

    Replace x with the ID of your Dynamic field

  • Entry ID: Display the ID of the linked entry.
    [x show="id"]

    Replace x with the ID of your Dynamic field

  • User ID information: Show information from the profile of the user who submitted the linked entry. You may use all of User ID shortcode options here.
    [x show="user_email"]

    Replace x with the ID of your Dynamic field.

  • Three level entry information: If you have a Dynamic field that pulls from another Dynamic field, you can display information from the form that the second Dynamic field pulls from. You can use any of the above options to display information from the third level form.
    [x show="y" show_info="z"]

    Replace x with the ID of your Dynamic field, replace y with the ID of the second Dynamic field, and replace z with the ID of third Dynamic field. You may also replace z with "created_at", "id", "user_email", etc.

  • Option Label: Display the label of the separated dynamic list field option.
    [x show="label"]

    Replace x with the ID of your Dynamic field.

Additional Customizations

Dynamic draft entries

As of version 5.4, dynamic fields will no longer include data from draft entries. You can use the frm_dynamic_field_include_drafts hook to include both drafts and non draft entries or draft entries only.

Was this article helpful? *

This article may contain affiliate links. Once in a while, we earn commissions from those links. But we only recommend products we like, with or without commissions.

In this article

    We have a small, but amazing team of dedicated people who are committed to helping you achieve your goals and project requirements.


    Copyright © 2025 Strategy11, LLC. Formidable Forms® is a registered trademark Strategy11, LLC.

    Complete your purchase
    Special offer unlocked.
    Get 55% OFF!
    Complete Purchase
    Join 400,000+ using Formidable Forms to create form-focused solutions fast. Get Formidable Forms