www.casualdating.com
Open in
urlscan Pro
2606:4700:4400::ac40:94c3
Public Scan
Submitted URL: https://www.more2flirt.com/click/7df39a92b2a45c5239fe799dedf81b28?trk=t8g7yuj
Effective URL: https://www.casualdating.com/landing/fm2405?tpcampid=238fb47d-7880-468a-a9ea-787331eeccec&zz=true&subPublisher=CRMTOOL_17237&...
Submission: On September 03 via api from BE — Scanned from US
Effective URL: https://www.casualdating.com/landing/fm2405?tpcampid=238fb47d-7880-468a-a9ea-787331eeccec&zz=true&subPublisher=CRMTOOL_17237&...
Submission: On September 03 via api from BE — Scanned from US
Form analysis
2 forms found in the DOMPOST /user/register
<form id="regform" action="/user/register" method="POST" autocomplete="on" novalidate="">
<div class="form-inner">
<div class="step step-fields js-step js-validate-step" data-step="bigStep">
<div class="step-inner">
<div class="form-group hidden">
<div class="form-group-inner">
<input type="text" id="gender" name="gender" class="form-control " value="MALE">
</div>
</div>
<div class="form-group hidden">
<div class="form-group-inner">
<input type="text" id="searchGender" name="searchGender" class="form-control " value="FEMALE">
</div>
</div>
<div class="form-group age-input">
<div class="form-group-inner custom-select">
<select id="age" name="age" class="form-control " data-validator="required">
<option value="">Age group</option>
<option value="18-25">18 - 25</option>
<option selected="" value="26-35">26 - 35</option>
<option value="36-45">36 - 45</option>
<option value="46-55">46 - 55</option>
<option value="56-65">56 - 65</option>
<option value="66+">66+</option>
</select>
<div class="select-selected">26 - 35</div>
<div class="select-items select-hide">
<div class="same-as-selected">Age group</div>
<div>18 - 25</div>
<div>26 - 35</div>
<div>36 - 45</div>
<div>46 - 55</div>
<div>56 - 65</div>
<div>66+</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"> </script>
<script>
function getAllUrlParams(url) {
// get query string from url (optional) or window
var queryString = url ? url.split('?')[1] : window.location.search.slice(1);
// we'll store the parameters here
var obj = {};
// if query string exists
if (queryString) {
// stuff after # is not part of query string, so get rid of it
queryString = queryString.split('#')[0];
// split our query string into its component parts
var arr = queryString.split('&');
for (var i = 0; i < arr.length; i++) {
// separate the keys and the values
var a = arr[i].split('=');
// set parameter name and value (use 'true' if empty)
var paramName = a[0];
var paramValue = typeof(a[1]) === 'undefined' ? true : a[1];
// (optional) keep case consistent
paramName = paramName.toLowerCase();
if (typeof paramValue === 'string') paramValue = paramValue.toLowerCase();
// if the paramName ends with square brackets, e.g. colors[] or colors[2]
if (paramName.match(/\[(\d+)?\]$/)) {
// create key if it doesn't exist
var key = paramName.replace(/\[(\d+)?\]/, '');
if (!obj[key]) obj[key] = [];
// if it's an indexed array e.g. colors[2]
if (paramName.match(/\[\d+\]$/)) {
// get the index value and add the entry at the appropriate position
var index = /\[(\d+)\]/.exec(paramName)[1];
obj[key][index] = paramValue;
} else {
// otherwise add the value to the end of the array
obj[key].push(paramValue);
}
} else {
// we're dealing with a string
if (!obj[paramName]) {
// if it doesn't exist, create property
obj[paramName] = paramValue;
} else if (obj[paramName] && typeof obj[paramName] === 'string') {
// if property does exist and it's a string, convert it to an array
obj[paramName] = [obj[paramName]];
obj[paramName].push(paramValue);
} else {
// otherwise add the property
obj[paramName].push(paramValue);
}
}
}
}
return obj;
}
$(function() {
if (getAllUrlParams().prefill_age != null) {
function insertParamsToURL(key, value) {
var selectedName = value,
url = window.location.pathname,
params = window.location.search.replace('?', '').split('&'),
newParams = [];
for (var i = 0; i < params.length; i++) {
if (params[i].indexOf(key + '=') < 0 && params[i] != '') {
newParams.push(params[i]);
}
}
url += '?' + key + '=' + selectedName + (newParams.length > 0 ? '&' + newParams.join('&') : '');
window.history.replaceState(null, null, url);
}
var value = $('#age option:selected').val();
insertParamsToURL('age', value);
}
})
</script>
<div class="form-group username-input">
<div class="form-group-inner">
<input type="text" id="username" name="username" class="form-control " value="rafwillaert" placeholder="Username" autocomplete="given-name" data-validator="notDigital|required|inputUserNameUTF|minLength|maxLength"
data-inputusernameutf-message="Please enter a valid username. Avoid special characters in your name." data-notdigital-message="Please enter a valid username. Avoid special characters in your name."
data-required-message="Please enter a valid username. Avoid special characters in your name." data-minlength-compare="3" data-minlength-message="Your username must be at least 3 characters long." data-maxlength-compare="30"
data-maxlength-message="Your username can not be longer than 30 characters.">
</div>
</div>
<div class="form-group email-input">
<div class="form-group-inner">
<input type="email" id="email" name="email" class="form-control " value="rafwillaert@gmail.com" placeholder="Email address" autocomplete="email" data-validator="required|email|maxLength"
data-required-message="Your Email address is invalid or not allowed." data-email-message="Your Email address is invalid or not allowed." data-maxlength-compare="150"
data-maxlength-message="The Email cannot be longer than 150 characters." data-emailaddressnotvalid-message="The Email address is not allowed." data-emailexists-message="The Email address is already in use."
data-emailblacklisted-message="Sorry, there was a technical error, please try again.">
</div>
</div>
<div class="form-group password-input">
<div class="form-group-inner">
<input type="password" id="password" name="password" class="form-control " value="acf9726f" placeholder="Password" autocomplete="password" data-validator="required|minLength|maxLength|noSpaceChar"
data-required-message="Your password is invalid." data-nospacechar-message="Your password is invalid." data-minlength-compare="6" data-minlength-message="Your password must be at least 6 characters long." data-maxlength-compare="100"
data-maxlength-message="Your password can not be longer than 100 characters.">
</div>
</div>
<div class="legal-warning-text legal-warning">
<div class="legal-warning-text-inner">
<p>By registering, I confirm that I have read and accepted the <a href="javascript:;" class="legal__agb popwin" data-popwin="//www.casualdating.com/assets/tplegal/united_tc.html" style="cursor: pointer;">terms and conditions</a> and
<a href="javascript:;" class="legal__privacy popwin" data-popwin="//www.casualdating.com/assets/tplegal/united_privacy.html" style="cursor: pointer;">privacy policy</a>.</p>
</div>
</div>
<div class="btn-group">
<button type="submit" class="btn-submit" data-unknown-message="Sorry, there was a technical error, please try again." data-alreadyregisteredrecently-message="Sorry, there was a technical error, please try again."
data-emailaddressnotvalid-message="The Email address is not allowed.">NEXT</button>
</div>
</div>
</div>
</div>
<input type="hidden"
value="https://www.casualdating.com/landing/fm2405?tpcampid=238fb47d-7880-468a-a9ea-787331eeccec&zz=true&subPublisher=CRMTOOL_17237&trafficType=crm-email-dating&project=DATING&project_subtype=NG&user_id=TP-63d320771115d&source=CRMTOOL_17237_EMAIL_8111&prefill_email=rafwillaert%40gmail.com&prefill_username=rafwillaert&prefill_password=acf9726f&prefill_age=30&xref=mB%2FIsh4AT9NDelJzRnpKcTNwVVlKSXYzY2FyS1NvWitLQ3dUWDF0T0U2WElaWUd4RFBld09VSzBnZlZ0ZmdxSllsbkowcGFrajVJV1ZDT2JFRWsvUTB2V1J1cU5zOURUZVVCckVBPT0%3D&clicktag=52e24706ecb3829d3fb8b8f9c7c7a0b9&trk=t8g7yuj&hit_id=46b15bc8-e732-44a3-9e52-5c7fd5976346&tp_redirect_id=46b15bc8-e732-44a3-9e52-5c7fd5976346&tag=46b15bc8-e732-44a3-9e52-5c7fd5976346&clickId=46b15bc8-e732-44a3-9e52-5c7fd5976346"
name="fullUrl" id="_fullUrl">
</form>
POST /user/login
<form id="login-form" action="/user/login" method="post" data-submit-type="ajax">
<a href="/" class="btn-close js-btn-close-login">×</a>
<p class="headline-member">Already a member?</p>
<div class="form-group login-username">
<input type="text" class="form-control" id="login_username" name="login_username" data-username-required-message="Your email address is invalid or not allowed." data-email-invalid-message="Your email address is invalid or not allowed."
placeholder="Email address">
</div>
<div class="form-group login-password">
<input type="password" class="form-control" id="login_password" name="login_password" data-password-required-message="Your password is invalid." placeholder="Password">
</div>
<div class="js-errors"></div>
<div class="btn-group">
<button id="login_submit" class="btn-submit" data-login-fail-message="Email address or password is not recognised." data-username-fail-message="Email address or password is not recognised."
data-password-fail-message="Email address or password is not recognised." type="submit">NEXT</button>
</div>
<input type="hidden" name="trk" value="casualdating.com">
</form>
Text Content
+− Leaflet | Map data © OpenStreetMap contributors, Imagery © Mapbox Registration Already a member? Age group 18 - 25 26 - 35 36 - 45 46 - 55 56 - 65 66+ 26 - 35 Age group 18 - 25 26 - 35 36 - 45 46 - 55 56 - 65 66+ By registering, I confirm that I have read and accepted the terms and conditions and privacy policy. NEXT Login Login × Already a member? NEXT Imprint Privacy Policy Terms & Conditions Copyright © 1996 -2024 - All rights reserved Girls from your area, would like to send you messages :-) SubscribeLater