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) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • CiviEvent Suggestions (Moderator: Michał Mach) »
  • Send confirmation email not checked by default
Pages: [1]

Author Topic: Send confirmation email not checked by default  (Read 5753 times)

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Send confirmation email not checked by default
July 03, 2009, 03:47:22 pm
When you register someone for an event as an admin, the option to automatically email a confirmation is checked by default. I believe it should not be checked by default because many times you don't want to send an email automatically and staff forget it is checked.

Similar functionality in CiviContribute, where you can automatically email a receipt for a contribution entered via the back-office is unchecked by default which is preferred.

Or is there a way to uncheck this that I'm not aware of?

Thanks
Tony
http://dharmatech.org
oss@dharmatech.org
801.541.8671

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Send confirmation email not checked by default
July 06, 2009, 10:31:00 am
Hey Tony - Thx for pointing out the inconsistency between the 2 interfaces. There's no way to uncheck the event confirmation by default w/o making a code change (or using a hook). I'm open to changing the default - but I'm not aware of any other feedback saying the current "CHECKED" default was undesirable. Can you give some examples of situations when you really don't want to send the confirmation?

Also would be great if others chimed in here on your experiences / preferences on this one.
Protect your investment in CiviCRM by  becoming a Member!

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Re: Send confirmation email not checked by default
July 06, 2009, 01:13:44 pm
Hey Dave. No problem.

It's not so much that you don't want to send a confirmation. It's just sometimes, the default registration confirmation email is not "personal" enough.  For example, on may prefer (as I personally do) to use civimail to send a personalized email thanking everyone for registering and looking forward to seeing them at the event. And in that email include info about the event.

Or, in the back-end you may be registering someone with a status, as "Sorry, can't make it" or pending and if you forget to uncheck the "send email" box, they'll get an email.   So this request is somewhat in line with our efforts to adopt a more RSVP workflow.

But I can definitely see both sides to it. I guess in the perfect world it would be a setting but I know you can say that about everything :)

Thanks
Tony
http://dharmatech.org
oss@dharmatech.org
801.541.8671

nunodonato

  • Guest
Re: Send confirmation email not checked by default
September 06, 2010, 09:15:45 am
Quote from: Dave Greenberg on July 06, 2009, 10:31:00 am
Hey Tony - Thx for pointing out the inconsistency between the 2 interfaces. There's no way to uncheck the event confirmation by default w/o making a code change (or using a hook). I'm open to changing the default - but I'm not aware of any other feedback saying the current "CHECKED" default was undesirable. Can you give some examples of situations when you really don't want to send the confirmation?

Also would be great if others chimed in here on your experiences / preferences on this one.

hi there,
I'm also in the same situation, I really need to turn this off.
If you could point me the file to search for the code, I'll be glad to change it.

thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Send confirmation email not checked by default
September 06, 2010, 09:38:26 am

u should be able to find the code where it resides by reading up on:

http://en.flossmanuals.net/CiviCRM/DevelopIntro

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Guy Iaccarino

  • I post occasionally
  • **
  • Posts: 92
  • Karma: 5
    • Greenleaf Advancement
  • CiviCRM version: 4.4.10, 4.5.4
  • CMS version: WordPress 4, Drupal 7, Drupal 6, Joomla 3
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Send confirmation email not checked by default
March 18, 2011, 09:40:08 am
Dave asked for a situation where you would not want this checked. I have a client that runs workshops for women who are considering divorce, and they definitely don't want these emails going out, for obvious reasons.
Guy Iaccarino
www.greenleafadvancement.com

kathc

  • I’m new here
  • *
  • Posts: 25
  • Karma: 1
Re: Send confirmation email not checked by default
July 13, 2011, 10:05:24 am
I was just searching for the place to change the default.   For our purposes, we would prefer to have it on only for events with online registration (one or two large conferences per year) --  off for those that we're doing the registrations here (most of our smaller meetings) so if it could be set in the template, that would be ideal.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Send confirmation email not checked by default
July 13, 2011, 11:51:37 am
One relatively easy way to control this is to append a jQuery function to the template which alters the checkbox state. This would be particularly easy to do if your conferences have some unique string segment in the event title that you can detect 'client side' and check or uncheck the box accordingly. The latest stable version give you an easy way to append functions like this to core templates without worrying about upgrades merges etc.:

http://civicrm.org/blogs/dave-greenberg/now-its-easier-add-custom-behaviors-templates

The template you need to work with is templates/CRM/Event/Form/Participant.tpl - the actual send_receipt checkbox is rendered via the included template: EventFees.tpl. HTH
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • CiviEvent Suggestions (Moderator: Michał Mach) »
  • Send confirmation email not checked by default

This forum was archived on 2017-11-26.