These two fields:
<field id="password_check" uionly="true" displaytype="FORMULA" label="Verification" readonly returntype="BOOLEAN" defaultvalue="false">
<formula>{{{password}}}=={{{PIN__c}}}</formula>
{{{email}}}=={{{Support_Email__c}}}
which reference these field pairs:
The password_check field works prefectly, but the email_check field never makes it into the model (no matter what I try)!
Why would that be happening?