So I have custom forms for onboarding / offboarding users. We sometimes know 2-3 weeks in advance so I would like to add the ability to schedule these for the future. I added a a custom date attribute to the forms but I'm not sure how I integrate them.
If I add a statement at the beginning of the on/offboarding task to check the custom / if the date isn't today then do nothing, but how do I then kick off a scheduled task to take all the data that was inputed and then process the request on the given date?