roxen.lists.roxen.general

Subject Author Date
If then problem... Jeff Justice <listaccount[at]starionline[dot]com> 14-03-2006
I am having problems with one of my if/then lines:

<if match='&form.email; = *@*.*'>
	<mail-form mess='Please enter a properly formed email address.' />
</if>

This line does work if the email address equals the format.  I really  
want the opposite.  If the form.email does NOT equal the format I  
want the message to reflect that.

I have tried the <>, I have tried "is not".  Neither works.  What  
would be the correct expression for "not equal to"?

Jeff J.