scribe.digitalarchives.wa.gov Open in urlscan Pro
173.225.95.16  Public Scan

URL: https://scribe.digitalarchives.wa.gov/
Submission: On July 16 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /

<form action="/" method="post">
  <div class="row">
    <div class="large-12 columns" style="padding-bottom: 0;">
      <label>Username</label>
      <input id="UserName" name="UserName" type="text" value="">
    </div>
  </div>
  <div class="row">
    <div class="large-12 columns">
      <label>Password</label>
      <input id="Password" name="Password" type="password">
    </div>
  </div>
  <div class="row">
    <div class="small-12 columns" style="text-align: right;">
      <a id="forgotPassword" class="password-link small secondary button">Forgot Password</a>
      <a id="loginButton" class="small button">Log In</a>
    </div>
  </div>
  <input type="submit" style="position: absolute; left: -9999px; width: 1px; height: 1px;">
  <div>
    <div class="validation-summary-valid" data-valmsg-summary="true">
      <ul>
        <li style="display:none"></li>
      </ul>
    </div>
  </div>
</form>

POST /

<form action="/" method="post">
  <div id="password-step-1">
    <h4>Reset Your Password</h4>
    <p>Forgot your password? No problem! We can reset it for you in a jiffy.</p>
    <a class="close-reveal-modal">×</a>
    <div class="row">
      <div id="form_UserName" class="large-12 columns">
        <label>What is your username?</label>
        <input id="UserName" name="UserName" type="text" value="">
        <small class="error" style="display: none"></small>
      </div>
    </div>
    <div class="row">
      <div id="form_EmailAddress" class="large-12 columns">
        <label>What is your email address?</label>
        <input id="EmailAddress" name="EmailAddress" type="text" value="">
        <small class="error" style="display: none"></small>
      </div>
    </div>
    <div class="row" style="padding-top:10px">
      <div class="large-6 columns" style="text-align:left">
      </div>
      <div class="large-6 columns" style="text-align:right">
        <a data-id="1" data-direction="next" href="#" class="small secondary button radius">Next</a>
      </div>
    </div>
  </div>
  <div id="password-step-2" style="display: none">
    <h4>Security Question</h4>
    <p>Please answer the question below to have your password reset.</p>
    <a class="close-reveal-modal">×</a>
    <div class="row">
      <div id="form_SecurityQuestion" class="large-12 columns">
        <label>Question</label>
        <p id="SecurityQuestion">Question Will Go Here</p>
        <small class="error" style="display: none"></small>
      </div>
    </div>
    <div class="row">
      <div id="form_SecurityAnswer" class="large-12 columns">
        <label>Answer</label>
        <input id="SecurityAnswer" name="SecurityAnswer" type="text" value="">
        <small class="error" style="display: none"></small>
      </div>
    </div>
    <br>
    <div class="row">
      <div class="large-6 columns" style="text-align:left">
        <a data-id="2" data-direction="previous" href="#" class="small button secondary radius">Back</a>
      </div>
      <div class="large-6 columns" style="text-align:right">
        <a data-id="2" data-direction="next" href="#" class="small button radius">Reset</a>
      </div>
    </div>
  </div>
</form>

POST /

