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) »
  • Confiramtion Screen is skipped in the online registration for Civicrm event
Pages: [1]

Author Topic: Confiramtion Screen is skipped in the online registration for Civicrm event  (Read 2540 times)

kjcdac

  • Guest
Confiramtion Screen is skipped in the online registration for Civicrm event
September 25, 2008, 12:26:11 am
We have installed Civicrm for event management.
created the online registration form.
When the user fills in the form , after clicking on continue the Thank You screen appears, thus it skips the Confiramtion screen.
Can anyone help me get the confirmation screen.

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 25, 2008, 02:26:34 am
Your event has to be 'Paid' to get to the confirmation screen.
Can you check "Event Fees" section of your event configuration.

HTH
-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

kjcdac

  • Guest
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 25, 2008, 03:07:54 am
The event is not an paid event, is there any way i can get the confirmation screen for non-paid events

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 25, 2008, 09:05:34 am
I guess you will 've to to do custom coding for achieving this.

-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 25, 2008, 01:28:09 pm
Bypassing the confirmation screen for Free Events is a "feature" that was added at the request of a number of users. Can you share a bit about why this is NOT a desirable behavior for your organization?

Separately, if there are some "options" that participants can select for the event - then with the latest distro of 2.1 (beta 6) you can hack the behavior you want by setting up a Price Set field w/ some $0 value options, setting the event to Paid and use that Price Set. Pretty sure this will result in the confirmation screen being displayed - but you'll have to try it out and see if the resulting confirmation is viable for you.
Protect your investment in CiviCRM by  becoming a Member!

kjcdac

  • Guest
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 28, 2008, 10:13:32 pm
The event is an paid event but we are not using any payment gateways. Giving the user 3 choices of payment cheque, cash or draft. And the user is supposed to enter the cheque / draft no. The cheque / d raft will be sent to us later. Thus we require the confirmation screen.

Kindly suggest how can i change the $ to Rs. 

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 28, 2008, 11:19:29 pm
Quote
Kindly suggest how can i change the $ to Rs.

Check your Administer CiviCRM → Settings → Localization,
changing "Default Currency" would do it.

HTH
-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

kjcdac

  • Guest
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 28, 2008, 11:52:59 pm
Thanks for the help. I changed the default currency.

Need one more help
As i mentioned earlier we need to collect the following info from the user
Mode of payment : Cash, cheque or draft. If the user selects cheque or draft, the cheque/draft no. should be made mandatory field and if he selects cash the cheque no/draft no field should be disabled.

Can this be achieved on the registration form?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Confiramtion Screen is skipped in the online registration for Civicrm event
September 30, 2008, 04:08:58 pm
You can add those fields by creating custom data fields (Used For = Participant). Then create a Profile which has those fields, and finally add that Profile to your event registration page (via Manage Events >> Configure >> Onine Registration).

However we don't support conditional field requirements "out of the box". Two possible approaches:
* create a custom copy of the Register.tpl template (see Develop section of wiki, Customizing CiviCRM Screens) - and add javascript validation logic
* implement a "validation hook" for the form - http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification
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) »
  • Confiramtion Screen is skipped in the online registration for Civicrm event

This forum was archived on 2017-11-26.