Hi, I have a form with the code below, which sends form option choice as "project" variable.
<form name="projects" method="get" action="\web\ttt.php?str=aaa" >
However, the output always looks this:
/ttt.php?Projects=3 //there is str=aaa missing which I defined in the form action.
How to let it pass this variable?
Thanks