Skip to content

forms action

David Spreekmeester edited this page Dec 2, 2014 · 1 revision

Setting the action attribute

<?php
$this->setAction(new Garp_Util_RoutedUrl('name of route', array()));
?>
Clone this wiki locally