309a310,315
> function survey_response_form_validate($nid) {
>   global $form_values;
>   $survey = node_load($form_values['nid']);
>   forms_validate($survey->form, $form_values);
> }
> 
313,314c319
<   $error = forms_validate($survey->form, $form_values);
<   if (!$error) {
---
> 
350,353d354
<   }
< 
<   // If an error occurred, reprint the page with the POST info
<   return node_view($survey, FALSE, TRUE, TRUE);
