All pastes #2069684 Raw Edit

Something

public text v1 · immutable
#2069684 ·published 2011-05-26 22:28 UTC
rendered paste body
function cipartner_insuranceform_insuranceform_validate( &$form, &$form_state) {
        drupal_set_message("This function is being called");
        $form["#attributes"] = array("class" => "submitted");
}