<form action="/" method="post">
  <div id="register-step-1">
    <h4>Registration</h4>
    <p> Becoming a volunteer is quick and easy. First, provide your name, email address, and tell us how we may contact you. (Your address is optional.) </p>
    <a class="close-reveal-modal">×</a>
    <div class="row">
      <div id="form_FirstName" class="large-6 columns">
        <label>First Name</label>
        <input id="FirstName" name="FirstName" type="text" value="">
        <small class="error" style="display: none"></small>
      </div>
      <div id="form_LastName" class="large-6 columns">
        <label>Last Name</label>
        <input id="LastName" name="LastName" type="text" value="">
        <small class="error" style="display: none"></small>
      </div>
    </div>
    <div class="row">
      <div class="large-12 columns" id="form_EmailAddress">
        <label>Email Address</label>
        <input id="EmailAddress" name="EmailAddress" type="text" value="">
        <small class="error" style="display: none"></small>
      </div>
    </div>
    <div class="row">
      <div class="large-12 columns">
        <label style="height:15px"><input checked="checked" data-val="true" data-val-required="The SendGeneralAlerts field is required." id="SendGeneralAlerts" name="SendGeneralAlerts" type="checkbox" value="true"><input name="SendGeneralAlerts"
            type="hidden" value="false"> Send news and alerts about Scribe via email.</label>
        <label style="height:15px"><input checked="checked" data-val="true" data-val-required="The SendNewCollectionAlerts field is required." id="SendNewCollectionAlerts" name="SendNewCollectionAlerts" type="checkbox" value="true"><input
            name="SendNewCollectionAlerts" type="hidden" value="false"> Send weekly emails when new collections are added to Scribe.</label>
        <label style="height:15px"><input checked="checked" data-val="true" data-val-required="The SendNewsletter field is required." id="SendNewsletter" name="SendNewsletter" type="checkbox" value="true"><input name="SendNewsletter" type="hidden"
            value="false"> Send Newsletter.</label>
      </div>
    </div>
    <br>
    <div class="row">
      <div class="large-12 columns" id="form_Address_Street1">
        <label>Street Address</label>
        <input id="Address_Street1" name="Address.Street1" type="text" value="">
      </div>
    </div>
    <div class="row">
      <div class="large-12 columns" id="form_Address_Street2">
        <label>Street Address 2</label>
        <input id="Address_Street2" name="Address.Street2" type="text" value="">
      </div>
    </div>
    <div class="row">
      <div class="large-6 columns" id="form_Address_City">
        <label>City</label>
        <input id="Address_City" name="Address.City" type="text" value="">
      </div>
      <div class="large-2 columns" id="form_Address_State">
        <label>State</label>
        <input id="Address_State" name="Address.State" type="text" value="">
      </div>
      <div class="large-4 columns" id="form_Address_Zip">
        <label>Zip</label>
        <input id="Address_Zip" name="Address.Zip" type="text" value="">
      </div>
    </div>
    <div class="row" style="padding-top:10px">
      <div class="large-6 columns" style="text-align:left"></div>
      <div class="large-6 columns" style="text-align:right">
        <a data-id="1" data-direction="next" href="#" class="small secondary button radius">Next</a>
      </div>
    </div>
  </div>
  <div id="register-step-2" style="display: none">
    <h4>Privacy Settings</h4>
    <p>Your privacy and the work you do are both very important to us. Can we display your name on records you have transcribed for the <a href="http://digitalarchives.wa.gov" target="_blank">Washington State Archives</a>, and on the Scribe
      leaderboards?</p>
    <a class="close-reveal-modal">×</a>
    <div class="row">
      <div id="form_PrivacyTypeID" class="large-12 columns">
        <small class="error" style="display: none"></small>
        <label style="height:15px;"><input data-val="true" data-val-number="The field PrivacyTypeID must be a number." data-val-required="The PrivacyTypeID field is required." id="PrivacyTypeID" name="PrivacyTypeID" type="radio" value="1"> Yes, and
          show my name as: <span id="first-name-placeholder"></span>.</label>
        <label style="height:15px;"><input id="PrivacyTypeID" name="PrivacyTypeID" type="radio" value="2"> Yes, and show my name as: <span id="first-name-last-initial-placeholder"></span>.</label>
        <label style="height:15px;"><input id="PrivacyTypeID" name="PrivacyTypeID" type="radio" value="3"> Yes, and show my name as: <span id="first-name-last-name-placeholder"></span>.</label>
        <label style="height:15px;"><input id="PrivacyTypeID" name="PrivacyTypeID" type="radio" value="4"> No, I would like to remain anonymous, please do not show my name.</label>
      </div>
    </div>
    <br>
    <div class="row">
      <div class="large-6 columns" style="text-align:left">
        <a data-id="2" data-direction="previous" href="#" class="small button secondary radius">Back</a>
      </div>
      <div class="large-6 columns" style="text-align:right">
        <a data-id="2" data-direction="next" href="#" class="small button secondary radius">Next</a>
      </div>
    </div>
  </div>
  <div id="register-step-3" style="display: none">
    <h4>Secure Your Account</h4>
    <p>You are almost done! Choose a username and password combination, and answer one of the security questions and you will be able to start using Scribe today!</p>
    <a class="close-reveal-modal">×</a>
    <div class="row">
      <div id="form_UserName" class="large-12 columns">
        <label>Username</label>
        <input id="UserName" name="UserName" type="text" value="">
        <small class="error" style="display: none;"></small>
      </div>
    </div>
    <div class="row">
      <div id="form_Password" class="large-6 columns">
        <label>Password</label>
        <input id="Password" name="Password" type="password">
        <small class="error" style="display: none;"></small>
      </div>
      <div id="form_ConfirmPassword" class="large-6 columns">
        <label>Confirm Password</label>
        <input id="ConfirmPassword" name="ConfirmPassword" type="password">
        <small class="error" style="display: none;"></small>
      </div>
    </div>
    <div class="row">
      <div id="form_SecurityQuestion" class="large-12 columns">
        <label>Security Question</label>
        <select id="SecurityQuestion" name="SecurityQuestion">
          <option>What was the last name of your third grade teacher?</option>
          <option>When you were young, what did you want to be when you grew up?</option>
          <option>Who was your childhood hero?</option>
          <option>What was the name of your second pet?</option>
        </select>
        <small class="error" style="display: none;"></small>
      </div>
    </div>
    <div class="row">
      <div id="form_SecurityAnswer" class="large-12 columns">
        <label>Answer</label>
        <input id="SecurityAnswer" name="SecurityAnswer" type="text" value="">
        <small class="error" style="display: none;"></small>
      </div>
    </div>
    <div class="row">
      <div class="large-6 columns" style="text-align:left">
        <a data-id="3" data-direction="previous" href="#" class="small button secondary radius">Back</a>
      </div>
      <div class="large-6 columns" style="text-align:right">
        <a data-id="3" data-direction="next" href="#" class="small button radius">Register</a>
      </div>
    </div>
  </div>
