Events Made Easy › Forums › How do I … › Exporting to CSV or the printable file
Tagged: csv, exporting, Printable file
- This topic has 9 replies, 2 voices, and was last updated 7 years ago by Franky.
-
AuthorPosts
-
Wed 25 Oct 2017 at 03:23 #56775AnonymousInactive
I’ve created my custom form fields (per your documentation), collected the data/RSVPs however when I now go to view the RSVPs/data, it is not including them on the exporting or printable views. (I am looking at the links directly under each event title under the All events page). What have I missed? Event is tomorrow and I’d like to get a full listing of all the information before then if possible…
Wed 25 Oct 2017 at 10:20 #56776FrankyKeymasterCustom fields always show on the csv and printable view (on the right side of the export)
Dynamic fields don’t show on the CSV export yet, see:
http://www.e-dynamics.be/wordpress/forums/topic/question-about-the-csv-export/Wed 25 Oct 2017 at 15:28 #56778AnonymousInactiveI wish that was true, but unfortunately for me it was not. I am getting the following fields:
ID Last Name First Name E-mail Phone number Seats Paid Booking date Discount Total price Unique nbr Comment
However am missing any custom field at all.
Wed 25 Oct 2017 at 15:28 #56779AnonymousInactiveI should also add, I did not use dynamic fields, only the standard form fields.
Wed 25 Oct 2017 at 17:24 #56780FrankyKeymasterHmmm … that’s weird. Would you mind sharing an account with me so I can check it out? I can’t reproduce it here (I’m working on a dev-version, but one of my other sites also has a custom rsvp field and that shows up just fine).
Also, to be sure: no csv filters I assume?Wed 25 Oct 2017 at 17:28 #56781AnonymousInactiveWhat’s the best way to get you that info? I’d rather that not be made public. 🙂 And thank you!
Wed 25 Oct 2017 at 17:32 #56782AnonymousInactiveOh and you are correct – no filters.
Wed 25 Oct 2017 at 18:02 #56783AnonymousInactiveThere are clearly additional fields such as Legal Company Name, etc. These were created in your form fields section per your documentation. Once those were created, I headed over to templates and created myself a custom RSVP template (RSVP forms (custom fields) is what I named it) where I inserted those fields as follows:
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope=’row’>Last Name*:</th><td>#_LASTNAME</td></tr>
<tr><th scope=’row’>Legal Company Name*:</th><td>#REQ_FIELD{1}</td></tr>
<tr><th scope=’row’>Title*:</th><td class>#REQ_FIELD{4}</td></tr><div class=’eme-required-field’> </div>
<tr><th scope=’row’>Address*:</th><td>#REQ_ADDRESS1</td></tr>
<tr><th scope=’row’>City*:</th><td>#REQ_CITY</td></tr>
<tr><th scope=’row’>State*:</th><td>#REQ_STATE</td></tr>
<tr><th scope=’row’>Zip Code*:</th><td>#REQ_ZIP</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Direct phone number:</th><td>#_PHONE<div class=’eme-required-field’> </div></td></tr>
<tr><th scope=’row’>Mobile phone number:</th><td>#_PHONE<div class=’eme-required-field’> </div></td></tr>
<tr><th scope=’row’>Small Business Designations:</th><td>#_FIELD{3}<div class=’eme-required-field’> </div></td></tr>
<tr><th scope=’row’>
What NAICS Codes do you self-perform?</th><td>#_FIELD{5}<div class=’eme-required-field’> </div></td></tr>
<//**tr><//**th scope=’row’></th**/><//**td>#_SEATS</td**//></tr**//>
#_CAPTCHAHTML{<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>}
</table>
#_SUBMITI believe this is how you recommended doing it in your documentation – but of course I could be wrong, there is a lot of documentation to sort thru! I do greatly appreciate all your help.
Wed 25 Oct 2017 at 18:06 #56784AnonymousInactiveUpdate: I have reloaded plugin/deactivated the old one and the fields are showing up, kind of…it is showing the extra fields, but only data collected within the last 24 hours, NOT previous to it…
Wed 25 Oct 2017 at 23:42 #56789FrankyKeymaster“deactivated the old one”?? WordPress doesn’t support 2 versions of the same plugin …
And if it shows data collected in the last 24 hours, it means it only started collecting then.
Edit: my email: liedekef@telenet.be -
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.