1 2 3 4 5 6
<h1>Delete Account</h1> Do you really want to delete account? <?php $this->deleteconfirmform->setAction($this->url()); echo $this->deleteconfirmform; ?>