Support

Home Forums Event Espresso Premium Question Groups on all Events

Question Groups on all Events

Posted: June 19, 2023 at 11:52 am

Viewing 13 reply threads


brettfielo

June 19, 2023 at 11:52 am

Hello! I’ve added a second question group to collect required address information for event registrations. How can I have this second question group show by default on all events? Thanks!


Garth

  • Support Staff

June 19, 2023 at 3:15 pm

Hi, there is no setting for default question groups. It’s best you edit each open event and select the new question group.

Does that help?


brettfielo

June 19, 2023 at 3:18 pm

Unfortunately no – the events are created in an outside system and imported into WP. I need the default event to capture name, email, physical address and some additional information. Any suggestions as to how to handle so every event has these questions when registering?


Garth

  • Support Staff

June 19, 2023 at 3:53 pm

I’d put those questions into the Personal Information group which is the default question group for the Primary attendee. Unless of course you’ve also modified that functionality.


brettfielo

June 19, 2023 at 3:55 pm

I did try that but it didn’t seem to let me add any questions to the default personal group. I did remove them from the address group. Did I miss something? Thanks!


Garth

  • Support Staff

June 19, 2023 at 5:45 pm

Can you explain more why it won’t let you add more questions to the Personal Information question group?

You should be able to edit the Personal Information question group, check off the questions you want to be included in that question group, then save the page.

If that doesn’t happen, let me know what happens otherwise.


brettfielo

June 20, 2023 at 6:26 am

I have 2 groups both locked. Personal Information and Address Information. The Address group has 7 questions (address, city state, phone etc) which I have unchecked from the Address group. They do not show as available under the Personal Information group. The only questions that show there are first name, last name, email, phone number, confirm email.


Tony

  • Support Staff

June 20, 2023 at 7:17 am

The system questions are different, you can’t move those around.

Personal info will always hold at least First Name, Last Name, Email.

Address Info will always hold the system address questions.

You can’t move the system address question into the Personal Information question group but both of those groups can hold additional custom questions if needed.

Can you expand on this:

Unfortunately no โ€“ the events are created in an outside system and imported into WP.

So not into Eevnt Espresso itself?

How are you importing the events?

Any suggestions as to how to handle so every event has these questions when registering?

That needs to be set on each individual event, if you are importing events into Event Espresso then you can add some code to set the specific question groups on the events as they import but if that’s the case your already using something custom which leads back to, how are you importing the events.


brettfielo

June 20, 2023 at 7:18 am

The events are imported using a custom ETL to pull them from a custom database build by the customer.
I can add different versions of address questions to the personal group – is that the option?


Tony

  • Support Staff

June 20, 2023 at 7:32 am

The events are imported using a custom ETL to pull them from a custom database build by the customer.

Ok, but what are you using to get those into Event Espresso as EE events?

I can add different versions of address questions to the personal group โ€“ is that the option?

You ‘could’ use custom questions within the personal information question group, but anywhere within EE that is expecting to use the address questions would expect to use the system questions.

I don’t recommend just using the Personal Information question group for everything, eventually, you’ll want to split those up to make it manageable.

For example it’s not unlikely that you would need specific questions for specific events and you cant do that if you throw everything into Personal Info.


brettfielo

June 20, 2023 at 10:33 am

That would be ok as the questions are standardized for all events. I do want this information written back to the user account and I’ve set up User Registration. Is there a way to retain the information that I’m adding as custom questions so it is written to the user profile and retained when a return user logs in to register? This would address a number of these issues.


Tony

  • Support Staff

June 20, 2023 at 10:48 am

We don’t save details to the WP User account itself but there are hooks you can use during the registration process to do it yes.

If I understand what you are asking for we have a snippet for the add-on to autofill the system address fields (not the custom fields in this example):

https://github.com/eventespresso/ee-code-snippet-library/blob/master/addons/eea-wp-user/jf_filter_address_answer_for_wpuser.php

And another for custom questions:

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

They pull those in from previous EE registration answers, not the WP User account but you could change them to do that if preferred.


brettfielo

June 21, 2023 at 7:35 am

Worked great – thank you!


Tony

  • Support Staff

June 21, 2023 at 7:44 am

You’re most welcome ๐Ÿ™‚

Viewing 13 reply threads

The support post ‘Question Groups on all Events’ 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