Thanks Josh but I was hoping for an automated way - even if I work with JS I also have to manually change it for every event... would be a nice feature
@Yannick you could embed the expiry date in a (CSS-)hidden field, and that way it would follow the form instead of having to be hard-coded in JS. Then your JS can check the expiration date before unhiding the form.