Support

Home Forums Event Espresso Premium Question about Question Groups

Question about Question Groups

Posted: June 16, 2016 at 7:28 am


Paroles

June 16, 2016 at 7:28 am

Hi,

I am using EE4 + EE – WP Users.

I have set an additional question group that shows up upon registration. That works fine, the data filled in by the applicants is stored in esp_attendee_meta and can be retrieved for messages etc.

However, when the applicant returns later to register for another event, the information stored in esp_attendee_meta is not shown in the registration screen. The fields shown are empty and the applicant have to fill in the same information again.

Is this a settings issue? How can I achieve that stored data is shown?

Regards,
Toon


Josh

  • Support Staff

June 16, 2016 at 8:42 am

This is not a settings issue.

You can make it so the stored data is shown by adding two filter functions to your website.

For questions that belong to the Address Question group:
https://github.com/eventespresso/ee-code-snippet-library/blob/master/addons/eea-wp-user/jf_filter_address_answer_for_wpuser.php

For all other questions:
https://github.com/eventespresso/ee-code-snippet-library/blob/master/addons/eea-wp-user/mn_wp_user_addon_save_custom_answers_too.php

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.


Paroles

June 16, 2016 at 9:14 am

Hi Josh,

really great, works like a Swiss clock!!

Many thanks,
Toon

The support post ‘Question about Question Groups’ 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.

Event Espresso