</form>

Text Content

Username
Password
Forgot Password Log In
 * 

WHAT IS SCRIBE?

Scribe allows you to help the Washington State Archives transcribe records for
public access.

Create an account and help make public records accessible to people across the
globe.

> Wonderful, you men of Athens, wonderful is the custody of the public records.
> Aeschines

> Glory is acquired by virtue but preserved by letters. Petrarch

> The farther backward you can look, the farther forward you are likely to see.
> Winston Churchill

> Study the past if you would define the future. Confucius


WASHINGTON STATE ARCHIVES

RESET YOUR PASSWORD

Forgot your password? No problem! We can reset it for you in a jiffy.

×
What is your username?
What is your email address?
Next

SECURITY QUESTION

Please answer the question below to have your password reset.

×
Question

Question Will Go Here

Answer

Back
Reset

REGISTRATION

Becoming a volunteer is quick and easy. First, provide your name, email address,
and tell us how we may contact you. (Your address is optional.)

×
First Name
Last Name
Email Address
Send news and alerts about Scribe via email. Send weekly emails when new
collections are added to Scribe. Send Newsletter.

Street Address
Street Address 2
City
State
Zip
Next

PRIVACY SETTINGS

Your privacy and the work you do are both very important to us. Can we display
your name on records you have transcribed for the Washington State Archives, and
on the Scribe leaderboards?

×
Yes, and show my name as: . Yes, and show my name as: . Yes, and show my name
as: . No, I would like to remain anonymous, please do not show my name.

Back
Next

SECURE YOUR ACCOUNT

You are almost done! Choose a username and password combination, and answer one
of the security questions and you will be able to start using Scribe today!

×
Username
Password
Confirm Password
Security Question What was the last name of your third grade teacher? When you
were young, what did you want to be when you grew up? Who was your childhood
hero? What was the name of your second pet?
Answer
Back
Register