get('form')) { throw new \Amoforms\Views\Exceptions\Runtime('Form not exists'); } $router = \Amoforms\Router::instance(); $current_page = !empty($_GET['page']) ? $_GET['page'] : FALSE; $current_action = $router->get_action(); ?>