app.qwoted.com
Open in
urlscan Pro
54.157.58.70
Public Scan
Submitted URL: https://u23569709.ct.sendgrid.net/ls/click?upn=CFxdeEuVCwJGUZ5w5G31bC3xzj13GRismhcRWCjdjWHm6KzrOs-2BhxTDQdcJvf4P6temt-2Brx5SRTcY7u...
Effective URL: https://app.qwoted.com/users/sign_up?invitation_token=xiwNZymIyTVXSQcXDaMz3w
Submission: On October 17 via api from US — Scanned from DE
Effective URL: https://app.qwoted.com/users/sign_up?invitation_token=xiwNZymIyTVXSQcXDaMz3w
Submission: On October 17 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMPOST /users/auth/twitter?invitation_token=xiwNZymIyTVXSQcXDaMz3w
<form class="js-default-signup-form" id="new_user" action="/users/auth/twitter?invitation_token=xiwNZymIyTVXSQcXDaMz3w" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input type="hidden" name="authenticity_token"
value="VTRU0SsFKLfUMdJ4scs3ygwGpcqDhMzDITHhIcWvnY8JoGyYGuVxIpiFvo7K2MCWXoetkfjJJWCSHgShGmsMjg==">
<input value="xiwNZymIyTVXSQcXDaMz3w" type="hidden" name="user[invitation_token]" id="user_invitation_token">
<input class="user_referring_page" type="hidden" name="user[referring_page]" id="user_referring_page">
<input class="user_signup_plan" type="hidden" name="user[signup_plan]" id="user_signup_plan">
<input value="source" class="user_user_type" type="hidden" name="user[user_type]" id="user_user_type">
<input class="user_reporter_subtype_list" type="hidden" name="user[reporter_subtype_list]" id="user_reporter_subtype_list">
<input value="source_self" class="user_source_subtype" type="hidden" name="user[source_subtype]" id="user_source_subtype">
<div class="form-check mb-4 required">
<input name="user[legal_agreement]" type="hidden" value="0"><input class="form-check-input js-i-agreed" required="required" type="checkbox" value="1" name="user[legal_agreement]" id="user_legal_agreement">
<label class="form-check-label ps-1" style="padding-top: 1px;" for="user_legal_agreement"> I agree to the <a href="/code_of_conduct" target="_blank">Code of Conduct</a>,
<a href="/terms_of_service" target="_blank">Terms of Service</a>, & <a href="/privacy_policy" target="_blank">Privacy
Policy</a>. </label>
</div>
<ul class="list-unstyled row">
<li class="mb-2 col-12">
<div class="d-grid">
<button class="btn btn-primary no-border btn-lg btn-signup-email js-or-create-an-account"> Sign Up with Email </button>
</div>
</li>
<li class="col-12 text-secondary d-flex align-items-center justify-content-center w-100 p-3 mx-2">
<hr class="d-inline-flex w-50" style="height:2px; background: text-secondary;">
<span class="w-25 text-center">or</span>
<hr class="d-inline-flex w-50" style="height: 2px; background: text-secondary;">
</li>
<li class="mb-3 col-12">
<div class="d-grid">
<button type="submit" class="btn btn-primary no-border btn-lg btn-signup-twitter">
<i class="fab fa-twitter"></i>
<span>Sign Up with Twitter</span>
</button>
<script>
$(document).ready(function() {
const urlParams = new URLSearchParams(window.location.search);
const signUpWithTwitter = urlParams.get('signup_with_twitter');
if (signUpWithTwitter === 'true') {
const form = document.querySelector('form#new_user');
if (form) {
form.submit();
}
}
});
</script>
</div>
</li>
<li class="mb-4 col-12">
<span>Already signed up?</span> <a href="/users/sign_in">Login</a>
</li>
</ul>
</form>
POST /users/sign_up?invitation_token=xiwNZymIyTVXSQcXDaMz3w
<form class="js-password-signup-form" id="new_user" style="display: none" action="/users/sign_up?invitation_token=xiwNZymIyTVXSQcXDaMz3w" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input type="hidden"
name="authenticity_token" value="VTRU0SsFKLfUMdJ4scs3ygwGpcqDhMzDITHhIcWvnY8JoGyYGuVxIpiFvo7K2MCWXoetkfjJJWCSHgShGmsMjg==">
<input value="xiwNZymIyTVXSQcXDaMz3w" type="hidden" name="user[invitation_token]" id="user_invitation_token">
<input name="recaptcha_token" type="hidden" id="recaptcha_token_7bcdf7df0f98fb1ffa58">
<script>
document.querySelector('.js-password-signup-form').addEventListener("submit", function(event) {
event.preventDefault();
grecaptcha.enterprise.ready(async () => {
const token = await grecaptcha.enterprise.execute('6LfhzX4jAAAAANP7l2eSQvr9S96gspU4jBc53Hhu', {
action: 'signup'
});
document.getElementById("recaptcha_token_7bcdf7df0f98fb1ffa58").value = token;
document.querySelector('.js-password-signup-form').submit();
});
}, false);
</script>
<input class="user_referring_page" type="hidden" name="user[referring_page]" id="user_referring_page">
<input class="user_signup_plan" type="hidden" name="user[signup_plan]" id="user_signup_plan">
<input value="source" class="user_user_type" type="hidden" name="user[user_type]" id="user_user_type">
<input class="user_reporter_subtype_list" type="hidden" name="user[reporter_subtype_list]" id="user_reporter_subtype_list">
<input value="source_self" class="user_source_subtype" type="hidden" name="user[source_subtype]" id="user_source_subtype">
<div class="">
<div class="row mt-3 mb-4 required ">
<label class="col-form-label col-12 mb-0" for="user_first_name">First name</label>
<div class="col-md-12">
<input class="form-control" required="required" type="text" name="user[first_name]" id="user_first_name">
</div>
</div>
<div class="row mb-4 required ">
<label class="col-form-label col-12 mb-0" for="user_last_name">Last name</label>
<div class="col-md-12">
<input class="form-control" required="required" type="text" name="user[last_name]" id="user_last_name">
</div>
</div>
<div class="row mb-4 required ">
<label class="col-form-label col-12 mb-0" for="user_email">Email</label>
<div class="col-12">
<input class="form-control" required="required" type="email" name="user[email]" id="user_email">
</div>
</div>
</div>
<input value="true" type="hidden" name="user[validate_password]" id="user_validate_password">
<div class="">
<div class="row required mb-4 ">
<label class="col-form-label col-12 mb-0" for="user_password">Password</label>
<div class="col-md-12">
<input autocomplete="off" class="form-control" required="required" title="Choose your password and click 'Continue' below to finish creating your account." type="password" name="user[password]" id="user_password">
<div class="form-text">
<em>(6 characters minimum)</em>
</div>
</div>
</div>
<div class="row required mb-4 ">
<label class="col-form-label col-12 mb-0" for="user_password_confirmation">Password confirmation</label>
<div class="col-md-12">
<input autocomplete="off" class="form-control" required="required" type="password" name="user[password_confirmation]" id="user_password_confirmation">
</div>
</div>
</div>
<div class="row mb-4">
<label class="col-form-label col-12 mb-0" for="signup_code">Have a signup code? (If not, please leave blank.)</label>
<div class="col-12">
<input type="text" name="signup_code" id="signup_code" class="form-control" autocomplete="off">
</div>
</div>
<div class="form-check mb-4 required">
<input name="user[legal_agreement]" type="hidden" value="0"><input class="form-check-input js-i-agreed" required="required" type="checkbox" value="1" name="user[legal_agreement]" id="user_legal_agreement">
<label class="form-check-label ps-1" style="padding-top: 1px;" for="user_legal_agreement"> I agree to the <a href="/code_of_conduct" target="_blank">Code of Conduct</a>,
<a href="/terms_of_service" target="_blank">Terms of Service</a>, & <a href="/privacy_policy" target="_blank">Privacy
Policy</a>. </label>
</div>
<ul class="list-unstyled">
<li class="d-grid">
<button type="submit" class="btn btn-primary no-border btn-lg js-btn-continue"> Continue </button>
</li>
<li class="mt-3 mb-4">
<span>Already signed up?</span> <a href="/users/sign_in">Login</a>
</li>
</ul>
</form>
Text Content
Media users: now you can Share Your Work with the Qwoted network more often. Learn more. * Learn more about Qwoted * Learn more about Qwoted THERE IS A MEDIA OPPORTUNITY AWAITING YOUR EXPERTISE AND IDEAS! Join Qwoted for free to view the details and pitch to the media opportunity Request LOOKING FOR A WOMAN AGED 65+ WHO DRESSES "A LOT YOUNGER" THAN HER AGE Seeking experts on #SeniorFashion #Fashion #Fashionstyle #FashionStyles #FashionStyled -------------------------------------------------------------------------------- I agree to the Code of Conduct, Terms of Service, & Privacy Policy. * Sign Up with Email * -------------------------------------------------------------------------------- or -------------------------------------------------------------------------------- * Sign Up with Twitter * Already signed up? Login First name Last name Email Password (6 characters minimum) Password confirmation Have a signup code? (If not, please leave blank.) I agree to the Code of Conduct, Terms of Service, & Privacy Policy. * Continue * Already signed up? Login Qwoted 114 E. 25th Street, Ground Floor New York, NY 10010 USA +1 (917) 765-9411 hello@qwoted.com * Careers * Help * Status * Code of Conduct * Terms of Service * Privacy Policy SERVICES * For Media * PR & Marketing * For SMB / Personal Brands FOLLOW US -------------------------------------------------------------------------------- © 2015-2023 Qwoted | All Rights Reserved