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) »
  • Event Registration without Email address?
Pages: [1]

Author Topic: Event Registration without Email address?  (Read 2558 times)

gg66

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
Event Registration without Email address?
September 12, 2008, 06:18:49 am
Hi,

I've set up an event registration form and it has a required email address field.

Is it possible to have event registrations without email address being mandatory, some users don't have email addresses (believe it)

thanks
« Last Edit: September 12, 2008, 06:23:02 am by gg66 »

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Event Registration without Email address?
September 12, 2008, 06:47:46 am
Quote
Is it possible to have event registrations without email address being mandatory, some users don't have email addresses (believe it)

Nope, currently this is not possible. You will have to modify code to make it non-mandatory, but i would strongly recommend against it.

Kurund
Found this reply helpful? Support CiviCRM

gg66

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
Re: Event Registration without Email address?
September 12, 2008, 07:35:46 am
Thanks, I'll take your advice and leave it as it is.

Is it possible to add a contact first (without email address) and then add them to an event through admin?

or can batch imports be done without email address?

some of the registrants can send in printed registration or info collected by phone and be added manually (not ideal but..)

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Event Registration without Email address?
September 12, 2008, 07:44:57 am
Quote
Is it possible to add a contact first (without email address) and then add them to an event through admin?

Yes. Once you add a Contact, in Contact  Summary >> Events tab >> Add New Registration

Kurund
Found this reply helpful? Support CiviCRM

gg66

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
Re: Event Registration without Email address?
September 13, 2008, 08:45:54 am
thanks

iwalewa

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Event Registration without Email address?
October 02, 2008, 10:14:13 am
I am a newbie, and I have a similar question. Is it possible to allow the use of the same e-mail address for multiple registration?

Thanks, in advance for your response.

Iwalewa

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: Event Registration without Email address?
October 02, 2008, 10:55:35 am

No. Contacts require unique email addresses for online registration

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

iwalewa

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Event Registration without Email address?
October 02, 2008, 12:26:23 pm
Thank you for your quick response.

This is what we are trying to accomplish, we have a paid event that attendee can invite up to 10 people and pay for those invited, and we want to collect the names and address of all the invitees but not all of them have e-mail.

Is there a work around to accomplish what we are trying to do?

Once again, appreciate any suggestion.

Iwalewa
2.1 beta3

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: Event Registration without Email address?
October 02, 2008, 01:07:13 pm

There is no good solution for this in 2.1

You can add explanatory text to the page and ask folks to create an email with the convention firstname.lastname@example.com. If you are javascript savvy, you can script this and populate that field automatically when first/last name is entered. You can customize this template: templates/CRM/Event/Form/Registration/AdditionalParticipant.tpl

You might also want to upgrade to the current version of 2.1 (2.1.0) and get all the bug fixes :)

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

iwalewa

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Event Registration without Email address?
October 02, 2008, 01:40:59 pm
Thanks for your sugestion and quick response.

Iwalewa

tmccartney

  • I post frequently
  • ***
  • Posts: 154
  • Karma: 9
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.28
Re: Event Registration without Email address?
October 07, 2008, 10:12:44 pm
It appears to me that if you do try to use an e-mail address that's been used before, there's no warning - the record just won't be saved.  Is that correct?

And not that you'd want to do this, but what happens if the same name gets entered twice?

Thanks.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Event Registration without Email address?
October 08, 2008, 04:11:45 pm
Expected behavior is that a check is done for a matching existing contact record. This check uses the configured Strict Duplicate Matching rule for Individuals on your CiviCRM install. If a match is found, the event registration record is linked to the existing (matched) contact record.
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Event Registration without Email address?

This forum was archived on 2017-11-26.