add the following code at line 1 of the login page:
<?php require_once( "webassist/security_assist/helper_php.php" ); ?>
the code near the end of line 122 has some hyphens that should not be there, see the attached screen shot.
in blank.php, change line 47:
<th style="font-size: 12px; width: 134px; text-align: right; padding: 3px 10px 3px 3px; font-weight: bold;">&randomString<?php echo(str_replace("_"," ",$pkey)); ?>:</th>
to:
<th style="font-size: 12px; width: 134px; text-align: right; padding: 3px 10px 3px 3px; font-weight: bold;"><?php echo(str_replace("_"," ",$pkey)); ?>:</th>
for details on removing some of the fields from the email message, see the "Customize the elements in your form-generated emails" tutorial on the data bridge support page:
data-bridge/