Expression Validation on webform field

Options

I'm attempting to set some math based validation on a field for a web form but it's letting me submit each time. I've tried simplifying my expression to something as simple as "this > fields.fieldname", as is suggested on the help site, and that doesn't work either. It still submits if "this" is 2 and "fields.fieldname" is 100. Maybe I'm misunderstanding the Expression validation, though.

Answers