Hi,
I have this html form below on my joomla site in a module top of my page.
what i want to do is when they submit the form the result will open up in my joomla site or in wrapper of my site.
now the page opens outside the site as it is page outside joomla.
is it possible to use your plugin somehow to redirect the result in to my joomla wrapper/site
<form method="post" action="
www.mysite.come/start/order/dologin.php?goto=clientarea">
<input type="hidden" name="token" value="a7884af9dc9736718fb9d45dd40317171010078a" />
<input type="text" value="email" name="username"/>
<input type="text" value="pass" name="password"/>
<input type="submit" value="go"/>
</form>