Conditionally Required

Is there a way to make a field conditionally required? I have a field (address) that I want shown all the time (not hidden). But if the answer to a previous question is Yes, I want the address field to be required (if the answer to the previous question is anything but yes, it is not required).

Thanks,
Steve

If you set a field to required and setup conditional logic the form can still be submitted even if it the field ultimately through conditional logic becomes hidden based on user responses to previous questions.

Just mark it required and set up conditional logic.