<!--
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=Edge' />
</head>
<body>
-->
<!-----------------------------------------------------------------------
- START:Signup form Content:
- Include this block if you are integrating into an existing page.
------------------------------------------------------------------------>
<style text="text/css">
.eemStyleSFBody
{
margin: 0;
padding: 0;
}
.eemStyleSFForm
{
line-height: 1.3;
font-family: verdana;
font-size: 12px;
width: 800px;
}
.eemStyleSFMainOuter
{
color: #000000;
background-color: #ffffff;
width: 600px;
margin: 0 auto;
}
.eemStyleSFTitleOuter
{
border-bottom-color: #000000;
text-align: center;
font-weight: normal;
padding: 25px 10px;
background-color: #ffffff;
font-size: 24px;
font-family: Times New Roman;
color: #000000;
}
.eemStyleSFTitle
{
color: #000000;
}
.eemStyleSFLogoDisplay
{
display: none;
}
.eemStyleSFLogoOuter
{
padding: 15px 0;
border-bottom: 1px dashed #333;
text-align: center;
margin: 0 30px;
}
.eemCompanyNameAddress
{
padding-top: 10px;
}
.eemStyleSFCompletion
{
padding: 10px 0;
font-family: Times New Roman;
margin: 0 30px;
display: none;
font-size: 12px;
}
.eemStyleSFCompletionIcon
{
display: none;
}
.eemStyleSFAjaxWaitIcon
{
display: none;
}
.eemStyleSFSectionContent
{
margin: 0 30px;
}
.eemStyleSFSectionHeading
{
font-weight: bold;
margin-bottom: 15px;
}
.eemRadioInput
{
padding: 0;
height: 13px;
width: 13px;
.vertical-align: bottom;
vertical-align: middle;
margin: 0;
}
.eemStyleSFReq
{
color: #ff0000;
font-size: 11px;
}
.eemStyleSFError
{
color: #ff0000;
display: none;
font-size: 11px;
}
.eemStyleSFErrorIcon
{
display: none;
}
.eemStyleSFEmail
{
margin: 15px 0;
}
.eemStyleSFEmail label
{
display: block;
margin-bottom: 3px;
}
.eemStyleSFEmailPrefs
{
margin-bottom: 15px;
}
.eemStyleSFEmailPrefs .eemStyleSFText
{
padding-bottom: 3px;
}
.eemStyleSFInterestGroup
{
margin-bottom: 15px;
}
.eemStyleSFFormInput
{
margin-bottom: 15px;
}
.eemStyleSFButton
{
margin-bottom: 5px;
}
.eemStyleSFFormInput a
{
font-size: 11px;
}
.eemStyleSFTextFields
{
margin-bottom: 15px;
}
.eemStyleSFTextFields label
{
display: block;
margin-bottom: 3px;
}
.eemStyleSFFormError
{
margin: 0 15px;
}
.SFmulti-checkbox
{
margin-bottom: 5px;
}
.SFmulti-checkbox label
{
display: inline-block;
}
.SFgrp-description
{
margin-left: 18px;
}
.eemStyleSFFooterOuter
{
height: 25px;
background-color: #ffffff;
}
.eemStyleSFHintText
{
color: #999999;
}
input:invalid
{
-webkit-box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
}
</style>
<form id="frmEEMSignupForm" name="frmEEMSignupForm" eemform="true" method="post" autocomplete="on" class="eemStyleSFForm" action="//app.expressemailmarketing.com/SignupForm.handler?SFAction=ProcessSubmit&SFID=153544&SFCustomerID=153797" eemaction="//app.expressemailmarketing.com/SignupForm.handler?SFAction=ProcessSubmit&SFID=153544&SFCustomerID=153797">
<input name="SFContext" id="hidSFContext" type="hidden" />
<input name="SFStage" id="hidSFStage" type="hidden" />
<input name="SFDebug" id="hidDebug" type="hidden" />
<div style="text-align: center; padding: 5px">
<span id="lblPreview" style="display: none; font-size: medium" class="eemStyleSFCompletion">
[Preview Mode]
</span>
</div>
<div id="divMainOuter" class="eemStyleSFMainOuter">
<!---------------------------------------------->
<!-- Title -->
<!---------------------------------------------->
<div id="divTitleOuter" class="eemStyleSFTitleOuter">
<div id="divTitleInner" class="eemStyleSFTitleInner">
<span class="eemStyleSFTitle">
Sign up today!
</span>
</div>
</div>
<!---------------------------------------------->
<!-- Logo and address-->
<!---------------------------------------------->
<div class="eemStyleSFLogoOuter" id="divLogoOuter">
<div class="eemStyleSFLogoDisplay" id="divLogoInner">
<img id="imgLogo" class="eemStyleSFLogo" src="" alt="Logo"/>
</div>
<div class="eemCompanyNameAddress">
Willamette Valley Confectionery
<br/>
PO Box 82352, Portland, Oregon 97282
</div>
</div>
<!-- Content -->
<div class="eemStyleSFSectionContent">
<!-------------------------------------->
<!-- Question Heading -->
<!-------------------------------------->
<div class="eemStyleSFSectionHeading">
<span id="lblQuestionHeading">To start receiving emails, just fill in the fields below and click Subscribe.</span>
</div>
<!-------------------------------------->
<!-- Required Text -->
<!-------------------------------------->
<div class="eemStyleSFReq">
* Required
</div>
<!-------------------------------------->
<!-- Email Input -->
<!-------------------------------------->
<div class="eemStyleSFEmail">
<label class="eemStyleSFText">
Email Address <span class="eemStyleSFReq"> *</span>
</label>
<input id="txtSFEmail" name="txtSFEmail" type="email" style="width: 250px;" maxlength="255" value="" class="eemStyleSFValue" eemsfqisreq="true" hinttext="Email Address" eemsfqtype="email" valuetext=""
onblur="SF2_ValidateTextField(this)"/>
<div id="eemSFQuestionErrorEmail" class="eemStyleSFError" >error message goes here</div>
</div>
<!------------------------------------------------------>
<!-- Email Preference -->
<!------------------------------------------------------>
<div class="eemStyleSFEmailPrefs">
<div class="eemStyleSFText">
Email Preference:
</div>
<div class="eemStyleSFText">
<!-- rblEmailFmt is programatically filled with control(s) based on supported email formats. -->
<input id="rbSFEmailFmtHtml" class="eemRadioInput" name="rbSFEmailFmt" type="radio" value="1" checked="checked" />
<label for="rbSFEmailFmtHtml">HTML</label>
<input id="rbSFEmailFmtText" class="eemRadioInput" name="rbSFEmailFmt" type="radio" value="2" />
<label for="rbSFEmailFmtText">Text</label>
</div>
</div>
<!------------------------------------------------------>
<!-- Questions -->
<!------------------------------------------------------>
<div class="eemStyleSFTextFields">
<!-- Programatically filled in with control(s) based on the question type. -->
<label ControlID="eemSFQuestion1" id="eemSFQLabel1" name="eemSFQLabel1" class="eemStyleSFText" eemsfqid="1" >First Name <span class="eemStyleSFReq"></span></label>
<input type="text" labelID="eemSFQLabel1" id="eemSFQuestion1" name="eemSFQuestion1" class="eemStyleSFValue" style="width: 250px;" maxlength="255" eemsfqtype="1" eemsfqisreq="False" eemSFQText="First Name" eemsfqid="1" hinttext="First Name" valuetext=""
onblur="SF2_ValidateTextField(this)"/>
<div id="eemSFQuestionError1" class="eemStyleSFError" eemsfqtype="1" eemSFQText="First Name">error message goes here</div>
</div>
<div class="eemStyleSFTextFields">
<!-- Programatically filled in with control(s) based on the question type. -->
<label ControlID="eemSFQuestion2" id="eemSFQLabel2" name="eemSFQLabel2" class="eemStyleSFText" eemsfqid="2" >Last Name <span class="eemStyleSFReq"></span></label>
<input type="text" labelID="eemSFQLabel2" id="eemSFQuestion2" name="eemSFQuestion2" class="eemStyleSFValue" style="width: 250px;" maxlength="255" eemsfqtype="1" eemsfqisreq="False" eemSFQText="Last Name" eemsfqid="2" hinttext="Last Name" valuetext=""
onblur="SF2_ValidateTextField(this)"/>
<div id="eemSFQuestionError2" class="eemStyleSFError" eemsfqtype="1" eemSFQText="Last Name">error message goes here</div>
</div>
<div class="eemStyleSFTextFields">
<!-- Programatically filled in with control(s) based on the question type. -->
<label ControlID="eemSFQuestion11" id="eemSFQLabel11" name="eemSFQLabel11" class="eemStyleSFText" eemsfqid="11" >Company Name <span class="eemStyleSFReq"></span></label>
<input type="text" labelID="eemSFQLabel11" id="eemSFQuestion11" name="eemSFQuestion11" class="eemStyleSFValue" style="width: 250px;" maxlength="255" eemsfqtype="1" eemsfqisreq="False" eemSFQText="Company Name" eemsfqid="11" hinttext="Company Name" valuetext=""
onblur="SF2_ValidateTextField(this)"/>
<div id="eemSFQuestionError11" class="eemStyleSFError" eemsfqtype="1" eemSFQText="Company Name">error message goes here</div>
</div>
<div class="eemStyleSFTextFields">
<!-- Programatically filled in with control(s) based on the question type. -->
<label ControlID="eemSFQuestion12" id="eemSFQLabel12" name="eemSFQLabel12" class="eemStyleSFText" eemsfqid="12" >Work Phone <span class="eemStyleSFReq"></span></label>
<input type="text" labelID="eemSFQLabel12" id="eemSFQuestion12" name="eemSFQuestion12" class="eemStyleSFValue" style="width: 250px;" maxlength="255" eemsfqtype="7" eemsfqisreq="False" eemSFQText="Work Phone" eemsfqid="12" hinttext="Work Phone" valuetext=""
onblur="SF2_ValidateTextField(this)" />
<div id="eemSFQuestionError12" class="eemStyleSFError" eemsfqtype="7" eemSFQText="Work Phone">error message goes here</div>
</div>
<!------------------------------------------------------>
<!-- Interest Groups -->
<!------------------------------------------------------>
<div class="eemStyleSFInterestGroup">
<div class="eemStyleSFSectionHeading" id="lblInterestGroupHeading">
</div>
<div class="eemInterestGrouop">
</div>
</div>
<!-------------------------------------->
<!-- Form Submission -->
<!-------------------------------------->
<div class="eemStyleSFFormInput">
<!--input id="btnSFSubmit" name="btnSFSubmit" type="submit" onclick="return (SF2_ValidateFields());" value="Subscribe" class="eemStyleSFButton" /-->
<input id="btnSFSubmit" name="btnSFSubmit" type="button" value="Subscribe" class="eemStyleSFButton" />
<img id="eemStyleSFAjaxWaitIcon" class="eemStyleSFAjaxWaitIcon" src="//app.expressemailmarketing.com/poseidon/images/ajax_indicators.gif" alt="" />
<input id="SignupSourceNameHidden" name="SignupSourceNameHidden" type="hidden" value="" />
<input id="FormMailerRedirect" name="FormMailerRedirect" type="hidden" value="" />
<input id="FormMailerRedirectOnError" name="FormMailerRedirectOnError" type="hidden" value="" />
<br />
<a href="//www.godaddy.com/agreements/ShowDoc.aspx?pageid=6767" target="_blank">Express Email Marketing Privacy Policy</a>
</div>
</div>
<!---------------------------------------------->
<!-- Completion Message -->
<!-- Not shown by default because class is display: none -->
<!---------------------------------------------->
<div id="tblSFCompletion" class="eemStyleSFCompletion">
<img id="eemStyleSFCompletionIcon" class="eemStyleSFCompletionIcon" src="//app.expressemailmarketing.com/poseidon/images/check_mark.png" alt="" />
<span id="tblSFCompletionText">
</span>
</div>
<!---------------------------------------------->
<!-- Error Content -->
<!-- Not shown by default because class is display: none -->
<!---------------------------------------------->
<div id="tblSFError" class="eemStyleSFMain">
<img id="eemStyleSFErrorIcon" class="eemStyleSFErrorIcon" src="//app.expressemailmarketing.com/poseidon/images/x.png" alt="" />
<span id="tdSFError" class="eemStyleSFError">
Signup Form Error(s)
</span>
</div>
<div class="eemStyleSFFooterOuter">
<div class="eemStyleSFFooterText"></div>
</div>
</div>
<!---------------------------------------------->
<!-- Completion Message for "other page" -->
<!-- Not shown by default because class is display: none -->
<!---------------------------------------------->
<div id="tblSFCompletionOtherPage" class="eemStyleSFCompletion">
<img id="eemStyleSFCompletionIconOtherPage" class="eemStyleSFCompletionIcon" src="//app.expressemailmarketing.com/poseidon/images/check_mark.png" alt="" />
<span id="tblSFCompletionTextOtherPage">
</span>
</div>
</form>
<!----------------------------------------------------------------
Please do not remove the below script statements.
They are used to handle errors and process the signup form.
----------------------------------------------------------------->
<script language="javascript">var jsonSignupFormTranslation = {"invalidlastnamevalidation": "* Please provide a valid last name","invalidfirstnamevalidation": "* Please provide a valid first name","invalidcompanynamevalidation": "* Please provide a valid company name","invalidaddressvalidation": "* Please provide a valid address (e.g., 1234 N. Main St.).","invalidcityvalidation": "* Please provide a valid city name","invalidpostalcodevalidation": "* Please provide a valid postal code (e.g., 85260)","invalidhomephonevalidation": "* Please provide a valid phone number (e.g., 555-555-5555)","invalidaccountnumbervalidation": "* Please provide a valid account number","invalidwebsitevalidation": "* Please provide a valid URL (e.g., http://coolexample.com)","Questionvalidation1": "*This is a required field.","Invalidquestiondatevalidation": "*Please use the proper date format (e.g, 01/01/2012)","invalidemailaddressvalidation": "* Please provide a valid email address (e.g., email@domain.com).","invalidworkphonevalidation": "* Please provide a valid phone number (e.g., 555-555-5555)","Invalidquestionnumericvalidation": "*Please use the proper number format.","Update": "Update"};</script>
<script language="javascript" src="//img3.wsimg.com/starfield/curl/v1.4.1/curl.js"></script>
<script language="javascript" src="//app.expressemailmarketing.com/images/gallery/Templates/SignupForm/EEMQueryString.js"></script>
<script language="javascript" src="//app.expressemailmarketing.com/images/gallery/Templates/SignupForm/EEMSignupForm.js"></script>
<!----------------------------------------------------------------
- END:Signup form Content:
- Include this block if you are integrating into an existing page.
----------------------------------------------------------------->
<!--
</body>
</html>
-->