Select Field

The Select Field in JetFormBuilder is a form field type that allows users to select a single option from a dropdown list. Options can be added manually or pulled dynamically from the specified source. This field is useful for cases when there is a big list of options, so that the space will not be occupied by them. The list will be unrolled when the user clicks on it.

jetformbuilder select field

Source Settings

Select Field is a field that allows users to choose one option from a ready-made list. The list can be added manually, from posts, terms, meta fields, glossary sources, or generated dynamically. All settings are described in the Multi-Optional Field Source Settings overview.

select field source settings

The Is multiple toggle is specific for the Select Field block. If enabled, it activates the ROWS COUNT range field that determines how many rows with options will be shown in the selector in the default state.

is multiple option of the select field

If this toggle is turned off, the selector shows only one row.

selector shows one row

If this toggle is turned on, the selector shows as many rows with options as indicated in the ROWS COUNT field.

selector shows several rows

General Settings

The General settings tab includes the most common settings for field customization. More information can be found in the General settings section article.

jetformbuilder select field settings

Value Settings

The Value settings tab has the following settings:

select field value settings
  • DEFAULT VALUE — data put here will be automatically shown in the field. Although it can be changed by the user who completes the form;
  • Add Dynamic Value — a button that allows adjusting the value displayed under specific conditions. Once pressed, the Edit Dynamic Value pop-up appears.
edit dynamic value pop-up for select field
  • VALUE TO SET — a value that will be put in the field once the required conditions are met;
  • APPLY TYPE — a selector for the dynamic behavior. Among the options are “On change conditions result,” “Once,” and “Always”;
  • FIELD — a drop-down list with fields from the current form that should be compared;
  • OPERATOR — a comparison operator that will be a binding for the selected FIELD and VALUE TO COMPARE options;
  • VALUE TO COMPARE — a field for the name of the value to compare;
  • Add New Condition — a button that opens one more settings repeater for setting a new condition;
  • Set value only if field is empty — a toggle that makes the dynamic value feature work only if the FIELD is empty.

After finishing working with the dynamic value settings, the “Update” button should be clicked.

Advanced Settings

This tab has an additional set of settings for the field. More information about it can be found in the Advanced settings section article.

select field advanced settings

Style Settings

If the JetStyleManager plugin is installed and activated, the “Block Style” button will appear in the top right corner of the editing window. Here are the styling settings:

jetformbuilder select field style settings

Additionally, the Select Autocomplete Pro Addon can be used for the Select Field, which enables auto-filling values dynamically.

That’s all about the Select Field available with the JetFormBuilder plugin for WordPress forms.