Hi
I got this to work by opening the terms-of-use.php file in the plugin, and changing the line
<label for="terms" class="checkbox">I have read and agree to the <a href="<?php echo $terms_url ?>">Terms & Conditions</a></label>
to
<label for="terms" class="checkbox">I have read and agree to the <a href="<?php echo $terms_url ?>" target="_blank">Terms & Conditions</a></label>
Cheers
Kym