From 25898df56b67c6dff11eba3832b341b28df793b9 Mon Sep 17 00:00:00 2001 From: akshay Date: Tue, 24 Dec 2024 11:05:05 +0530 Subject: add decription under project title directly added from GitHub--- proposal.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proposal.inc') 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' . '
Important: When mentioning the name of your chosen case study project in the proposal form, use this format: "NameOfCaseStudyProject (SCSH25)"
'), '#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 +} -- cgit