I'm working on a form in connect 123 which is published to arc enterprise 10.8.1 where the customer wants the form to not allow submissions before 7 working days from now. So for example 6 working days from now would generate an error but 7 working days from now would be ok.
It needs to be clever enough to recognise English bank holidays & weekends.
The constraint message would say something like 'sorry you're trying to submit the form too early'
I've used this code '.> date(decimal-date-time(now()) + 10)' in the constraint column which is working for me but it recognise the difference between weekends, bank holidays & working days so this is what I'd like to aim towards if possible