Support

Home Forums Event Espresso Premium Simple registration, and simple visualisation

Simple registration, and simple visualisation

Posted: December 18, 2016 at 5:58 pm

Viewing 7 reply threads


Thecavalli

December 18, 2016 at 5:58 pm

Hi
The plugin seems nice and i think everything is working smootly except one little thing… My client only wants people to register to events. All events are free so she does not want to display any price, ticketdetails or anything. I’ve been reading forum and found out some people had same problem as me. I tried the code you provided to previous guys but they did not work for me. So now im writing myself they really need their booking to work asap… I made an image explaining how easy my client would like the registration to be. Hope i’ll explain it well.. Also made a mockup of the position of different buttons/removed buttons… because right now it looks like they’re all over the place! Thanks in advance!

here is image of my explaination: https://postimg.org/image/4uahbqfp3/


Tony

  • Support Staff

December 19, 2016 at 5:10 am

Hi there,

The event list needs to show the ticket selector in order to allow the user to skip the first step (they are not actually skipping it, just taken directly from the event list to checkout).

Go to Event Espresso -> Events -> Templates -> Event List section -> Show ticket selector. Set it to Yes and save.

Now the event list will show something like this – http://take.ms/pbL7A

Clicking the event name will take them to the single event page to view more details, clicking register now takes them directly to checkout.

To hide the sections on the checkout page your easiest method is to use CSS, to hide the ‘Reg steps’ you can use:

#spco-steps-big-hdr, #spco-steps-display-dv {
    display: none;
}

Then to hide the ticket info and intro text:

#spco-attendee_information-pg, .spco-ticket-info-dv {
    display: none;
}

That then looks like this: http://take.ms/WCVCq

The thank you page can be change, but it depends on the exact text you want to change. If you can provide more details on what you want changing we can provide an example.


Thecavalli

December 20, 2016 at 2:43 pm

Thank you! I just tried it and it works like a charm! Awesome support! I’ve CSS- styled everything and the booking layout looks perfect now aswell!

I just have one question that i can’t seem to wrap my head around… I have a questiongroup with alternative questions… Between the “name, lastname and email” my “Description” is in between the questions, I’ll show on this image. I want it to be on top/or in the beginning… Check image:

https://postimg.org/image/4r4n67y29/

Thank you 🙂


Tony

  • Support Staff

December 20, 2016 at 5:50 pm

I’m not sure that is, how are you adding the ‘description’?

Can you link me to an event I can view this on so I can view the page source?


Thecavalli

December 20, 2016 at 5:59 pm

http://alerisplus.se/registrering/?uts=1482281823#checkout

The backend look like this: https://postimg.org/image/vyabzaz3h/


Tony

  • Support Staff

December 20, 2016 at 6:35 pm

Ah ok, I see.

So the reason this is happening is your adding an additional question group and setting the description text on that additional group.

So the reg form is loading the Personal Information group questions (with no description set on the group), then the Nybesok Group questions (with a description set on the group)

The nybesok group has the description and so is shown at the top of the nybesok group.

You could add the description to the person info question group:

Event Espresso -> Registration Form -> Question Groups -> Personal Information -> Description.

That will then show at the top.


Thecavalli

December 21, 2016 at 5:50 am

Thank you hmm but i notice now that i have two different registrations one is for personal meetings and one is for just general public information meeting:

General public meeting only requires
1. No description + name + last name + mail

Description contains information for those who decides to come to personal meeting only.. form number two needs to have:

Description + name + last name + mail + all the other questions i’ve made for the questiongroup..

Is that possible? It seems like name,lastname,mail is mandatory. If i put the description there it will show for every event..

I have categorised the events in categories: “Nybesök” and “Infoträffar” can i CSS somehow so that “Infoträffar” does not get the descriptions? and “Nybesök” will have description? 🙂


Tony

  • Support Staff

December 21, 2016 at 10:06 am

There are no event specific classes you can use on the registration form for CSS so you would need some custom development for that.

However what you can do is add an ’empty’ question group and set the description on that group, then assign that question group to the events you want to display the description on.

So you’d have something like this – http://take.ms/QxDIC

(Note the Order number will need to be set to load before the personal information group so you will likely need to change the Personal Info group order number too)

Then on the event you want the group to show on you set that group – http://take.ms/gSpRC

And on the event it will looks like this – http://take.ms/JO6EF

Would that work?

Viewing 7 reply threads

The support post ‘Simple registration, and simple visualisation’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso