How can I make a field conditionally required (without using a validation rule)?

We’ve been kicking aroudn the idea of packaging conditional properties with the rendering conditions that we are working on.  So for any given component - in addition to building conditions that manage if it should show or hide,  conditions could determine whether the field should be required, set its default value,  etc.  Of course that’s all pie in the sky right now,  but its where we are headed. 

For now I think the answer is that you could control the client side validation with custom Javascript using a custom renderer.    I think thats the best you could do…

1 Like