Same error
Quote:
Originally Posted by BBR-APBT
Try
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
Edit: Should I do something with this in the reciving part of the code?
Or should it just be enough with just passing it along with the form?
Also, the widget loads a "external" webpage:
PHP Code:
// UNTESTED
ob_start();
include("test/addApplication.php");
echo "<br />\n";
$output .= ob_get_contents();
ob_end_clean();