Posted: February 28, 2018 at 8:19 am
Hi, we started this year by selling our courses with event espresso. We like your product and your support a lot and therefore are thinking to invest to make event espresso better for us and hire a developer. I would be glad if you give us a little advice/recommendation for that. We would like to add the follwing: – Autofill custom fields – Export Events We would rather invest in event espresso that other could also use the development. If you see any possibility that our investment would progress the features of event espresso, than let us know. |
|
Hi there, Whilst hiring a developer will likely still be necessary, I have a couple of questions on the above as (without knowing all of the details) some of what you are trying to do appears to be the wrong approach.
The information that you are adding to custom fields could be pulled directly from EE on the front end output rather than added to a custom field to then be pulled on the page. I don’t know all of the details for what you are trying to do, but it sounds like a long winded method to pull the info you need and display it. For example for ‘count of dates from the event’ you could count all of the datetimes on the event and just output that directly, however its not clear if you mean all active datetimes, or upcoming datetimes, or just all datetimes regardless of status which changes things a fair bit but the point being you should just be able to pull that data directly rather than using custom fields.
Could you not just add those to the registrations CSV report we currently have?
Not really, the registration pulls the registrations and then the details liked to those registration (like the event) so it can’t really pretend theres registrations and look over those pretend registrations to pull the events. With the amount of work involved to try and get something like that to work it would be better focusing that time on creating a new report imo. |
|
Thank you for the feedback. I think I will postpone this topic and make more experiences with the system. My main concern is how to pull the events (list) for the internal reporting. Otherwise I wouldn’t need that. Right now I do exports of our events with an Plugin (https://eventespresso.com/topic/export-via-wp-all-export/) where I can include the custom fields. |
|
Hi there, You could also use the built-in REST API to get the event data, convert the JSON to CSV a file, then open that file in a spreadsheet application. |
|
Hey Josh, |
|
The documentation shows how: and filtering: |
|
Thank you for the links. I was wondering if it is possible to export the html table on the front end? I found the following and wanted to try it. Could you hint me to where I should add this to make it work. Maybe you know a better solution for exporting a html table on the frontend. I could than create private pages to view the custom tables and use this site to export it. Maybe this could be a great workaround for other people. |
|
You should probably use the official documentation: Then put the .js files into a little WordPress plugin, and wherever it says to include the scripts before the closing body tag of the HTML document, you can use wp_enqueue_script() function: |
|
The support post ‘Export events and custom development’ 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.