Site URL: https://www.phgagolf.com/event-signup
On my form I have a select field (Event) that contains the upcoming events that the user can select. What I would like to do is either a) dynamically load the events from a Google Sheet or other source that can be programmatically maintained, or b) remove events from the selections based upon date. Once an event date has past I don't want the user to be able to select it. I know I could go in and update the form manually occasionally but I would rather have it happen automatically.