Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2013-12-20 14:00:17
- dorka
- Member
- Registered: 2012-10-04
- Posts: 90
Re: [howto] Filter article lists by custom field using drop-down select menus
Btw, my first thought was to use type attribute of <txp:page_url />
, like this <txp:page_url type="c" />
but it didn’t output the url correctly:
...www.mysite.com/03_v_nabidce/baroko?SelectSize=116
instead of ...www.mysite.com/03_v_nabidce/c=baroko?SelectSize=116
Why is that?
Offline
Re: [howto] Filter article lists by custom field using drop-down select menus
You mean, in form action='<txp:page_url />'
attribute? It will be lost, unless you set method="post"
, which should work too.
Offline