How do I create a GET form

filisko
Member | 9
+
0
-

Hi,

How is it possible to create a form with method “GET” and fill the fields accordingly? (manually setting method=get doesnt fill the form)

Marek Bartoš
Nette Blogger | 1173
+
+1
-
$form = new Form();
$form->setMethod('get');