diff options
author | akshaythakur8764 | 2024-07-29 14:05:17 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-07-29 14:05:17 +0530 |
commit | 2197486dd1dc4a38b036a80d1a105ffa46889e34 (patch) | |
tree | eaa4a8012136e7d68afdd5af61542721e8b89efb | |
parent | ae99576286840c25f670a1e808da6b9986467306 (diff) | |
download | esim_research_migration-2197486dd1dc4a38b036a80d1a105ffa46889e34.tar.gz esim_research_migration-2197486dd1dc4a38b036a80d1a105ffa46889e34.tar.bz2 esim_research_migration-2197486dd1dc4a38b036a80d1a105ffa46889e34.zip |
textfield to textarea
-rwxr-xr-x | proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index ff87cbb..c0dfdf1 100755 --- a/proposal.inc +++ b/proposal.inc @@ -258,7 +258,7 @@ function esim_research_migration_proposal_form($form, &$form_state, $no_js_use = ); $form['source_of_the_project'] = array( - '#type' => 'textfield', + '#type' => 'textarea', '#title' => t('Source of the Project'), // '#size' => 80, // '#maxlength' => 200, |