Skip navigation |

Text or Radio Buttons

Presents a list of radio buttons that allow the user to select one of multiple options alongside a text box. The user can select a value from the dropdown or type a value into the text box.

Last updated: 17 August 2010, 09:13

Mandatory

If this input type is mandatory, the user must select an option or enter a value in the text box.

Parameters

  1. The list of allowed values, separated by semicolons. Where you want a different value to be submitted than is displayed, add the required value in brackets, like this: {orange} I like orange; {blue} I like blue. In this instance, if a user selects 'I lilke orange', the value, "orange" will be submitted by the form.
  2. {xxx/yyy/zzzz[cccccc]} : Where xxx/yyy/zzz is the path to a channel on your website. Each posting within that channel will be presented as an allowed value for your visitors to pick from. And where cccccc is one of: Channels to include only Channels in the list, Postings to only include postings in the list, or AllChildren to include postings and channels in the list.

Default Value(s)

This form item type does not accept default values.

Resource Gallery for allowed value images

This form item type does not support allowed value images.

Query String Key

This form item type does not support Query String population.