Making field mandatory/optional based on another column

Hi All

Sorry for another question.

Is there a way to make a field mandatory/optional on a form based on another entry in a separate column.

Thanks

Ben

Answers

  • Anelise Wilhelm
    Anelise Wilhelm ✭✭✭✭

    Hi @benngrainger You cannot toggle the mandatory property based on a form entry during the entry. However, you can use conditional logic on the form on FieldA to only show FieldB when the value chosen for FieldA is whatever value you want. Set FieldB on the form to be Required.

    FieldB will only show on the form (and be required) when FieldA meets the criteria selected on the conditional logic.

    Let me know if this works for you 😃