[pmwiki-users] input fox

noskule noskule at gmx.net
Tue Feb 26 08:17:10 CST 2008


hi list
I try to build a form with checkboxes. If there are switches on the 
value should be 0 else 1.
The code below let switch the boxes on but not off anymore. Does anyone 
see the problem?
thanks for any hints
nos

(:fox SkinsectionsSite ptvtarget={*$FullName} template=0 redirect=1:)
(:input default source={*$FullName}:)
||
||SiteNavigation ||(:input checkbox name=$:SiteNavigation 0:)||
||SiteHeader||(:input checkbox name=$:SiteHeader 0:)||
||(:input submit post "Change Settings":)||||
(:foxend SkinsectionsSite:)

(:SiteNavigation: 1:)
(:SiteHeader: 1:)

* SiteNavigation: {*$:SiteNavigation}
* SiteHeader: {*$:SiteHeader}



More information about the pmwiki-users mailing list