I have to create a form in which the user chooses a future date, can anyone explain how to do it?I
Hi there, @quidsicurezza… there must be more to your question than meets the eye because what you described should be as simple as adding a date/time picker element to the form and making sure there is no maximum date set for the picker. Can you elaborate on your question? Or does what I wrote accurately reflect what you are trying to do?
Best…
Mike
Yeah… like @mikeloc says, if you want to create a form on which users can choose a future date, just create a form on which users can choose a future date (with whatever UI/UX is appropriate for your app)…
What exactly is the question? (or is there more to what you’re asking?)
I give an example:
I want to organize an event and I have to choose the date of the event. I need an interface that allows me to have a list of dates or a calendar where I choose the date of the event by selecting it from this list or from the calendar.
I give an example:
I want to organize an event and I have to choose the date of the event. I need an interface that allows me to have a list of dates or a calendar where I choose the date of the event by selecting it from this list or from the calendar.
Okay, then do what I said in my reply… add a date/time picker element to the form, and don’t set a maximum date for the picker.
Yeah… that’s what I thought you were asking…
I’m still not sure which part of that you’re having trouble with though, or why?
What’s wrong with a regular date/time picker? (or a calendar?)
But, if you really don’t want to use those, then you can use a series of dropdowns.
This topic was automatically closed after 70 days. New replies are no longer allowed.