Hello, listers!
I am trying to implement conditionals in one of my formatting files. If I
write:
<html>
<head>
<title>format file</title>
</head>
<body>
[FMP-if:currentrecid.neq.]
text
...
[FMP-Else]
text
...
[/FMP-if]
</body>
</html>
I get no output on the screen after submitting a form o clickng on the
link.
Does this mean that in he case with conditionals I get to always use
[FMP-include] tag?
Best regards,
Victor