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) »
  • Disable confirmation screen?
Pages: [1]

Author Topic: Disable confirmation screen?  (Read 1300 times)

yshah

  • I post occasionally
  • **
  • Posts: 30
  • Karma: 0
    • ICNA Southern California
  • CiviCRM version: 4.2.2
  • CMS version: Acquia Drupal 7.15
  • MySQL version: 5.0.96-community
  • PHP version: 5.3.17
Disable confirmation screen?
July 30, 2012, 07:18:53 am
If we have an event setup for online registration, is it possible to skip the confirmation screen?  We have integrated our event payment with paypal, and can compare CiviEvent entries against the paypal entries.  To make the process faster and 1 less page, I was thinking to have the registration page, then when continuing to the next page it automatically goes to the Paypal (payment gateway).

Any thoughts?

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: Disable confirmation screen?
July 30, 2012, 02:13:23 pm

You can do this via a hook with something similar to:

https://github.com/emotive/CiviCRM-No-Confirmation

Note that the above is now part of 4.2

We've added a column: is_confirm_enabled for the event table. So would be great if you can make a patch for core and add the functionality to core for events.

Ping us on IRC if u need help getting started

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

jeffw

  • I post occasionally
  • **
  • Posts: 32
  • Karma: 1
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 6.20
  • MySQL version: 5.0.77
  • PHP version: 5.3.3
Re: Disable confirmation screen?
August 06, 2012, 09:41:27 pm
This has suddenly become a hot issue at our house (noconfirm on contributions); however when I installed the above module it seemed to break the session after posting the contribution:

Quote
CiviContribute

Sorry. A non-recoverable error has occurred.
We can't load the requested web page. This page requires cookies to be enabled in your browser settings. Please check this setting and enable cookies (if they are not enabled). Then try again. If this error persists, contact the site adminstrator for assistance.

Site Administrators: This error may indicate that users are accessing this page using a domain or URL other than the configured Base URL. EXAMPLE: Base URL is http://example.org, but some users are accessing the page via http://www.example.org or a domain alias like http://myotherexample.org.

Error type: Could not find a valid session key.
Return to home page.

Any suggestions?

jeffw

  • I post occasionally
  • **
  • Posts: 32
  • Karma: 1
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 6.20
  • MySQL version: 5.0.77
  • PHP version: 5.3.3
Re: Disable confirmation screen?
August 08, 2012, 12:56:10 am
I found an answer to this elsewhere on the site.  Basically, it was solved by explicitly putting the www in all links to the contribution page.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Disable confirmation screen?
August 08, 2012, 03:46:38 am
SO it has nothing to do with the module, right?

Can you confirm the module works fine?
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

jeffw

  • I post occasionally
  • **
  • Posts: 32
  • Karma: 1
  • CiviCRM version: 4.1.1
  • CMS version: Drupal 6.20
  • MySQL version: 5.0.77
  • PHP version: 5.3.3
Re: Disable confirmation screen?
August 10, 2012, 12:50:00 am
Actually the module doesn't quite work fine.  Activating it took the billing name and address and credit card info off the receipt.  Haven't gotten to the bottom of it yet, trying to figure out how the receipt is built.  Thinking some function isn't getting called.

jsimonis

  • I post frequently
  • ***
  • Posts: 316
  • Karma: 4
    • Forward Support, Inc.
  • CiviCRM version: 4.4-4.5
  • CMS version: Drupal 7
  • MySQL version: 5.5.37-cll
  • PHP version: 5.3.29
Re: Disable confirmation screen?
April 15, 2013, 12:06:29 am
Did anyone find a way to do this in Drupal 7 with CiviCRM 4.2 or higher?

I am wondering because I have someone who wants their registrations to be saved once they hit the button on the first page regardless of whether they finish the process or not. Then they can contact those that didn't finish to see if they ran into a problem or something. If I can skip the confirmation screen, then we should capture everyone as soon as they hit the button on the first page.
« Last Edit: April 15, 2013, 01:08:08 am by jsimonis »

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Disable confirmation screen?
April 15, 2013, 01:52:06 pm
we have done this for D6 and 4.2 and can dig back for the solution - but thought this was coming in-built with 4.3

are you likely to be upgrading soon - or do you want me to dig - you might want to check options on demo/sandbox anyhow
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

jsimonis

  • I post frequently
  • ***
  • Posts: 316
  • Karma: 4
    • Forward Support, Inc.
  • CiviCRM version: 4.4-4.5
  • CMS version: Drupal 7
  • MySQL version: 5.5.37-cll
  • PHP version: 5.3.29
Re: Disable confirmation screen?
April 17, 2013, 12:54:20 am
Well, 4.3 is out but I can't test it until I work with my host this weekend to get my MySQL updated.

I see in the list for searching that there are these:

Pending from incomplete transaction or Pending in cart

But when I look at those, I definitely don't get enough records to cover everyone who didn't finish the process while we've been testing. For some reason everyone at the one office gets the confirmation screen and then when they hit the button to confirm it, it sits processing for a while and then they get a white screen. We suspect it's something with the server settings and are looking into it. But as far as I can tell, none of those registrations are captured. I just need to make sure that everyone who fills out screen one and submit that page that they are captured in the database.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Disable confirmation screen?

This forum was archived on 2017-11-26.