Support

Home Forums Event Espresso Premium On extending data entry time on multiple entry in back end

On extending data entry time on multiple entry in back end

Posted: January 3, 2020 at 1:28 pm

Viewing 1 reply thread


ICLE

January 3, 2020 at 1:28 pm

Reference: https://eventespresso.com/topic/admin-entry-of-multiple-registrants-fails-sometimes/

Have had no success with this yet. My data entry people are getting annoyed that the entry gets lost after working on it for 3 hours. They are slow because they are researching and answering calls and other duties.

I will try the script included in the above reference, but I recommend role based timeouts for ee forms if that is possible as a possible future feature.


Josh

  • Support Staff

January 3, 2020 at 2:03 pm

Hi,

Thanks for the recommendation, but it’s not something we’ll add because it will add complexity, and would have the potential to break existing customizations.

We provide hooks for this type of customization. To change the limit to 4 hours, you add the following to your site’s functions plugin:

add_filter( 
    'FHEE__EE_Session__construct___lifespan', 
    function() {
        return 240 * MINUTE_IN_SECONDS;
    }
);
Viewing 1 reply thread

The support post ‘On extending data entry time on multiple entry in back end’ 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