<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi,</div>
<div><br>
</div>
<div>I can see that the forms.py file can have parameters/inputs that are of class type "switchable switched", i.e. this field 'B' will appear on the form if it's 'switched' based on a choice from a previous field 'A'. Then depending on the choice made for
 'B', field 'C' will appear on the form.</div>
<div><br>
</div>
<div>I want to now find out if the 'choices' for the forms field 'B' can also be switched. i.e depending on the choice made in field 'A', the choices that will appear for 'B' will change. Is this doable?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div>Abishek</div>
</body>
</html>