You can’t do this in the designer but you can by using some custom js – we do a similar thing by calling a js function that uses :
document.getElementById("fieldname").setAttribute("ismMandatory","true");
to set the field as mandatory.
Cheers,
Dan