Birthday List
Are you coming to my birthday party?
Please type in your name in the box, click the appropriate button and click Enter (:fox form1:) (:foxmessages:)
I am coming: | I am not coming | Perhaps |
(:foxtemplate "||{$$author} ||{[foxdelline]} ||":) (:foxend form1:)
People coming(:foxprepend form1 vote1:)
|
People not coming(:foxprepend form1 vote2:)
|
People perhaps coming(:foxprepend form1 vote3:)
|
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:)