I'm seeking assistance to implement a form and a countdown timer in my FlutterFlow application. The goal is to enable users to input their information before a departure or tour event, and to display a countdown timer indicating the time remaining until the event starts.
Data Form: I need to create a form within the application that allows users to provide their name, email address, and any other relevant information. This data will be used to maintain a list of attendees and for communication prior to the event.
Countdown Timer: After users complete the form, I'd like to display a countdown timer on the screen. The timer should show the time remaining until the event begins. It would be ideal if the timer could update automatically as the event's date and time approach.
I'm actually looking for a rough idea of how to approach this, because I've seen the timer widget, but it functions more like a start and finish button, as per the documentation. However, I'm interested in a scenario where it takes input from a calendar, saves it as a form, and then derives the countdown time from there. I'm eager to know, or at least get a concept, that you could provide to help me get started on this.