<div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br><br></div>A problem !<br><br>I use a form in order to create a research page. It works, but I can't get the value of page text variables. <br><br>Example of form :<br><br>(:input form "<a href="http://labo.nonmarchand.org/pmwiki/">http://labo.nonmarchand.org/pmwiki/</a>" method:)<br>(:input hidden n 'Accueil.Recherche':)<br>(:input hidden group 'Blog':)<br>(:input hidden action search:)<br>(:input hidden $:RubriqueArticle '2':)<br>(:input hidden req 0:)<br>(:input submit value="Results":)<br>(:input end:)<br><br></div>The result in the adress bar is :<br><br><a href="http://labo.nonmarchand.org/pmwiki/?n=Accueil.Recherche&group=Blog&action=search&">http://labo.nonmarchand.org/pmwiki/?n=Accueil.Recherche&group=Blog&action=search&</a><b>ptv_RubriqueArticle</b>=2&req=0<br><br></div>And it doesn't work. The value of <b>ptv_</b>RubriqueArticle is omitted.<br><br></div>But it works if I manually change the writing of ptv (<b>$:</b>RubriqueArticle) in the adress bar as follow :<br><br><a href="http://labo.nonmarchand.org/pmwiki/?n=Accueil.Recherche&group=Blog&action=search&">http://labo.nonmarchand.org/pmwiki/?n=Accueil.Recherche&group=Blog&action=search&</a><b>$:RubriqueArticle</b>=2&req=0<br></div><br></div>So my question is how can I get the value of ptv in a search form ?<br><br></div>Thanks if you have any solution.<br><br></div>Benjamin<br></div>