webform_email_reply_access |
./webform_email_reply.module |
A function to check if a user hass access to email reply to a webform. |
1 |
1 |
webform_email_reply_default_submit |
./webform_email_reply.module |
Submit handler for webform_email_reply_form_alter(). |
|
1 |
webform_email_reply_form |
./webform_email_reply.module |
Form to send an email reply. |
|
1 |
webform_email_reply_form_alter |
./webform_email_reply.module |
Implements hook_form_alter(). |
|
|
webform_email_reply_form_submit |
./webform_email_reply.module |
Confirmation of email reply. |
|
|
webform_email_reply_form_validate |
./webform_email_reply.module |
Validation of email reply. |
|
|
webform_email_reply_get_default |
./webform_email_reply.module |
Get the default reply address for a webform. |
2 |
|
webform_email_reply_get_default_from_option |
./webform_email_reply.module |
Get the default reply from address for a webform. |
2 |
|
webform_email_reply_get_replies |
./webform_email_reply.module |
Check to see if a reply exists already for a submission. |
2 |
|
webform_email_reply_help |
./webform_email_reply.module |
Implements hook_help(). |
|
|
webform_email_reply_insert |
./webform_email_reply.module |
Function to insert the email into the database. |
1 |
|
webform_email_reply_mail |
./webform_email_reply.module |
Implements hook_mail(). |
|
|
webform_email_reply_menu |
./webform_email_reply.module |
Implements hook_menu(). |
|
|
webform_email_reply_permission |
./webform_email_reply.module |
Implements hook_permission(). |
|
|
webform_email_reply_previous |
./webform_email_reply.module |
Return a table of the email replies to a submission. |
|
1 |
webform_email_reply_schema |
./webform_email_reply.install |
Implements hook_schema(). |
|
|
webform_email_reply_theme |
./webform_email_reply.module |
Implements hook_theme(). |
|
|
webform_email_reply_update_7001 |
./webform_email_reply.install |
Add options for from emails to each webform node. |
|
|
webform_email_reply_webform_submission_actions |
./webform_email_reply.module |
Implements hook_webform_submission_actions(). |
|
|