web.theamericanredcross.org
Open in
urlscan Pro
23.96.106.56
Public Scan
URL:
https://web.theamericanredcross.org/webApp/arcPrefChangeFRWebAppV2?id=@N9R4mq12I8p6SxoazOBVNg==&msg=207172075
Submission: On June 10 via api from US — Scanned from DE
Submission: On June 10 via api from US — Scanned from DE
Form analysis
2 forms found in the DOM#
<form action="#">
<header>
<div class="logoImage"><img src="http://www.redcross.org/content/dam/redcross/brand-and-creative-marketing/shared-elements/nhq-logos/ARC_Logo_Bttn_HorizStkd_RGB.png" alt="American Red Cross" width="350" height="159" border="0"
style="text-align: center; margin-bottom: 30px;"></div>
<h2>Manage Your Email Preferences</h2>
<br>
<div>Thank you for being a member of our incredible American Red Cross community. Every eight minutes, our staff and volunteers meet a family that has lost everything to a home fire or other disaster, and it's only because of supporters like you
that we can be there with food, shelter and comfort in those first difficult hours. Please let us know how we can best engage with you by selecting your preference below. Please allow upt to 10 days for your preference to be reflected with
Humanitarian Services.</div><br>
</header>
<br>
<div>
<label for="Field1"><strong> First Name:</strong>
<font style="COLOR: #f30a16;"></font>
</label>
<input type="text" class="field" id="Field1" value="Donna" size="30" tabindex="1" readonly="">
</div>
<br>
<br>
<div>
<label for="Field2"><strong> Last Name:</strong>
<font style="COLOR: #f30a16;"></font>
</label>
<input type="text" class="field" id="Field2" value="Mughannem" size="30" tabindex="2" readonly="">
</div>
<br>
<br>
<div>
<label for="Field3"><strong> Email: </strong>
<font style="COLOR: #f30a16;"></font>
</label>
<input type="text" class="field" id="Field3" value="dmughannem@bcbsm.com" maxlength="255" tabindex="3" readonly="">
</div>
<br>
</form>
Name: page — POST
<form method="post" name="page" class="main-navigation" id="page-form">
<div id="page" class="page">
<div id="header-page" class="header">
<div id="pagebody-page" class="pagebody">
<table id="tablebody-page" class="pagebody">
<tbody>
<tr>
<td id="html-html0-label-left">
</td>
<td id="html-html0-cell" class="html" style="" colspan="1">
<p style="FONT-SIZE: 16px; position:relative; left:90px;"><strong>Please select your preference:</strong></p><br><br>
</td>
<td id="html-html0-label-right">
</td>
</tr>
<tr>
<td id="container-container1-cell" colspan="3">
<table border="0" cellpadding="0px" cellspacing="0px" class="container">
<tbody>
<tr>
<td>
<table cellpadding="0" class="" cellspacing="4px" style="text-align:center;">
<tbody>
<tr>
<td id="varsNewsletter-label-left">
</td>
<td id="varsNewsletter-cell" class="subscription" style="vertical-align: middle; " align="left" valign="middle">
<input id="varsNewsletter" class="subscription" name="varsNewsletter" type="checkbox" onclick="document.controller.setValue('/ctx/recipient/svc/arcNewsletter', this.checked ? '1' : '0', 'varsNewsletter');" value="1"
style="position:relative;left:80px;">
<label for="varsNewsletter" class="subscription" style="font-size: 16px; font-weight: bold;#f30a16;position:relative;left:80px;">Continue to receive newsletters only</label>
</td>
<td id="varsNewsletter-label-right">
</td>
</tr>
<tr>
<td id="html-html3-label-left">
</td>
<td id="html-html3-cell" class="html" style="" colspan="1"><br>
<br>
</td>
<td id="html-html3-label-right">
</td>
</tr>
<tr>
<td id="varsDisaster-label-left">
</td>
<td id="varsDisaster-cell" class="subscription" style="vertical-align: middle; " align="left" valign="middle">
<input id="varsDisaster" class="subscription" name="varsDisaster" type="checkbox" onclick="document.controller.setValue('/ctx/recipient/svc/arcDisaster', this.checked ? '1' : '0', 'varsDisaster');" value="1"
style="position:relative;left:80px;">
<label for="varsDisaster" class="subscription" style="font-size: 16px; font-weight: bold;#f30a16;position:relative;left:80px;">Continue to receive disaster notifications only</label>
</td>
<td id="varsDisaster-label-right">
</td>
</tr>
<tr>
<td id="html-html6-label-left">
</td>
<td id="html-html6-cell" class="html" style="" colspan="1"><br>
<br>
</td>
<td id="html-html6-label-right">
</td>
</tr>
<tr>
<td id="varsUnsub-label-left">
</td>
<td id="varsUnsub-cell" class="checkbox" style="" align="left">
<input id="varsUnsub" class="checkbox" name="varsUnsub" type="checkbox" onclick="document.controller.setValue('/ctx/vars/unSub', this.checked ? '1' : '0', 'varsUnsub');" value="1" style="position:relative;left:80px;">
<label for="varsUnsub" class="checkbox" style="font-size: 16px; font-weight: bold;#f30a16;position:relative;left:80px;">Opt out of all communication</label>
</td>
<td id="varsUnsub-label-right">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td id="html-html11-label-left">
</td>
<td id="html-html11-cell" class="html" style="" colspan="1">
<br>
<div class="buttonHolder">
<button id="buttonSubmit" onclick="validateAndSubmit()" style="position: relative; left:-200px;" type="button" value="Validate">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript">
function validateAndSubmit() {
if (jQuery("#varsDisaster").is(':not(:checked)') && jQuery("#varsNewsletter").is(':not(:checked)') && jQuery("#varsUnsub").is(':not(:checked)')) {
alert("Please select your preference");
} else if (jQuery("#varsDisaster").is(':checked') && jQuery("#varsUnsub").is(':checked')) {
alert("Please select only one preference");
} else if (jQuery("#varsNewsletter").is(':checked') && jQuery("#varsUnsub").is(':checked')) {
alert("Please select only one preference");
} else {
return document.controller.submit('submit');
}
}
</script>
<table border="0" cellspacing="0" cellpadding="0" align="left" class="cta">
<tbody>
<tr>
<td align="center" valign="middle">Submit </td>
</tr>
</tbody>
</table>
</button>
</div>
<br>
<div class="smprt">For futher information, see our <a href="#">Privacy Policy</a>.</div>
</td>
<td id="html-html11-label-right">
</td>
</tr>
<tr>
<td id="html-html12-label-left">
</td>
<td id="html-html12-cell" class="html" style="" colspan="1">
<p>
<font style="COLOR: #ffffff">Donna</font>
</p>
<p>
<font style="COLOR: #ffffff">Mughannem</font>
</p>
<p>
<font style="COLOR: #ffffff">dmughannem@bcbsm.com</font>
</p>
</td>
<td id="html-html12-label-right">
</td>
</tr>
<tr>
<td id="html-html21-label-left">
</td>
<td id="html-html21-cell" class="html" style="" colspan="1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</td>
<td id="html-html21-label-right">
</td>
</tr>
</tbody>
</table>
</div>
<div id="navigation-page" class="navigation">
<ul id="navigation-control-page" class="navigation">
<li id="buttonSubmit">
<input type="button" value="Validate" onclick="return document.controller.submit('submit');">
</li>
</ul>
</div>
<div id="footer-page" class="footer"> </div>
</div>
<input name="ctx" type="hidden">
<input name="userAction" type="hidden">
<input name="transition" type="hidden">
<script type="text/javascript">
function pageForm() {
this.ctx = parseXMLString(
"<ctx lang=\"en\" date=\"2022-06-10T15:52:03Z\" _target=\"web\" webApp-id=\"66154503\" _folderModel=\"nmsRecipient\" _identifier=\"@N9R4mq12I8p6SxoazOBVNg==\" _method=\"encryptedId\" secret=\"@d7HDR9hQcSz5f0h31btQSJ2nXPiW6rSj2z7M4xsb5H3jhshqSkbIGNrIb15r/HkYjkVzCUX2kDUt3/uIAWJn1LQ34lOUzDBQjlN4qoEhMJjH2JVOeMlp8CUsl3nvJfMAE8O2Y9Ug9er5NYHRviOGdiMykJJGoSpnJOoURYy9Zqo=\" activityHist=\"@TlTWdZW8PGF9WPMG0ViLhAORFU2cNcBaoYzS6crBCXUu/LNtT3XfjHqSxYJ3M8zksgSU6Z2sAfOAiNpHiKVZgbZ/WVO2TArKYLEvAlXX+J5Wa76YM/S4cCoTbAcnGuzjSw268Z/7XMRk6XpfauGkuaQpNTXb3ElFngm1VAZa/9k=\"><userInfo datakitInDatabase=\"true\" homeDir=\"\" instanceLocale=\"en-US\" locale=\"en-US\" login=\"webapp\" loginCS=\"Web applications agent (webapp)\" loginId=\"3431\" noConsoleCnx=\"true\" orgUnitId=\"12585016\" theme=\"\" timezone=\"America/New_York\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns=\"urn:xtk:session\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><login-right right=\"admin\"/></userInfo><timezone current=\"America/New_York\" changed=\"false\"/><vars><msg>207172075</msg><unSub>1</unSub></vars><recipient blacklistEmail_FR=\"0\" firstName=\"Donna\" fr_em_email=\"dmughannem@bcbsm.com\" id=\"188038698\" lastName=\"Mughannem\" _operation=\"update\" _key=\"@id\"/><activityHistory><activity name=\"page\" type=\"page\"/><activity name=\"prefill\" type=\"prefill\"/></activityHistory><defaultValues page=\"true\"/></ctx>"
)
this.onValueChanged = {
"varsNewsletter": function(xpath, value) {
if (xpath == "/ctx/recipient/svc/arcNewsletter" && document.getElementById("varsNewsletter") != null) document.getElementById("varsNewsletter").checked = (value == "1")
},
"varsDisaster": function(xpath, value) {
if (xpath == "/ctx/recipient/svc/arcDisaster" && document.getElementById("varsDisaster") != null) document.getElementById("varsDisaster").checked = (value == "1")
},
"varsUnsub": function(xpath, value) {
if (xpath == "/ctx/vars/unSub" && document.getElementById("varsUnsub") != null) document.getElementById("varsUnsub").checked = (value == "1")
},
"default": null
}
this.registerObserver("/ctx/recipient/svc/arcNewsletter", this, this.onValueChanged["varsNewsletter"], "varsNewsletter", this.OBSERVE_XPATH)
this.registerObserver("/ctx/recipient/svc/arcDisaster", this, this.onValueChanged["varsDisaster"], "varsDisaster", this.OBSERVE_XPATH)
this.registerObserver("/ctx/vars/unSub", this, this.onValueChanged["varsUnsub"], "varsUnsub", this.OBSERVE_XPATH)
}
/** Check if the given XPath is empty */
pageForm.prototype.isEmptyPath = function(xpath) {
var value = getXPathValue(this.ctx, xpath)
if (value == null || value == undefined) return true
return NL.String.trim(value).length() & gt;
0 ? false : true
}
pageForm.prototype = new UIController()
document.controller = new pageForm()
document.controller.setTimeZone("America/New_York")
document.controller.notifyAllObservers()
if (typeof onBodyLoad === "function") onBodyLoad();
</script>
</div>
</form>
Text Content
MANAGE YOUR EMAIL PREFERENCES Thank you for being a member of our incredible American Red Cross community. Every eight minutes, our staff and volunteers meet a family that has lost everything to a home fire or other disaster, and it's only because of supporters like you that we can be there with food, shelter and comfort in those first difficult hours. Please let us know how we can best engage with you by selecting your preference below. Please allow upt to 10 days for your preference to be reflected with Humanitarian Services. First Name: Last Name: Email: Loading... Please select your preference: Continue to receive newsletters only Continue to receive disaster notifications only Opt out of all communication Submit For futher information, see our Privacy Policy. Donna Mughannem dmughannem@bcbsm.com *