Posted: November 23, 2015 at 12:25 pm
|
We’re currently using Gravity Forms for our registration, but that has gotten very cumbersome. Here are our requirements and what I’ve found playing with the free decaf version: 1) Ability to offer free event 2) Inventory control for SOME events 3) Different methods of payment 4) Customization 5) Multiple notifications 6) Different info sent in email receipt depending on events ordered. The bottom line is that EE is a much better and easier-to-use system for my users to administrate, but GF seems much more flexible for set up of different customizations. Any thoughts? |
Hi Matt, How are you today?
You can enable registration ‘Question Groups’ per event, so say you have Name, Email and Phone within the personal information question group, for your free events you just leave that select and no others, for example – http://take.ms/wKtSE So then that event would only require those questions, for other events you can select others.
You could hide that with CSS if you prefer? That string was added to prevent users selecting multiple tickets (more than the group booking allowed) and then confusing the user when the selection was made but EE refused.
If you activate both payment methods within Event Espresso -> Payment methods, within your registration you’ll see a selection of available payment methods – http://take.ms/twXxB The user can select whichever payment method they prefer.
Throughout EE4 there are tons of hooks available, you can alter almost all of the content available using hooks, if there isn’t one available to suit what you need we can request one be added to core. For that particular issue, if none of your events will require additional information you can use some CSS: .spco-attendee-panel-dv:not(:first-of-type) { display: none; } We have a ticket for removing the additional sections when no info is required for additional registrants, I will add your feedback to that.
No, you can create a custom message template and input their email address directly into the ‘To’ field for that message. Then within the Event addign that custom message to the event and they will be sent directly to them.
As above you can create custom message templates and assign each template to the event, so yes you can have different details within the registration messages per event.
It all depends on what you want to do and far you want to go coding wise, most of the output can be customized it just depends how comfortable you are with PHP. However having said that, a lot of the customisations you have requested above are already a part of Event Espresso regular. Have you signed up to Test Drive Event Espresso 4? There you can access the full plugin and can view the options available. |
|
The support post ‘Event registration with free events / pay by check / multiple notifications’ 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.