If formmenu is empty

I have tried the search but cant figure it out yet how to create what i want. I have a form that has 3 lines that can be filled with a before and after price.. But if for example i dont fill in site3, i dont want the 'voor' tekst to be shown. I was thinking to put that 'van prijs - voor - nieuwe prijs' in a group so IF site 1 for example has no input it will not show.

{time: DD-MM-YY} | Totale stock: {formtext: name=FB en eigen} |

{formmenu: default=\ ; END >\ ; ARM >\ ; MTB >\ ; WMS >\ ; DMS >\ ; MNT >\ ; WOD >\ ; Bol.NL >\ ; Bol.BE >\ ; name=site 1}{formtext: name=Van prijs1; default=} voor {formtext: name=Nieuwe prijs1}

{formmenu: default=\ ; END >\ ; ARM >\ ; MTB >\ ; WMS >\ ; DMS >\ ; MNT >\ ; WOD >\ ; Bol.NL >\ ; Bol.BE >\ ; name=site 2}{formtext: name=Van prijs2; default=} voor {formtext: name=Nieuwe prijs2}

{formmenu: default=\ ; END >\ ; ARM >\ ; MTB >\ ; WMS >\ ; DMS >\ ; MNT >\ ; WOD >\ ; Bol.NL >\ ; Bol.BE >\ ; name=site 3}{formtext: name=Van prijs3; default=} voor {formtext: name=Nieuwe prijs3 >\ }

Hi!

It sounds like you want to use our {if} command:

Is this the type of thing you are looking for?

{formmenu: ; Red; Green; Blue; name=color}{if: color <> ""} is my favorite color{endif}

Scott, you legend you! I knew it would be so simple but i just could not get it right. Thank you so much!