diff options
-rwxr-xr-x | proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index 035d8da..35b3176 100755 --- a/proposal.inc +++ b/proposal.inc @@ -323,7 +323,7 @@ function cfd_case_study_proposal_form($form, &$form_state, $no_js_use = FALSE) '#title' => t('Solver to be used'), '#size' => 100, '#description' => t('Maximum character limit is 50'), - '#required' => TRUE, + //'#required' => TRUE, '#prefix' => '<div id="ajax-solver-text-replace">', '#suffix' => '</div>', '#states' => array( |