access.jamsadr.com
Open in
urlscan Pro
18.66.122.86
Public Scan
Submitted URL: https://access.jamsadr.com/cases/documentpreview?id=323311
Effective URL: https://access.jamsadr.com/authorization?redirectUrl=https%3a%2f%2faccess.jamsadr.com%2fcases%2fdocumentpreview%3fid%3d323311
Submission: On October 26 via manual from US — Scanned from DE
Effective URL: https://access.jamsadr.com/authorization?redirectUrl=https%3a%2f%2faccess.jamsadr.com%2fcases%2fdocumentpreview%3fid%3d323311
Submission: On October 26 via manual from US — Scanned from DE
Form analysis
6 forms found in the DOMPOST /api/jamsware/user/login
<form id="login-form" method="post" action="/api/jamsware/user/login">
<div class="row"> <label for="email">Email Address</label><br> <input type="email" id="email" name="email"> </div>
<div class="row"> <label for="password">Password</label>
<p class="forgotpass">Forgot password?</p> <input type="password" name="password" id="password"> <span toggle="#password-field" class="toggle-password field-text" onclick="showPassword()">Show</span>
</div>
<div class="row">
<div class="remember_me"> <input type="checkbox" id="rmmbr" name="rmmbr"> <label for="rmmbr">Remember me!</label> </div>
<div id="reCapcha" style="">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeFzgEVAAAAAIAgxglPvdp8v7rOKW6ON24RFl2V&co=aHR0cHM6Ly9hY2Nlc3MuamFtc2Fkci5jb206NDQz&hl=de&v=YhkYx1k-yvvb8OonJPmOpoJY&size=normal&cb=lc1g1fljyauk"
width="304" height="78" role="presentation" name="a-p2jdeeu9ulx3" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div> <input type="submit" value="SIGN IN">
<div class="red"></div>
<div class="green"></div>
</div>
</form>
POST /api/jamsware/user/request-password
<form class="email-reset" method="post" action="/api/jamsware/user/request-password"> <label for="email">Email Address</label><br> <input type="email" id="email" name="email" required=""
oninvalid="this.setCustomValidity('Please enter a vaild email address. Email address format should be "abc@mail.com"')" oninput="this.setCustomValidity('')"><br><br> <input class="reset" type="submit" value="Send Reset Password Link">
<p class="cancel">Cancel</p>
</form>
<form class="email-resend" "=""> <label for=" email">Email Address</label><br> <input type="email" id="email-resend" name="email" required=""
oninvalid="this.setCustomValidity('Please enter a vaild email address. Email address format should be "abc@mail.com"')" oninput="this.setCustomValidity('')"><br><br> <input class="reset" type="submit" value="Resend Verification Mail">
<p class="cancel">Cancel</p>
</form>
POST /api/jamsware/user/reset-password
<form id="resetpass" method="post" action="/api/jamsware/user/reset-password">
<div class="row">
<div class="col-12"> <label for="resetemail">Email Address</label><br> <input type="email" id="resetemail" name="resetemail" required=""> </div>
</div>
<div class="row">
<div class="col-md-12"> <label for="resetpassword">New Password</label><br> <input type="password" name="resetpassword" id="resetpassword" required="" onkeyup="typePass()" maxlength="30"> <span toggle="#resetpassword-field"
class="toggle-password field-text showres" onclick="showresetPassword()">Show</span>
<ul class="form-info">
<li class="length">8-30 characters (case sensitive)</li>
<li class="uppercaseletter">Must contain at least 1 uppercase letter</li>
<li class="lowercaseletter">Must contain at least 1 lowercase letter</li>
<li class="number">Must contain at least 1 number</li>
<li class="special-char">Special characters are mandatory.</li>
</ul> <label for="confirm_resetpassword">Retype Password</label><br> <input type="password" name="confirm_resetpassword" id="confirm_resetpassword" required="" maxlength="30"> <span toggle="#password-field-new"
class="toggle-password field-text showres2" onclick="showresetPassword2()">Show</span>
</div>
</div>
<div class="row">
<div class="col-md-12"><input type="submit" value="Save" class="save"></div>
</div>
</form>
POST /api/jamsware/user/register
<form id="createanaccount" method="post" action="/api/jamsware/user/register">
<div class="row">
<div class="col-md-6"> <label for="firstname">First Name</label><br> <input type="text" id="firstname" name="firstname" maxlength="20" required="" onkeyup="typefirstName()" oninvalid="this.setCustomValidity('Please enter your first name')"
oninput="this.setCustomValidity('')">
<div class="error-firstname">Only letters are allowed</div>
</div>
<div class="col-md-6"> <label for="lastname">Last Name</label><br> <input type="text" id="lastname" name="lastname" maxlength="20" required="" onkeyup="typelastName()" oninvalid="this.setCustomValidity('Please enter your last name')"
oninput="this.setCustomValidity('')">
<div class="error-lastname">Only letters are allowed</div>
</div>
</div>
<div class="row">
<div class="col-md-12"> <label for="createemail">Email Address</label><br> <input type="email" id="createemail" name="email" required=""
oninvalid="this.setCustomValidity('Please enter a vaild email address. Email address format should be "abc@mail.com"')" oninput="this.setCustomValidity('')">
<p class="form-info">Note: If you're an existing JAMS client, please use the email address you provided to us previously. </p>
</div>
</div>
<div class="row">
<div class="col-md-6"> <label for="phone">Mobile Number (Optional)</label><br> <input type="text" id="phone" name="phone" placeholder="( ) - " maxlength="20"> </div>
<div class="col-md-6"> <label>Location</label><br> <select id="location" name="locationSupportEmails" class="select" required="" oninvalid="this.setCustomValidity('Please select a location.')" oninput="this.setCustomValidity('')">
<option selected="selected" value="">Select Location</option>
<option value="NGilchrist@jamsadr.com,lhall@jamsadr.com" data-position="0">Atlanta, Georgia</option>
<option value="SHarrison@JAMSADR.com" data-position="1">Boca Raton, Florida</option>
<option value="kmaccubbin@jamsadr.com,gthorp@jamsadr.com" data-position="2">Boston, Massachusetts</option>
<option value="rjoseph@jamsadr.com,KBeutler@JAMSADR.com" data-position="3">Century City, California (Southern)</option>
<option value="jwilkin@jamsadr.com" data-position="4">Chicago, Illinois</option>
<option value="celazar@jamsadr.com" data-position="5">Dallas, Texas</option>
<option value="admindocs@jamsdenver.com" data-position="6">Denver, Colorado</option>
<option value="snevins@jamsadr.com" data-position="7">Detroit, Michigan</option>
<option value="tloscalzo@jamsadr.com" data-position="8">Houston, Texas</option>
<option value="jtruex@jamsadr.com,KAdams@JAMSADR.com" data-position="9">Inland Empire, California (Southern)</option>
<option value="fzare@jamsadr.com,MLevington@jamsadr.com" data-position="10">JAMS HQ, California (Southern)</option>
<option value="msatterthwaite@jamsadr.com" data-position="11">Las Vegas, Nevada</option>
<option value="BKing@JAMSADR.com" data-position="12">London, United Kingdom</option>
<option value="jtruex@jamsadr.com,alieu@jamsadr.com" data-position="13">Los Angeles, California (Southern)</option>
<option value="ecabrera@jamsadr.com" data-position="14">Miami, Florida</option>
<option value="dlewis@jamsadr.com" data-position="15">Minneapolis, Minnesota</option>
<option value="csmith@jamsadr.com,dduzant@jamsadr.com" data-position="16">New York, New York</option>
<option value="MLevington@jamsadr.com,lwinch@jamsadr.com" data-position="17">Orange County, California (Southern)</option>
<option value="rriffe@jamsadr.com" data-position="18">Philadelphia, Pennsylvania</option>
<option value="kclerici@jamsadr.com" data-position="19">Sacramento, California (Northern)</option>
<option value="labrantes@jamsadr.com" data-position="20">San Diego, California (Southern)</option>
<option value="sschreiber@jamsadr.com" data-position="21">San Francisco, California (Northern)</option>
<option value="sschreiber@jamsadr.com" data-position="22">Santa Rosa, California (Northern)</option>
<option value="mnemeth@jamsadr.com" data-position="23">Seattle, Washington</option>
<option value="jcare@jamsadr.com,cvictory@jamsadr.com" data-position="24">Silicon Valley, California (Northern)</option>
<option value="lsmith@jamsadr.com" data-position="25">St. Louis, Missouri</option>
<option value="jedmonds@jamsadr.com" data-position="26">Toronto, Ontario, Canada</option>
<option value="HMuirhead@JAMSADR.com" data-position="27">Walnut Creek, California (Northern)</option>
<option value="sharrison@jamsadr.com" data-position="28">Washington, D.C.</option>
</select> </div>
</div>
<div class="row">
<div class="col-md-12"> <label for="createpassword">Password</label><br> <input type="password" name="password" id="createpassword" maxlength="30" required="" onkeyup="passwordCheck()"
oninvalid="this.setCustomValidity('Please enter your password.')" oninput="this.setCustomValidity('')"> <span toggle="#password-field-new" class="toggle-password field-text createpass" onclick="showcreatePassword()">Show</span>
<ul class="form-info">
<li class="length">8-30 characters (case sensitive)</li>
<li class="uppercaseletter">Must contain at least 1 uppercase letter</li>
<li class="lowercaseletter">Must contain at least 1 lowercase letter</li>
<li class="number">Must contain at least 1 number</li>
<li class="special-char">Must contain at least 1 special character.</li>
</ul> <label for="confirm_createpassword">Retype Password</label><br> <input type="password" name="confirm_password" id="confirm_createpassword" maxlength="30" required=""
oninvalid="this.setCustomValidity('The passwords entered do not match.')" oninput="this.setCustomValidity('')"> <span toggle="#password-field-new" class="toggle-password field-text confirmpass" onclick="showconfirmPassword()">Show</span>
</div>
</div>
<div class="row">
<div class="col-md-12"> <input type="checkbox" id="checkbox" name="opt-in" required="" oninvalid="this.setCustomValidity('Please accept the Privacy policy and Terms of Service to create an account. ')" oninput="this.setCustomValidity('')"> <label
for="checkbox">I agree to the <a href="/terms-of-service" target="_blank">Terms of Service</a> and <a href="/privacy-policy" target="_blank">Privacy Policy</a></label> </div>
</div>
<div class="row">
<div class="col-md-12"> <input type="submit" id="register" value="Create an Account">
<div class="red"></div>
</div>
</div>
</form>
POST #
<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Search the online dictionary..."
aria-label="Search the online dictionary..."> <i class="acsbi-search"></i> </form>
Text Content
Skip to Content ↵ENTER Skip to Menu ↵ENTER Skip to Footer ↵ENTER Log in Create an Account Email Address Password Forgot password? Show Remember me! FORGOT PASSWORD? To reset your password, we will send a verification link to your email address registered to your account. Email Address Cancel RESEND VERIFICATION MAIL We will resend a verification link to your email address registered to your account. Email Address Cancel RESET YOUR PASSWORD Email Address New Password Show * 8-30 characters (case sensitive) * Must contain at least 1 uppercase letter * Must contain at least 1 lowercase letter * Must contain at least 1 number * Special characters are mandatory. Retype Password Show First Name Only letters are allowed Last Name Only letters are allowed Email Address Note: If you're an existing JAMS client, please use the email address you provided to us previously. Mobile Number (Optional) Location Select LocationAtlanta, GeorgiaBoca Raton, FloridaBoston, MassachusettsCentury City, California (Southern)Chicago, IllinoisDallas, TexasDenver, ColoradoDetroit, MichiganHouston, TexasInland Empire, California (Southern)JAMS HQ, California (Southern)Las Vegas, NevadaLondon, United KingdomLos Angeles, California (Southern)Miami, FloridaMinneapolis, MinnesotaNew York, New YorkOrange County, California (Southern)Philadelphia, PennsylvaniaSacramento, California (Northern)San Diego, California (Southern)San Francisco, California (Northern)Santa Rosa, California (Northern)Seattle, WashingtonSilicon Valley, California (Northern)St. Louis, MissouriToronto, Ontario, CanadaWalnut Creek, California (Northern)Washington, D.C. Password Show * 8-30 characters (case sensitive) * Must contain at least 1 uppercase letter * Must contain at least 1 lowercase letter * Must contain at least 1 number * Must contain at least 1 special character. Retype Password Show I agree to the Terms of Service and Privacy Policy JAMS IS REIMAGINING ADR. We're devising new ways to meet your needs during uncertain times, including virtual dispute resolution options. PROACTIVE ADR IN AN UNPREDICTABLE WORLD Conflict is inevitable in the global economy. Drawing on 40 years of high-stakes dispute resolution, we're crafting custom processes to address problems at any stage. JAMS SOLUTIONSTM FOR HIGHER EDUCATION Cost-effective, formal and informal resolution for Title IX matters JAMS DIVERSITY AND INCLUSION ARBITRATION CLAUSE Our inclusion "rider" for commercial arbitration contracts recognizes the benefits of considering diversity in the arbitrator selection process. 1. 2. 3. 4. We use cookies to personalize and enhance your experience on our site. Visit our Privacy Policy to learn more or manage your personal preferences in our Cookie Consent Tool. By using our site, you agree to our use of cookies. DeclineAccept and closeOptions English Accessibility Adjustments Reset Settings Statement Hide Interface Choose the right accessibility profile for you OFF ON Seizure Safe Profile Eliminates flashes and reduces color This profile enables epileptic and seizure prone users to browse safely by eliminating the risk of seizures that result from flashing or blinking animations and risky color combinations. OFF ON Vision Impaired Profile Enhances the website's visuals This profile adjusts the website, so that it is accessible to the majority of visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others. OFF ON Cognitive Disability Profile Assists with reading and focusing This profile provides various assistive features to help users with cognitive disabilities such as Autism, Dyslexia, CVA, and others, to focus on the essential elements of the website more easily. OFF ON ADHD Friendly Profile More focus and fewer distractions This profile significantly reduces distractions, to help people with ADHD and Neurodevelopmental disorders browse, read, and focus on the essential elements of the website more easily. OFF ON Blind Users (Screen-reader) Use the website with your screen-reader This profile adjusts the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is installed on the blind user’s computer and smartphone, and websites should ensure compatibility with it. Note: This profile prompts automatically to screen-readers. OFF ON Keyboard Navigation (Motor) Use the website with the keyboard This profile enables motor-impaired persons to operate the website using the keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Note: This profile prompts automatically for keyboard users. Content Adjustments Content Scaling Default Readable Font Highlight Titles Highlight Links Text Magnifier Adjust Font Sizing Default Align Center Adjust Line Height Default Align Left Adjust Letter Spacing Default Align Right Color Adjustments Dark Contrast Light Contrast Monochrome High Saturation Adjust Text Colors Cancel High Contrast Adjust Title Colors Cancel Low Saturation Adjust Background Colors Cancel Orientation Adjustments Mute Sounds Hide Images Read Mode Reading Guide Useful Links Select an option Home Header Footer Main Content Stop Animations Reading Mask Highlight Hover Highlight Focus Big Black Cursor Big White Cursor HIDDEN_ADJUSTMENTS Keyboard Navigation Accessible Mode Screen Reader Adjustments Read Mode Powered By Crownpeak Choose the Interface Language English Español Deutsch Português Français Italiano עברית 繁體中文 Pусский عربى عربى Nederlands 繁體中文 日本語 Hide Accessibility Interface? Please note: If you choose to hide the accessibility interface, you won't be able to see it anymore, unless you clear your browsing history and data. Are you sure that you wish to hide the interface? Accept Cancel Continue Processing the data, please give it a few seconds...