From f6120b95e8abc259e746fbc8b0ce44e15ea6a930 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 2 Nov 2018 17:38:59 +0530 Subject: Removed required type for month and year of degree, reference --- proposal.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proposal.inc') diff --git a/proposal.inc b/proposal.inc index 0c20033..1f14ec9 100755 --- a/proposal.inc +++ b/proposal.inc @@ -104,7 +104,7 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE) '#date_format' => 'M-Y', '#date_increment' => 0, '#date_year_range' => '1960: +22', - '#required' => TRUE + '#required' => FALSE ); $form['contributor_email_id'] = array( '#type' => 'textfield', @@ -260,7 +260,7 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE) '#type' => 'textfield', '#title' => t('Reference'), '#size' => 250, - '#required' => TRUE, + '#required' => FALSE, '#description' => t('Example: Plain Text, DOI, IEEE format etc.'), '#attributes' => array( 'placeholder' => 'The links to the documents or websites which are referenced while proposing this project.' -- cgit