Trying to create numerous questions where they only appear if today's date falls between two dates.
Currently have a hidden field with calculation of "format-date(yyyy//mm//dd)" and tried the following formula in the relevant column for my series questions "today() < date('2021/06/31') and > date('2016/06/31)".
Have not been successful, do I need to replace today() with a field I created myself and can I even do between > and < relevant formulas?
Much appreciated