Posted: April 25, 2013 at 11:26 am
|
We have 2 event coordinators using EventEspresso. The first event registration was created and now I am trying to make another registration form for another event but it is making changes to the first event registration. I’m scared to move forward because I might must up the first event. Also can updates go to different people for each event? The other event coordinator is getting updates from event espresso about my event. Thank you! |
Hi Teresa, It sounds like both events are using the same question groups. You may need to go to the Event Espresso>Question groups and set up one or two question groups to use for your event. While I’m not certain about what you mean by updates, I think you might be referring to the registration notifications. If that’s the case, yes, you can put an email address in the Alternate Email address field under “Event Options” for the event you want notifications for. |
|
|
Thanks for you response. How do i order questions a question group?
|
You can add questions to a group by following this guide: https://eventespresso.com/wiki/question-groups/ You can order questions by dragging and dropping them in place, or assigning them a number (they’ll appear in the order they are numbered) : |
|
|
How do I order questions within a question group? Payment page (http://fmcevents.org/?page_id=72) Why is the registration form only shown in half the screen? Are there videos that show users how to use event espresso? I haven’t found reading the info very helpful. |
Hi Teresa, When you order the questions, they get ordered the same way for all the groups. You may need to adjust the question groups ordering as well. If you’re using the first data E4 payment option there is a Button Image URL setting in the payment settings where you can upload a more generic pay by credit card button. Alternatively you can enter this URL to use the one we include: http://fmcevents.org/wp-content/plugins/event-espresso/gateways/pay-by-credit-card.png Here is what the generic button looks like:
I checked and the registration page looks like it’s using a WordPress page template that puts the content to the left in a unspecified width column. You may need to check your WordPress theme’s documentation on how to change the page settings for the page that has the [ESPRESSO_EVENTS] shortcode on it. It looks like the pages that have two columns have widths that are specified so you might try the setting that the other pages are using.
There are a few videos in our documentation, but most of the documentation is in the written form along with screenshots. If you have any questions or need clarification on something please feel free to post a question in the forums and we’ll do the best we can to help. |
|
|
1. I need to set up separate “Check/Money Order Payment” Settings the check should be payable to a to the specific event. 2. Can I desginate different email address for each event? For example our events are: Faith Camp -coordinators@faithcamp.com; Proclaim Conference – events@fmcmissions.com. We have two event happening and two different people in charge of the events. So when someone registers for Faith Camp one person needs to be updated and when some registers for our conference another person needs to know about it. Currently, the person in charge of Faith Camp is being notified when people sign up for the conference.
|
|
Can a taylor the system group questions for each event?
|
|
I plugged-in the generic credit card image url (http://fmcevents.org/wp-content/plugins/event-espresso/gateways/pay-by-credit-card.png) but it is not showing up on the payment page http://fmcevents.org/?page_id=72 |
|
Hi Teresa, Hopefully I can help you with your questions. 1) The Cheque/Money order cannot be dynamically changed to show a specific name unless you go into the template code and change it. I would suggest adding a generic message to make the cheques payable to the event name or event location. 2) You can add additional emails to each event yes. In the event editor on the right hand side is a field called “Alternate Email Address (optional)”. Here you can add someone else’s email address and they will receive the notifications. It will over rule the admin so if you need the admin in there too, “chain the emails by separating them with a comma: fake@email.com, another@fake.com, onemore@fake.com 3) System questions. Whilst you can modify the system questions, we recommend not to, and instead to create new questions and question groups for use in events. You can add different groups to each event. but note if two groups have the same identical question, only the first group will show that question, so be sure to make each question unique so for example if you need a parents first name and a childs first name not call them both first name, prefix them with child or parent. 4) card image. It worked fine for me on my local host. Have you made sure the url is correct and that there are no spaces before or after it and that you have entered it into the button image url field? (see screen shot http://d.pr/i/EwlY) |
|
1. I followed your directions for changing the First Data logo to a generic credit card logo. The generic credit card image shows up on the Payment Settings page under the “Current Button Image” but does not show up on the registration page where is says “Please choose payment option” 4. When people receive confirmation emails after registering it says they are from WordPress. How do we change it to say our company’s name? 5. I uploaded our company’s logo so it would show on the final payment page but it only shows a question box. https://checkout.globalgatewaye4.firstdata.com/collect_payment_data?ant=938c4fca6a38a491a7bcea9584717e2e&merchant=WSP-FAMIL-eI%26dfQAJyg&order=f291a75b5098b25f61a88396f95a568d5a43e2a4b56f665fec8eb2cb5cd73bcf&t=1 |
|
Hi Teresa, 1) Not sure whay that is happening, can I get login details please? If so, please send them via https://eventespresso.com/send-login-details/ NOTE: login details need to be Admin level. 2) It should say Off line Payment details but for some reason the Offline bit has been modified with some inline CSS (inline meaning directly in the HTML and not in the stylesheet) to change the Offline colour to white. There is a way to add the Online Payment options title in but it require a template edit. Alternatively you could just remove the Payment options title completely by adding this CSS h3#off_line_payment { display:none; } 3) The validation system that is used to check a required question is answered is done via jQuery/Javascript. So if the user has it turned off it wont work. However in your case, the main issue is that you have a jQuery error (2 actually) on your site. When there is a jQuery error all jQuery stops at that point, so the validation script isnt being ran. The first error, is definitely from the theme, it is trying to do something with fancy box, but it is using the $ shorthand, without making it compatible with WordPress (by default WordPress does not use $ but jQuery, see here ). This can be fixed by finding the script in the theme and changing the $’s to jQuery http://d.pr/i/npmS (screen shot of script) The second error has to do with a Marquee (scrolling text), this could be from the theme or a plugin. This is harder to fix as it is looking for a proeperty and not finding it, which suggests either the code is broken, or a setting/value that needs to be set hasnt been set and the code breaks becuase of it. You will likely need your web developer or the theme/plugin maker to fix that. 4) Go to the Event Espresso General Settings and set “Use fancy email headers?”to Yes. 5) I am not sure about that, perhaps a malformed link? What url are you using for the image? I cannot see anything on the link as it is a secure page. I hope all of this makes some sense, please let me know if you need clarification on anything. |
|
1) The Cheque/Money order cannot be dynamically changed to show a specific name unless you go into the template code and change it. I would suggest adding a generic message to make the cheques payable to the event name or event location. can you please tell me where i can add coded. i mean which file? i was trying to find wp-content/plugins/event-espresso/templates path. but can’t find file. |
|
Hello Teresa, The payment templates are found in event-espresso/gateways You can copy the files (only the ones you need) to uploads/espresso/gateways and edit them there. |
|
after edit need to move files again or it will automatically add on site? |
|
forget my last question. i found it and it works. thank you 🙂 |
|
1. The Transaction ID is very complex. Is there a way to simplify the ID to make it easier for people. 2. Why is it that the primary email is the only one that receives payment notifications from themist6@box886.bluehost.com? I would like to make it so the alternate email address also receives payment notifications.3. “Check/Money Orders” is a clickable button but nothing happens when you click on it. Currently when you go to the page it shows “Check/Money Orders” button, the attention box and the details about where to send the payment. It should show “Check/Money Orders” and then you click it and the attention box and details are then shown.4. Also “Choose a different payment option” is clickable but it doesn’t take you to anything. |
|
Also, how do we adjust the address that shows on the invoice? |
|
1. Is it possible to edit or delete text like “Please choose and payment option”? 2. The following text shows up on the Thank you page: <span< span=””>style=”color:#fff;”>Online Payment Option 3. How do we make it clearer on the Thank you page that payment is PENDING?
|
|
Hi Teresa, A few questions here so bear with me. 1) Transaction ID. There isnt a way to amend this with changing core aspects of the plugin which we do not recommend doing. 2) Primary and Alternate emails. I am assuming you mean the email addresses for Primary and Additional attendees rather than admins? If so, so long as the email is gathered as part of the registration process (as in the Additional Attendees are required to provide Personal Info) they should be emailed as well. Have you checked the spam folder for these? IS there more info you can provide to explain the situation? 3) The reason for this is that the information the button would normally show is already shown, as there is a javascript error on your website stopping the jQuery controlling that button form working. It looks to me to be something to do with Fancybox, which I think i coming from the theme. It is not putting jQuery into no conflict mode, so it is causing errors, and jQuery errors means jQuery stops working. 4) Again, javascript is not working. 5) Adjusting the Address – go to Event Espresso > Payment Settings > Invoice and there is a lot of information you can change there. 6) Please choose and payment option – well there are a few ways to change/remove this a) Edit the Payment Overview Template 7) style=”color:#fff;”>Online Payment Option – have you modified any Event Espresso files? It looks to me like a modification was done incorrectly as that does not occur on the default plugin. 8) Pending status. There really isnt a way to do this without editing the payment_overview.php file template and adding a CSS class to the Payment Status table row/table cell, and then styling it with CSS. Hope that helps. |
The support post ‘MultipleEvent Registration’ 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.