From 7b55a9bbb7b6165bfd88cb94bb4096f4335a32d9 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 14 Jan 2021 13:37:03 +0530 Subject: Add text about forums below the user information form --- installer_response_form.module | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/installer_response_form.module b/installer_response_form.module index 09877a8..9d42b05 100755 --- a/installer_response_form.module +++ b/installer_response_form.module @@ -111,12 +111,12 @@ function data_submission_form($form, &$form_state) { '#type' => 'item', '#attributes' => array('readonly' => 'readonly'), '#markup' => t(' -
Osdag®️ license and its resources are completely free of cost!
+Osdag®️ license and its resources are completely free of cost!
-Osdag®️ and the Osdag logo are the registered trademarks of the Indian Institute of Technology, Bombay
Osdag®️ and the Osdag logo are the registered trademarks of the Indian Institute of Technology, Bombay
Please fill the `Osdag User Information Form’ given below. Your data is completely safe with IIT Bombay and shall be used only for internal quality assessment by the team, sending timely e-mail notification(s) regarding Osdag events/workshops, installer updates/patches, etc. -
+
Please fill the `Osdag User Information Form’ given below. Your data is completely safe with IIT Bombay and shall be used only for internal quality assessment by the team, sending timely e-mail notification(s) regarding Osdag events/workshops, installer updates/patches, etc. +
We will not spam you with frequent emails!
'), ); @@ -202,6 +202,15 @@ $form['release_date'] = array( '#submit' => array('data_submission_form_skip_submit'),*/ ); + $form['forum_text'] = array( + '#type' => 'item', + //'#attributes' => array('readonly' => 'readonly'), + '#markup' => t(' +You can ask queries related to Osdag and take part in discussions by connecting with the Osdag team and other users through the FOSSEE Forums. Click here to get started.
'), + +); + return $form; } -- cgit