Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
hidden input?
allright i'm looking at the souce of a page and i find this:
<input type="hidden" name="data-submitted" value="true">
<input type="hidden" name="course_assessment_id" value="_1389_1">
<input type="hidden" name="course_id" value="_61329_1">
<input type="hidden" name="content_id" value="_71674_1">
<input type="hidden" name="step" value="null">
<input type="hidden" name="original_user_id" value="_75669_1">
<table cellpadding="0" cellspacing="0">```
how do i change
```markup
<input type="hidden" name="data-submitted" value="true">```
to make the value false?
It's an input isn't it? so why can't I input what I want.
wow ya i feel like an idiot.
but now i got this
<input type="hidden" name="data-submitted" value="true">
<input type="hidden" name="course_assessment_id" value="_1389_1">
<input type="hidden" name="course_id" value="_61329_1">
<input type="hidden" name="content_id" value="_71674_1">
<input type="hidden" name="step" value="null|javascript:alert(document.forms[0].data-submitted.value="false";">
<input type="hidden" name="original_user_id" value="_75669_1">
<table cellpadding="0" cellspacing="0">```
looks to me like it just got stuck on with a bar on the "step" input
Or you could download Live HTTP Headers for FireFox and edit the value sent via POST manually.