<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
When using Fox forms I would like to replace a null/empty text from an
input field with a character, for example&nbsp; "-", so that the target page
is more readable.<br>
I think that I should create a Fox filter to take the empty variable
and replace it with a "-" but this is far beyond my knowledge. So I
tried a different route.<br>
I tried to use conditional markup in the Fox template, i.e. if input
text = "" then replace with "-" else display input text. <br>
<br>
In the Fox template I am using this syntax:<br>
<br>
(:if equal {$$Input_Text}
"":)(:{$$Input_Text}:"-":)(:else:){$$Input_Text}(:ifend:)<br>
<br>
However this doesn't work as I intended, the page shows&nbsp; (::"-":)&nbsp;&nbsp;
instead of just the&nbsp; - character I was hoping for.&nbsp; <br>
I can't figure out how to replace&nbsp; {$$Input_Text} with a preset
character when the input is empty.<br>
<br>
Any suggestions on this would be most appreciated.<br>
<br>
Thanks<br>
<br>
Graham</font><br>
<br>
<br>
<br>
<br>
</body>
</html>