Support

Home Forums Event Espresso Premium All Question Groups On by Default

All Question Groups On by Default

Posted: October 1, 2013 at 1:10 pm


marketing

October 1, 2013 at 1:10 pm

Is it possible to have all question groups on by default when creating a new event? If not, is there a way to use a csv file to set the question groups on import, thus providing a work around? Thanks!


Jonathan Wilson

October 1, 2013 at 1:55 pm

Hi Deborah,

At this time there isn’t a way to turn on the questions by default. I will add your feature request to our list for our developers to review.


marketing

October 2, 2013 at 11:03 am

Hi Jonathan, that would be great! It’s not a deal breaker or anything, but some of our clients who are using the custom setup we have going for them in Events Espresso need the easiest possible route to event creation. They aren’t so computer savvy…


Josh

  • Support Staff

October 3, 2013 at 9:21 am

Hi Deborah,

If you have a developer on your team who is familiar with jQuery and WordPress action hooks a custom function can be built that will load on the Add new event page that will automatically check all the question group boxes. Here is some example code that can be used in a custom functions file:

add_action ( 'action_hook_espresso_new_event_right_column_bottom', 'my_custom_question_group_checker' );

function my_custom_question_group_checker () {
?><script>jQuery('.event-questions-lists input[type="checkbox"]').prop('checked',true);</script><?php
}


marketing

October 4, 2013 at 11:29 am

Hi Josh,

I am the developer, I thought about doing that. Maybe I will now that you tipped me in the right direction. I am already doing a bit of jQuery work on the add/edit events screen to make it a bit less intimidating for our users. Thank you so much!


Josh

  • Support Staff

October 4, 2013 at 12:34 pm

You’re welcome.

The support post ‘All Question Groups On by Default’ 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