Adding a Validation Field to a Form (Minimum Date Selection)

Hi Adalo Community,

I’m working on an app where users can create and manage time-sensitive entries, and I need assistance setting up a few functionalities. I’d appreciate any guidance on the following:

  1. Adding a Validation Field to a Form (Minimum Date Selection)
  • In a form where users select a date field, I need to enforce a minimum duration (e.g., users should only be able to pick a date that is at least 90 days from today).
  • What’s the best way to restrict date selection inside a form to ensure users follow this rule?
  1. Providing an Option to Renew Instead of Deleting Expired Entries
  • When a user tries to delete an entry that has reached its expiration date, I want them to see an option to extend it instead (with a new expiration date).

What’s the best way to allow users to manually renew an expired entry while preventing early deletion?

You can achieve this functionality by using the conditional visibility and the order or booking date will only be created is the date selected is before or after some times or date

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.