I notice you have the action for your form set to : index.php?action=info
I did this once and it caused problems for me, what you should do is make a hidden field to store that value like so:
<input type="hidden" name="action" value="info" />

And you need a space between ' and where