Drupal Webform Submissions -


i have created job application webform on drupal , contains usual input fields: name, email , attach cv. form works fine, user completes form , on submission both user , myself automated email acknowledging submission.

is there way to:

  1. add tick box next each individual submission in drupal
  2. email selected users (preferably directly drupal)

cheers guys, rumman

you can using form_alter hook webform. don't give facility anonymous users because can make send email else(spamming).


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -