You are here

function _webform_edit_validate_grid in Webform 5.2

Same name and namespace in other branches
  1. 5 components/grid.inc \_webform_edit_validate_grid()
  2. 6.2 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;
}