Default reply message

Created on 20 September 2014, over 10 years ago
Updated 14 May 2025, 1 day ago

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

Feature request
Status

Closed: outdated

Component

Miscellaneous

Created by

🇮🇪Ireland KoshaK

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024