Hi everyone,
I’m trying to create a code that would only be valid on a specific day and after that date, a different code is shown.
For example, if the date is Thursday, then form A is shown to the visitor; however, if the date is Friday, then from B is shown.
Can I do this with an If & Else snippet by using the date function?
Thanks!