**<div>
</div>
<form method='post' action='<?php echo /application/default/controllers/views/certificates.php ?>'>
<input type='text' id='lon' value='<?php echo $user->login?>'/>
<input type='submit' Name='submit' value='Certificate'/>
</form>
</div>
</div>**
The above code makes form in the user page, but the form action gives error like, Not found . So please give some answers to solve this and help me to set form action to a .php file in zend framework. I'm using wamp server to run this.