diff options
Diffstat (limited to 'proposal.inc')
-rw-r--r-- | proposal.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proposal.inc b/proposal.inc index a699a48..039fccb 100644 --- a/proposal.inc +++ b/proposal.inc @@ -255,7 +255,7 @@ function scilab_case_study_proposal_form($form, &$form_state, $no_js_use = FALSE '#title' => t('Project Title'), '#size' => 250, '#maxlength' => 250, - '#description' => t('Maximum character limit is 250'), + '#description' => t('Maximum character limit is 250' . '<p style="color:red;font-weight:bold;"><span>Important: When mentioning the name of your chosen case study project in the proposal form, use this format: "NameOfCaseStudyProject (SCSH25)"</p>'), '#required' => TRUE, '#validated' => TRUE, ); @@ -607,4 +607,4 @@ function scilab_case_study_proposal_form_submit($form, &$form_state) drupal_set_message('Error sending email message.', 'error'); drupal_set_message(t('We have received your case study proposal. We will get back to you soon.'), 'status'); drupal_goto(''); -}
\ No newline at end of file +} |