Time

(Created page with 'The Time field allows users to submit a time as hours and minutes. This field automatically validates that the information entered was formatted correctly. == Properties == [[I…')
(→Properties)
 
(2 intermediate revisions not shown)
Line 7: Line 7:
*  '''Field Label'''
*  '''Field Label'''
*: Enter the label of the form field. This is the field title the user will see when filling out the form.
*: Enter the label of the form field. This is the field title the user will see when filling out the form.
 +
 +
*  '''Time Format'''
 +
*: Select the format you would like to use for the time field. Available options are 12 hour (i.e. 8:30 pm) and 24 hour (i.e. 20:30).
*  '''Description'''
*  '''Description'''
Line 34: Line 37:
*: Select the visibility for this field. Field visibility set to Everyone will be visible by the user submitting the form. Form field visibility set to Admin Only will only be visible within the Gravity Forms administration tool. Setting a field to Admin Only is useful for creating fields that can be used to set a status or priority level on submitted entries.
*: Select the visibility for this field. Field visibility set to Everyone will be visible by the user submitting the form. Form field visibility set to Admin Only will only be visible within the Gravity Forms administration tool. Setting a field to Admin Only is useful for creating fields that can be used to set a status or priority level on submitted entries.
-
*  '''Allow field to be populated dynamically'''
+
*  '''[[Allow field to be populated dynamically]]'''
*: Check this option to enable data to be passed to the form and pre-populate this field dynamically. Data can be passed via Query Strings, Shortcode and/or Hooks.
*: Check this option to enable data to be passed to the form and pre-populate this field dynamically. Data can be passed via Query Strings, Shortcode and/or Hooks.
* '''[[Enable Conditional Logic]]'''
* '''[[Enable Conditional Logic]]'''
*: Create rules to dynamically display or hide this field based on values from another field. Remember, to use conditional logic, you will need to create a drop down, checkbox or multiple choice field.
*: Create rules to dynamically display or hide this field based on values from another field. Remember, to use conditional logic, you will need to create a drop down, checkbox or multiple choice field.

Latest revision as of 22:41, 23 August 2011

The Time field allows users to submit a time as hours and minutes. This field automatically validates that the information entered was formatted correctly.

Properties

Time: Properties
  • Field Label
    Enter the label of the form field. This is the field title the user will see when filling out the form.
  • Time Format
    Select the format you would like to use for the time field. Available options are 12 hour (i.e. 8:30 pm) and 24 hour (i.e. 20:30).
  • Description
    Enter the description for the form field. This will be displayed to the user and provide some direction on how the field should be filled out or selected.
  • Rules
    These properties set rules for how the data should be handled.
    • Required
      A required field will prevent the form from being submitted if it is not filled out or selected.
    • No Duplicates
      A field set to allow no duplicates will require that a value entered in a field does not currently exist in the entry database for that field.

Advanced

Time: Advanced
  • Admin Label
    Enter the admin label of the form field. Entering a value in this field will override the Field Label when displayed in the Gravity Forms administration tool.
  • Validation Message
    If you would like to override the default error validation for a field, enter it here. This message will be displayed if there is an error with this field when the user submits the form.
  • CSS Class Name
    Enter the CSS class name you would like to use in order to override the default styles for this field.
  • Visibility
    Select the visibility for this field. Field visibility set to Everyone will be visible by the user submitting the form. Form field visibility set to Admin Only will only be visible within the Gravity Forms administration tool. Setting a field to Admin Only is useful for creating fields that can be used to set a status or priority level on submitted entries.
  • Allow field to be populated dynamically
    Check this option to enable data to be passed to the form and pre-populate this field dynamically. Data can be passed via Query Strings, Shortcode and/or Hooks.
  • Enable Conditional Logic
    Create rules to dynamically display or hide this field based on values from another field. Remember, to use conditional logic, you will need to create a drop down, checkbox or multiple choice field.

Search the Documentation