Hi All,
I'm using:
<cfloop index="fname" list="#form.fieldnames#">
#fname#: #Evaluate("form." & fname)#<br>
</cfloop>
As a simple form handler. What I am looking to do is to NOT SEND (print in email) those name/value pairs that don't have a value.
I know fname is there always. What I can't seem to figure is how to check if form. & fname is NULL. can you advise on proper syntax.
Thanks Much
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
I'm using:
<cfloop index="fname" list="#form.fieldnames#">
#fname#: #Evaluate("form." & fname)#<br>
</cfloop>
As a simple form handler. What I am looking to do is to NOT SEND (print in email) those name/value pairs that don't have a value.
I know fname is there always. What I can't seem to figure is how to check if form. & fname is NULL. can you advise on proper syntax.
Thanks Much
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic