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:
- 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?
- 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?