Guy Regimbal wrote:Jo Ann wrote:
Although that might work as for the "visual" part of the element, I think that would still not allow for the "required" setting for the element since it's already pre selected. This would still cause issues if you need it to be filled in and they don't as they wouldn't get an error message or warning message telling them they missed a field... I think?
If the element does not need to be selected, it would then be set to not required and would not cause a warning message if not selected.
Guy
I think you missed what I meant. In most cases a selection is usually required if you're using Radio buttons, so by putting a hidden "already selected" choice that users can't see, you are nullifying the "Required" setup as something is already checked even though it's not visible to the users. That make more sense?
In this way, it won't matter if you have it set to required or not because it still has a pre selected choice and even if it's set to Required, it won't ever give a warning message to the users if they don't choose something, because in reality something is already chosen.
Unless I misunderstood what you meant by the Hidden setup? That's possible too