Question regarding what can be done in an email action.

I am sending out an email after an instructor records via web interface
whether or not a student has completed, cancelled or no showed a class
they have enrolled in.

Basically in the database it's a "1 or a 0" if they completed,
cancelled..etc.

In my email action ..I have something like the following:

<@ARG Name> has just been recorded as 
<@ARG completed>
<@ARG cancelled>
<@ARG noshow>
the following class.

<@ARG class> that was on <@ARG class_date>.


What I am having problems with is it possible to do the following:

<@IF EXP<@ARG completed>=1>
        <@ARG completed>
<@ELSEIF EXP<@ARG completed=0>
        
<@IF>

Am I on the right track here? And can it be done in an email action?

Thanks for any help 


Steve
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to