- 🇮🇳India arunkumark Coimbatore
Drupal 7 reaches the EOL. The support for the 7.x version is no longer available. Closing the issue.
Hi,
I found this module cause I was looking the way of Approving the Results of the Webform.
I'm using the webform to register users to the Events. So when user choose the event and click Register button they are required to fill small webform. So when Moderator looks at the results, he can click to reply to the submission ( that what this module does ) but instead of just type the reply text manually I would need the Default text to be there, so the moderator just click SEND button without typing anything. This way user who filled the form receive the email that he have been registered for the Event. Also would be useful to use Form components in the Subject instead of Form Name as it is at the moment.
If you know any other module that already does this or will be more close to what I'm looking for, pls let me know.
Update: for the moment I have edited the module file in line 201:
$form['details']['message'] = array(
'#type' => 'textarea',
'#title' => t('Message'),
'#required' => TRUE,
'#format' => $format,
'#default_value' => t('DEFAULT MESSAGE'),
);
Regards,
Kos
Closed: outdated
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 reaches the EOL. The support for the 7.x version is no longer available. Closing the issue.