You are here

function _webform_edit_validate_grid in Webform 6.2

Same name and namespace in other branches
  1. 5.2 components/grid.inc \_webform_edit_validate_grid()
  2. 5 components/grid.inc \_webform_edit_validate_grid()

File

components/grid.inc, line 74
Webform module grid component.

Code

function _webform_edit_validate_grid($form_values) {

  // Currently no validation for selects.
  return TRUE;
}