Show the result before submit

I’ve been trying to make a form to get a risk level. The inside of the form is 2 questions with a choice of yes or no and if the user’s choice meets the condition of the risk level (low, med, high), then the risk level will appear as a hint on the form before they submit the form. How can I achieve that? Any suggestion?

image

Thank you!

You should be able to configure 3 separate hints, and configure their visibility conditions based on the values of the choice components.

I’ve just made it by use the custom collection inside of the form and another data table to map the conditions.