Is there a way to validate a blank variable submitted via Forms?
For example I can validate whether or not the variable "is_set" or "empty" but if I submit a form without putting any values in at all I can't tell what the are set to and therefor have no way of controling the output.
Note: I have checked and made sure they are either is_set, empty, or null. Non of those has worked.