Visibility conditions relying on Hidden Date Field not working
-
I have a registration form with a field that is set to only be visible when the Date field (a hidden field set to mm/dd/yyyy format) BEGINS with 07, 08, etc.
Right now the field’s visibility is set to:
SHOW this field if ANY of the following rules match:
Registration Date starts with 07
Registration Date starts with 08
[Registration Date starts with 09] (I removed this line for testing)
Registration Date starts with 10
Registration Date starts with 11
Registration Date starts with 12Unfortunately, even when I removed the “09” condition (since the current month is September), the form field still displayed, so the conditions don’t seem to be actually working.
I also tried it with opposite logic, and that didn’t work either:
HIDE this field if ANY of the following rules match:
Registration Date starts with 01
Registration Date starts with 02
Registration Date starts with 03
Registration Date starts with 04
Registration Date starts with 05
Registration Date starts with 06When I changed the 06 entry to 09, this condition failed to hide the form field.
- The topic ‘Visibility conditions relying on Hidden Date Field not working’ is closed to new replies.