hi hans
Is it possible to use foxforms with the request=1 parameter?
It don't work with the both forms below, do you have any ideas?
thanks for any hints
nos

(:fox pagelistconfig foxtemplate="" redirect=1:)
Pagetypes:\\
(:input hidden pagetype {$showpagetype[]}:)
(:input default request=1 :)
||
||Article ||(:input checkbox showpagetype[] Article:) ||
||Blog ||(:input checkbox showpagetype[] Blog:) ||
||Issue ||(:input checkbox showpagetype[] Issue:) ||
||Comment ||(:input checkbox showpagetype[] Comment:) ||

(:input submit post:)
(:foxend pagelistconfig:)
(:pagelist group={*$Group} $:pagetype={$$showpagetype}:)



(:fox pagelistconfig foxtemplate=""
redirect={*$FullName}?showpagetype={$$showpagetype}:)
Pagetypes:\\
(:input hidden pagetype {$showpagetype[]}:)
(:input default request=1 :)
||
||Article ||(:input checkbox showpagetype[] Article:) ||
||Blog ||(:input checkbox showpagetype[] Blog:) ||
||Issue ||(:input checkbox showpagetype[] Issue:) ||
||Comment ||(:input checkbox showpagetype[] Comment:) ||

(:input submit post:)
(:foxend pagelistconfig:)

(:pagelist group={*$Group} $:pagetype={$?showpagetype}:)


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

Reply via email to