Posted: December 18, 2016 at 5:58 pm
|
Hi here is image of my explaination: https://postimg.org/image/4uahbqfp3/ |
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. |
|
|
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 🙂 |
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? |
|
|
http://alerisplus.se/registrering/?uts=1482281823#checkout The backend look like this: https://postimg.org/image/vyabzaz3h/ |
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. |
|
|
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 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? 🙂 |
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? |
|
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.