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 (Moderator: Dave Greenberg) »
  • Event Location and Contact Information - Can URL be added?
Pages: [1]

Author Topic: Event Location and Contact Information - Can URL be added?  (Read 2081 times)

rguerra

  • Guest
Event Location and Contact Information - Can URL be added?
July 28, 2007, 11:13:44 am
I've just posted the following request on the tracker

http://issues.civicrm.org/jira/browse/CRM-2140

Certain locations (particularly hotels and conference centres) have websites. it would be good to have it listed with the location address & tel #

if possible - Add URL after email field.

rguerra

  • Guest
Re: Event Location and Contact Information - Can URL be added?
August 01, 2007, 06:13:23 am
I've been able to find php code online (see below) that likely fits the need I have in mind. The issue is now where to integrate the code into civicrm so that it gets triggered upon event registration.

regards

Robert
--

Verifying email address
http://www.phpeasystep.com/phptu/24.html

When users sign up to join your website you may want to verify their email address by sending confirmation link to their email address. You'll learn how to do this in this tutorial.

Sign up form with e-mail validation (confirmation code)
http://www.patheticcockroach.com/mpam4/index.php?p=21

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Event Location and Contact Information - Can URL be added?
August 01, 2007, 02:25:00 pm
Robert - I'm not sure what level of detail you're looking for here....but if you're wanting to look into the code and see how this feature might fit in...

* In CRM/Event/StateMachine -  Registration.php defines the pages for each step (currently 3).
* In CRM/Event/Registration - the three files define forms with pre and post process.

You'd probably want to provide a way to enable the verification step conditionally at the Event settings level as well.

As I think Lobo mentioned, a major issue for Paid Events is that we don't persist the credit card info. So you might need to modify the flow so that payment info is collected AFTER email verification (in step "2").

If you've identified a resource to do the engineering for this - we can certainly chat at more depth / provide suggestions etc.
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 (Moderator: Dave Greenberg) »
  • Event Location and Contact Information - Can URL be added?

This forum was archived on 2017-11-26.