Are you coming to my birthday party?

Please type in your name in the box, click the appropriate button and click Enter

I am coming: I am not coming Perhaps

People coming

Mary 
Your Ex 
Joe 
Amander 
sam 
Volki 
ira 

People not coming

jochen 
tKyrios 
Jackie Chang 
Your mother 
Hiro 
33333 
noway 
James 
joe 

People perhaps coming

kk 
jochen 
Bin Laden Bush Lateshow 
aleks 
sonia 

Source Code:

Note that I am using also a custom conditional, defined like this in config.php:

# add conditional markup: (:if author AUTHORNAME:)
$Conditions['author'] = "$GLOBALS['Author']==$condparm";

Source code:

(:fox form1:)
(:input text author {$Author} size=20:)
||width=80%
||I am coming: (:input radio foxplace vote1 checked:) 
||I am not coming (:input radio foxplace vote2:) 
||Perhaps (:input radio foxplace vote3:) ||(:input submit post "Enter":) ||
(:foxtemplate "||{$$author} ||(:if author {$$author}:){[foxdelline]}(:if:) ||":)
(:foxend form1:)
(:table width=100%:)
(:cell:)
!!!!People coming
(:foxprepend form1 vote1:)
(:cell:)
!!!!People not coming
(:foxprepend form1 vote2:)
(:cell:)
!!!!People perhaps coming
(:foxprepend form1 vote3:)
(:tableend:)