I want to limit users to adding events that only occur within the next seven days.
If a user tries to add an event that happens > 7 days, an error message will appear.
Can anyone point me in the right direction?
I want to limit users to adding events that only occur within the next seven days. If a user tries to add an event that happens > 7 days, an error message will appear. Can anyone point me in the right direction?
|
Also, adding events that happen in the past should be blocked too.
Does anyone know how to do this? Is there a simple fix? |
Is it possible to make this a requirement in the 'checker' section of the BxEventsFormAdd file?
'EventStart' => array(
'func' => 'DateTime', 'db' => array (
'display' => 'filterDate', |
bump |
bump |