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}

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to