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)
$form = new Form(); $form->setMethod('get');