Support

Home Forums Event Espresso Premium Countdown timer for registration / payment

Countdown timer for registration / payment

Posted: June 7, 2017 at 6:44 pm


Affinity

June 7, 2017 at 6:44 pm

Hi there,

Are there any plans for a feature that shows the user a countdown timer that states how much time they have remaining to fill out their registration / payment before the tickets are released? We’ve been asked if this feature can be provided for a client’s website that uses Event Espresso.


Josh

  • Support Staff

June 7, 2017 at 8:10 pm

Hi Affinity,

We actually added a countdown timer but it’s not activated by default. You can activate the timer by adding the following code to your client’s website:

add_filter( 
  'FHEE__registration_page_wrapper_template__display_time_limit', 
  '__return_true';
);

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

The support post ‘Countdown timer for registration / payment’ 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