ZML snippet text criteria throws ZML error

ZML snippet text criteria throws ZML error

I'm trying to fetch and display a value in a panel, based upon a Form Data criteria, per the example in the help docs. I keep getting a ZML error. Here's what I am doing:

- Application name is spotlight
- Summary is a field in the referenced form (project_summary1)
- I have obscured the true email address in the pasted code below

<%{
%>
<panel> 
<pr height='fill' width='fill'>
<pc width='100%' bgColor='#FFFFFF' padding='20px' hAlign="left">
<text type='Form Data'  value='spotlight.project_summary1.Summary' criteria= 'Email=="valid_email_address_from_Email_field_in_form"'>
</text>
</pc>
</pr>
</panel>
<%

}%>