Image Choice Field

Summary

The Image Choice Field allows you to display images as choices in a single or multi-select field within a form. It includes different styles, such as a card style for the Orbital theme, and shape customization options. The field contains similar options as the Multiple Choice Field, with options to enable or disable multiple selections.

Image Choice field as displayed in the Field Library

Image Choice field as displayed in the Field Library

Image Choice field as displayed in the Form Editor.

Image Choice field as displayed in the Form Editor.

Note: When uploading a new image using the Image Choice field, it will be cropped and set to an aspect ratio of 1:1. If using images that are already in the media library or they are not uploaded with the Image Choice field UI, you will need to use a WordPress plugin to resize existing images.

Common Settings

This field uses only common field settings for the Appearance and Advanced settings. For a description of each of the common field settings, refer to this article. A description of the specialty settings that are particular to this field are listed below.

General Settings

Click the Edit Choices button under Choices to open the Edit Choices flyout.

Image showing the Image Choice flyout.
Image showing the Image Choice flyout.
SettingDescription
ChoicesAdd Choices to this field. You can mark each choice as checked by default by using the checkbox that appears to the left of each choice. Add a new choice by clicking the PLUS (+) icon and delete a choice by clicking the DELETE (-) icon. See note 1.
Show ValuesAllows you to specify a value for each choice. Choice values are not displayed to the user viewing the form but are accessible to administrators when viewing the entry. See note 1.
Clear default choicesAllows you to clear all the choices set as default. This means that the field will not contain a default selection when a user visits the form.
Bulk Add / Predefined ChoicesAllows you to select a category and customize the predefined choices or paste your own list to bulk add choices. See note 2.

Notes

  1. If your choice labels contain any HTML or special characters such as ampersands, commas, hyphens or brackets of any type, you MUST enable the Show Values setting and give each choice unique value that does not contain any special characters. Using special characters as choices and not configuring values could cause issues for features such as calculations, conditional logic, dynamic population, and validation.
  2. See this article for more information on bulk loading choices.

Selections

Selection OptionsDescriptionField Displays As
Select OneA user can select one choice only.Radio Buttons
Select MultipleA user can select any number of choices.ue.Checkboxes
Select Exact NumberA user must select the specified number of choices. When selected, an additional setting field is offered to input the desired number of choice selections. This setting must be a valid number and does not accept calculations or merge tags. See example 1.Checkboxes
Select a RangeA user must select a number of choices between the minimum and the maximum setting defined. When selected, two additional fields are offered to specify the minimum and maximum number of choice selections that will be permitted. These settings must be a valid number and does not accept calculations or merge tags. See example 2.Checkboxes
List of available options for the Selection setting

Examples

Example 1
The image below shows the settings inputs and the form field front-end for the option “Select Exact Number”.

Settings inputs and the form field front-end for the option “Select Exact Number”.
Image showing Image Choice field allowing to choose exactly 1 choice.

Example 2
The image below shows the settings inputs and the form field front-end for the option “Select a Range”

Settings inputs and the form field front-end for the option “Select a Range”
Image showing Image Choice field allowing to choose a range between 1 and 2 choices.

Appearance Settings

Choice Label Visibility

Set the Choice Label Visibility to Hidden to hide the choice labels.

Note: Hiding the choice labels will show an accessibility warning message. Refer to this article about accessibility warning details.

Image showing an Image Choice field with the choice labels hidden

Merge Tags

For more information on the use of merge tags, refer to these articles.

{Field Name:2.1:modifier}
ModifierDescription
:valueOutputs the value of the field instead of the normal choice text.
:currencyConverts the value to a currency value.
:priceSame as :currency.
:img_urlOutputs the image URL of the field instead of the normal choice text.