I'm new to elgg, i want to create a action of the submit in out of the plugins,the current page is
In code
<input type="submit" name="submit" action="<?php echo site_url ?>/action/datacheck" />
the output is below
http://localhost/sample.com/testplugins/action/datacheck.php
i need to action out of the plugins like
http://localhost/sample.com/action/datacheck.php
also i give the url in directly
but was not working,how can i give the url
please help me and thanks in advance
