The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Well, it's probably more about the code. What does it do now, does it still just reload?
It looks like right now you have method="get", but I see the other line commented out, so maybe you're just doing that to test? Also the submit button has styler=" (with just one quote), again maybe just something you're testing? I think that's stopping it from submitting because it's combining with the type=" that follows. But that means that it's not getting set to type="submit". Otherwise that looks OK, so I guess if it's reloading it would be an issue with the script. |
#12
|
|||
|
|||
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> Code:
<span class="error">*<?php echo $usernameErr; ?></span> I'm using the get method because on the post method it redirects me with this: |
#13
|
|||
|
|||
Quote:
Quote:
HTML Code:
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|