Webform

Edit component: Contact Number

This is used as a descriptive label when displaying this form element.
Enter a machine readable key for this form element. May contain only alphanumeric characters and underscores. This key will be used as the name attribute of the form element. This value has no effect on the way data is saved, but may be helpful if doing custom form processing.
The default value of the field.

Token values

You may use special tokens in this field that will be replaced with dynamic values.

Basic tokens

  • %username - The name of the user if logged in. Blank for anonymous users.
  • %useremail - The email address of the user if logged in. Blank for anonymous users.
  • %ip_address - The IP address of the user.
  • %site - The name of the site (i.e. eyecare-studio)
  • %date - The current date, formatted according to the site settings.

Node tokens

  • %nid - The node ID.
  • %title - The node title.

Special tokens

  • %profile[key] - Any user profile field or value, such as %profile[name] or %profile[profile_first_name]
  • %get[key] - Tokens may be populated from the URL by creating URLs of the form http://example.com/my-form?foo=bar. Using the token %get[foo] would print "bar".
  • %post[key] - Tokens may also be populated from POST values that are submitted by forms.

In addition to %get and %post, the following super tokens may be used, though only with logged-in users: %server, %cookie, and %request. For example %server[HTTP_USER_AGENT] or %session[id].

A short description of the field used as help for the user when he/she uses the form.

Token values

You may use special tokens in this field that will be replaced with dynamic values.

Basic tokens

  • %username - The name of the user if logged in. Blank for anonymous users.
  • %useremail - The email address of the user if logged in. Blank for anonymous users.
  • %ip_address - The IP address of the user.
  • %site - The name of the site (i.e. eyecare-studio)
  • %date - The current date, formatted according to the site settings.

Node tokens

  • %nid - The node ID.
  • %title - The node title.

Special tokens

  • %profile[key] - Any user profile field or value, such as %profile[name] or %profile[profile_first_name]
  • %get[key] - Tokens may be populated from the URL by creating URLs of the form http://example.com/my-form?foo=bar. Using the token %get[foo] would print "bar".
  • %post[key] - Tokens may also be populated from POST values that are submitted by forms.

In addition to %get and %post, the following super tokens may be used, though only with logged-in users: %server, %cookie, and %request. For example %server[HTTP_USER_AGENT] or %session[id].

Validation

Check this option if the user must enter a value.
Check that all entered values for this field are unique. The same value is not allowed to be used twice.
Permit only integer values as input. e.g. 12.34 would be invalid.
Minimum numeric value. e.g. 0 would ensure positive numbers.
Maximum numeric value. This may also determine the display width of your field.
Limit options to a specific increment. e.g. a step of "5" would allow values 5, 10, 15, etc.

Display

A minimum and maximum value are required if displaying as a select.
Examples: $, #, -. This option only affects text fields.
Examples: lb, kg, %. This option only affects text fields.
Automatic will display up to 4 decimals places if needed. A value of "2" is common to format currency amounts.
Determines the placement of the component's label.
Private fields are shown only to users with results access.

Analysis

Exclude entries of zero (or blank) when counting submissions to calculate average and standard deviation.
Optional. You may organize your form by placing this component inside another fieldset.
Optional. In the menu, the heavier items will sink and the lighter items will be positioned nearer the top.