- This topic has 6 replies, 2 voices, and was last updated 6 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › set a start time for bookings?
I would like to allow bookings only after a certain date, so I implemented the following:
[eme_if tag='#ESC_DAYS_TILL_START' le='30']
[eme_add_booking_form id=139]
[/eme_if]
It works fine but now I want to specify an exact time, after that bookings shall be allowed.
For example a booking start shall be on 11/17/2018 at 10am.
Can you give me a hint how to do this?
Thanks in advance!
When defining the RSVP settings for an event, you can define exactly when rsvp should start. So no need for eme_if here.
Guess I’m blind… Where do I do this?
Ah sorry… I didn’t have the latest Version – now it’s there.
Just one more thing: why can’t I define an offset greater than 99 days?
That’s just a limit I had on the input field (2 chars). I’ll increase it to 3 this evening (2-line change in eme_events.php).
Great – works perfectly fine!
Thanks a lot for the excellent support!