CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Back office registration, "send email receipt" on by default how to turn it off?
Pages: [1]

Author Topic: Back office registration, "send email receipt" on by default how to turn it off?  (Read 570 times)

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Back office registration, "send email receipt" on by default how to turn it off?
October 28, 2013, 07:39:43 am
"Back office" event registration (civicrm/participant/add) the receipt is checked on by default.  What is the easiest way to turn this event registration email off by default, with action required to check it on?

I'm also interested in setting the default to off on 'Send Notification' when editing a participation status to 'cancelled' here: civicrm/contact/view/participant?reset=1&action=update

What is the thinking behind the receipt being checked on by default but 'add contribution' (civicrm/contribute/add) receipt not being checked by default? 

Is this a configurable setting or do I need to pull jQuery tricks or edit a tpl or something?

UPDATE: With no response I've assumed that this is not a configurable variable.  I found the switch in CRM/Event/Form/EventFees around line 112, but rather than maintain a custom code forever I made a Drupal module which:

1. sets the default email confirmation email to OFF for the backend
2. uses javascript to uncheck the 'send notification' email when a participant moves from Registered to Cancelled (or other negative status)

These don't lock the settings, it just turns the default to off.

I still question sending receipts true as the default setting and think it should be re-evaluated.

https://github.com/Stoob/noconfirm
« Last Edit: November 07, 2013, 11:23:04 am by CiviTeacher.com »
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Back office registration, "send email receipt" on by default how to turn it off?

This forum was archived on 2017-11-26.