Wait I think I know what it is:
Code:
<div class="blockrow">
<label for="username">Enter offender's name: </label>
<input type="text" class="primary textbox" id="name" name="username" tabindex="1" /></input><span class="error">*<?php echo $usernameErr; ?></span>
</div>
Specifically:
Code:
<span class="error">*<?php echo $usernameErr; ?></span>
Will that php word on a vbulletin page or will it need a variable ?
I'm using the get method because on the post method it redirects me with this: