checkout3.nwfdailynews.com Open in urlscan Pro
107.154.114.220  Public Scan

URL: https://checkout3.nwfdailynews.com/
Submission Tags: 7397758
Submission: On December 29 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="address__body"><!--ko ifnot: showSummary	--><!--ko if: errorsList().length > 0--><!-- /ko--><!--ko if: suggestionList().length > 0--><!-- /ko--><!--ko if: options.FirstName.Show !== false-->
  <div class="infoRow"><label data-bind="text: Utils.concatStringsByCondition(options.FirstName.Title, options.FirstName.OptionalNextToTitle, !options.FirstName.Validation.Required.Apply)">First Name*</label>
    <div class="input-container"><input class="first-name_qa" type="text" maxlength="35"
        data-bind=" placeholder: Utils.concatStringsByCondition(options.FirstName.Placeholder, options.FirstName.OptionalNextToPlaceholder, !options.FirstName.Validation.Required.Apply), validationTextInput: firstName" name="fname"
        autocomplete="given-name" aria-label="First Name" placeholder="First Name"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message">First name is required</span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko--><!--ko if: options.LastName.Show !== false-->
  <div class="infoRow"><label data-bind="text: Utils.concatStringsByCondition(options.LastName.Title, options.LastName.OptionalNextToTitle, !options.LastName.Validation.Required.Apply)">Last Name*</label>
    <div class="input-container"><input class="last-name_qa" type="text" maxlength="35"
        data-bind="placeholder: Utils.concatStringsByCondition(options.LastName.Placeholder, options.LastName.OptionalNextToPlaceholder, !options.LastName.Validation.Required.Apply), validationTextInput: lastName" name="lname"
        autocomplete="family-name" aria-label="Last Name" placeholder="Last Name"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message">Last name is required</span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko--><!--ko if: isInternational()--><!-- /ko--><!--ko if: options.AddressLine.Show !== false-->
  <div class="infoRow"><label data-bind="text: Utils.concatStringsByCondition(options.AddressLine.Title, options.AddressLine.OptionalNextToTitle, !options.AddressLine.Validation.Required.Apply)">Address*</label>
    <div class="input-container"><input class="address_qa" type="text" maxlength="35"
        data-bind="placeholder: Utils.concatStringsByCondition(options.AddressLine.Placeholder, options.AddressLine.OptionalNextToPlaceholder, !options.AddressLine.Validation.Required.Apply), validationTextInput: address, domCallback: attachAddressAutoCmplete"
        name="address" autocomplete="address-line1" aria-label="Address Line 1" placeholder="Address"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message">Address is required</span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko--><!--ko if: options.SecondAddressLine.Show !== false-->
  <div class="infoRow"><label data-bind="text: Utils.concatStringsByCondition(options.SecondAddressLine.Title, options.SecondAddressLine.OptionalNextToTitle, !options.SecondAddressLine.Validation.Required.Apply)">Address Line 2</label>
    <div class="input-container"><input class="apt-unit_qa" type="text" maxlength="35"
        data-bind="placeholder: Utils.concatStringsByCondition(options.SecondAddressLine.Placeholder, options.SecondAddressLine.OptionalNextToPlaceholder, !options.SecondAddressLine.Validation.Required.Apply), validationTextInput: aptUnit"
        autocomplete="address-line2" aria-label="Address Line 2" placeholder="Apt or Unit #"></div>
  </div><!-- /ko--><!--ko ifnot: showIntFields--><!--ko if: options.CollectZipLast == true--><!-- /ko--><!--ko if: options.CollectZipLast !== true--><!--ko if: options.Zipcode.Show !== false || options.State.Show !== false-->
  <div class="infoRow"><!--ko if: options.Zipcode.Show !== false-->
    <div class="zipCodeCol"><label data-bind="text: Utils.concatStringsByCondition(options.Zipcode.Title, options.Zipcode.OptionalNextToTitle, !options.Zipcode.Validation.Required.Apply)">Zip code*</label>
      <div class="input-container"><input class="zipCode_qa" type="tel"
          data-bind="placeholder: Utils.concatStringsByCondition(options.Zipcode.Placeholder, options.Zipcode.OptionalNextToPlaceholder, !options.Zipcode.Validation.Required.Apply), validationTextInput: zipCode, domCallback: onZipCodeInputMounted, zipCodeBinding: zipCode"
          name="zip" autocomplete="postal-code" aria-label="ZIP Code" placeholder="Zip code" maxlength="5"><!--ko stopBinding : true-->
        <ul class="validationList" style="display: none;">
          <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message">Zip Code must be 5 digits</span></li>
        </ul><!-- /ko -->
      </div>
    </div><!-- /ko--><!--ko if: options.State.Show !== false-->
    <div class="zipCodeCol"><label data-bind="text: Utils.concatStringsByCondition(options.State.Title, options.State.OptionalNextToTitle, !options.State.Validation.Required.Apply)">State*</label>
      <div class="input-container"><!--ko if: states().length > 0--><select class="select states_qa"
          data-bind="options: states, optionsText: 'Code', optionsValue: 'Code', validationTextInput: currentState, optionsCaption: Utils.concatStringsByCondition(options.State.Placeholder, options.State.OptionalNextToPlaceholder, !options.State.Validation.Required.Apply), css: { 'select_placeholder': !currentState() }"
          aria-label="State">
          <option value=""></option>
          <option value="AL">AL</option>
          <option value="AK">AK</option>
          <option value="AR">AR</option>
          <option value="AZ">AZ</option>
          <option value="CA">CA</option>
          <option value="CO">CO</option>
          <option value="CT">CT</option>
          <option value="DE">DE</option>
          <option value="DC">DC</option>
          <option value="FL">FL</option>
          <option value="GA">GA</option>
          <option value="HI">HI</option>
          <option value="ID">ID</option>
          <option value="IL">IL</option>
          <option value="IN">IN</option>
          <option value="IA">IA</option>
          <option value="KS">KS</option>
          <option value="KY">KY</option>
          <option value="LA">LA</option>
          <option value="ME">ME</option>
          <option value="MD">MD</option>
          <option value="MA">MA</option>
          <option value="MI">MI</option>
          <option value="MN">MN</option>
          <option value="MS">MS</option>
          <option value="MO">MO</option>
          <option value="MT">MT</option>
          <option value="NE">NE</option>
          <option value="NV">NV</option>
          <option value="NH">NH</option>
          <option value="NJ">NJ</option>
          <option value="NM">NM</option>
          <option value="NY">NY</option>
          <option value="NC">NC</option>
          <option value="ND">ND</option>
          <option value="OH">OH</option>
          <option value="OK">OK</option>
          <option value="OR">OR</option>
          <option value="PA">PA</option>
          <option value="RI">RI</option>
          <option value="SC">SC</option>
          <option value="SD">SD</option>
          <option value="TN">TN</option>
          <option value="TX">TX</option>
          <option value="UT">UT</option>
          <option value="VT">VT</option>
          <option value="VA">VA</option>
          <option value="WA">WA</option>
          <option value="WV">WV</option>
          <option value="WI">WI</option>
          <option value="WY">WY</option>
        </select><!-- /ko--><!--ko ifnot: states().length > 0--><!-- /ko--></div>
    </div><!-- /ko-->
  </div><!-- /ko--><!--ko if: options.City.Show !== false-->
  <div class="infoRow"><label data-bind="text: Utils.concatStringsByCondition(options.City.Title, options.City.OptionalNextToTitle, !options.City.Validation.Required.Apply)">City*</label>
    <div class="input-container"><input class="city_qa" type="text" maxlength="35"
        data-bind="placeholder: Utils.concatStringsByCondition(options.City.Placeholder, options.City.OptionalNextToPlaceholder, !options.City.Validation.Required.Apply), validationTextInput: city" name="city" autocomplete="address-level2"
        aria-label="City" placeholder="City"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message">City is required</span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko--><!-- /ko--><!--ko if: options.PhoneNumber.Show !== false-->
  <div class="infoRow"><!-- ko if: $data.options.PhoneNumber.Help.Show-->
    <div class="info-row-2"><label data-bind="text: Utils.concatStringsByCondition(options.PhoneNumber.Title, options.PhoneNumber.OptionalNextToTitle, !options.PhoneNumber.Validation.Required.Apply)">Phone*</label></div>
    <div class="info-row-2 info-row-2_help">
      <div class="infoRow-help" data-bind="tooltip: showPhoneNumberTooltip"><span data-bind="text: $data.options.PhoneNumber.Help.LinkText">Why is this required?</span>
        <div class="custom-tooltip">
          <div class="custom-tooltip__icon"></div>
          <div data-bind="html: $data.options.PhoneNumber.Help.Text">
            <p>By giving your phone number here, you agree Northwest Florida Daily News may contact you about your subscription account and other offers which you might find of interest, and may use an automatic dialer, text message or prerecorded
              voice to do so.</p>
          </div><!-- ko if: $data.options.PhoneNumber.Help.ImageUrl--><!-- /ko-->
        </div>
      </div>
    </div><!-- /ko--><!-- ko ifnot: $data.options.PhoneNumber.Help.Show--><!-- /ko-->
    <div class="input-container"><input class="phone_qa" type="tel"
        data-bind="placeholder: Utils.concatStringsByCondition(options.PhoneNumber.Placeholder, options.PhoneNumber.OptionalNextToPlaceholder, !options.PhoneNumber.Validation.Required.Apply), validationTextInput: phoneNumber, maskedPhone: phoneNumber"
        name="phone" autocomplete="tel" aria-label="Phone Number" placeholder="Phone Number" maxlength="12"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message">Phone number is required</span></li>
      </ul><!-- /ko -->
      <div class="input-note" data-bind="visible: options.PhoneNumber.Note, text:  options.PhoneNumber.Note" style="display: none;"></div>
    </div>
  </div><!-- /ko--><!-- /ko--><!--ko if: showIntFields--><!-- /ko--><!--ko if: options.Company.Show !== false--><!-- /ko--><!--ko if: options.Email.Show !== false--><!-- /ko--><!--ko if: options.Privacy.Body-->
  <div class="address__privacy"><!--ko if: options.Privacy.Body--><span data-bind="text: options.Privacy.Title">We protect your privacy.</span><!-- /ko-->
    <div class="address__privacy-link privacy-link_qa" data-bind="html: options.Privacy.Body, click: privacyClick"><span style="color: #003969 ;"><b>Privacy Policy</b></span></div>
  </div><!-- /ko-->
  <div data-bind="template: { name: getTemplateName, foreach: getFilteredComponents(include = [ComponentsNames.Information, ComponentsNames.TermsAndConditions])}"></div><!-- /ko--><!-- ko if: showSummary() && options.ShowSummary--><!-- /ko-->
</form>

<form class="payment-methods__additional-fields">
  <!--ko if: options.FirstName.Show !== false--><!-- /ko--><!--ko if: options.LastName.Show !== false--><!-- /ko--><!--ko if: isInternational()--><!-- /ko--><!--ko ifnot: showIntFields--><!--ko if: options.Zipcode.Show !== false || options.State.Show !== false--><!-- /ko--><!--ko if: options.PhoneNumber.Show !== false--><!-- /ko--><!-- /ko--><!--ko if: showIntFields--><!-- /ko--><!--ko if: options.Email.Show !== false--><!-- /ko--><!--ko if: options.TransferBalance.Show !== false  --><!-- /ko-->
</form>

<form class="bank-account payment-method__body" data-bind="visible: isDisplayed" style="display: none;"><!-- ko if: options.AccountHolder.Show--><!-- /ko--><!-- ko if: options.BankName.Show-->
  <div class="infoRow has-error" data-bind="css: { 'has-error': !bank.isValid(), 'has-success': bank.isValid() }"><label
      data-bind="text: Utils.concatStringsByCondition(options.BankName.Title, options.BankName.OptionalNextToTitle, !options.BankName.Validation.Required.Apply)">Bank Name</label>
    <div class="input-container"><input class="bank-name_qa" type="text" maxlength="35"
        data-bind="validationTextInput: bank, placeholder: Utils.concatStringsByCondition(options.BankName.Placeholder, options.BankName.OptionalNextToPlaceholder, !options.BankName.Validation.Required.Apply)" aria-label="Name of Bank"
        placeholder="Bank Name"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message"> </span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko--><!-- ko if: options.AccountNumber.Show-->
  <div class="infoRow has-error" data-bind="css: { 'has-error': !accountNumber.isValid(), 'has-success': accountNumber.isValid() }"><label
      data-bind="text: Utils.concatStringsByCondition(options.AccountNumber.Title, options.AccountNumber.OptionalNextToTitle, !options.AccountNumber.Validation.Required.Apply)">Account Number</label>
    <div class="input-container"><input class="account-number_qa" type="tel" maxlength="35"
        data-bind="validationTextInput: accountNumber, placeholder: Utils.concatStringsByCondition(options.AccountNumber.Placeholder, options.AccountNumber.OptionalNextToPlaceholder, !options.AccountNumber.Validation.Required.Apply)"
        aria-label="Account Number" placeholder="Account Number"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message"> </span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko--><!-- ko if: options.RoutingNumber.Show-->
  <div class="infoRow has-error" data-bind="css: { 'has-error': !routingNumber.isValid(), 'has-success': routingNumber.isValid() }"><!-- ko if: $data.options.RoutingNumber.Help.Show-->
    <div class="info-row-2"><label data-bind="text: Utils.concatStringsByCondition(options.RoutingNumber.Title, options.RoutingNumber.OptionalNextToTitle, !options.RoutingNumber.Validation.Required.Apply)">Routing Number</label></div>
    <div class="info-row-2 info-row-2_help">
      <div class="infoRow-help" data-bind="tooltip: showRoutingNumberTooltip"><span data-bind="text: $data.options.RoutingNumber.Help.LinkText">What is this?</span>
        <div class="custom-tooltip">
          <div class="custom-tooltip__icon"></div>
          <div data-bind="html: $data.options.RoutingNumber.Help.Text">
            <p>Your bank’s routing number is the first group of numbers on the bottom left corner of your check.</p>
          </div><!-- ko if: $data.options.RoutingNumber.Help.ImageUrl--><!-- /ko-->
        </div>
      </div>
    </div><!-- /ko--><!-- ko ifnot: $data.options.RoutingNumber.Help.Show--><!-- /ko-->
    <div class="input-container"><input class="routing-number_qa" type="tel" maxlength="9"
        data-bind="validationTextInput: routingNumber, placeholder: Utils.concatStringsByCondition(options.RoutingNumber.Placeholder, options.RoutingNumber.OptionalNextToPlaceholder, !options.RoutingNumber.Validation.Required.Apply)"
        aria-label="Routing Number" placeholder="Routing Number"><!--ko stopBinding : true-->
      <ul class="validationList" style="display: none;">
        <li data-bind="css: {valid :valid}"><span class="glyphicon glyphicon-remove" data-bind="css: {'glyphicon-remove':!valid, 'glyphicon-ok':valid }"></span><span data-bind="text: message"> </span></li>
      </ul><!-- /ko -->
    </div>
  </div><!-- /ko-->
</form>

Text Content

subscription panel


Sign In

Not what you are looking for? Click Here to see more great offers!

TRY LIGHTENING-FAST, AD-FREE NEWS CHOOSE YOUR SUBSCRIPTION OFFER

MONDAY THRU SUNDAY HOME DELIVERY + UNLIMITED DIGITAL ACCESS

Your subscription includes: • Daily home delivery from Northwest Florida Daily
News to your doorstep. • Northwest Florida Daily News e-edition - Read today's
paper on any digital device in a page-by-page format. • nwfdailynews.com -
Explore exclusive digital extras, top news of the day, videos and searchable
databases.

SELECT

MONDAY THRU SUNDAY HOME DELIVERY + UNLIMITED DIGITAL ACCESS

$13.00/mo. for up to 3 mos. promotional rate, then $26.00 for up to 1 month*

Total
$13.00

$13.00

Registration

Step 1 of 3

Registration

Address

Payment Information

Loading...

1

Registration

Please create account or sign in

Your subscription includes full access on desktop, tablet and mobile.



 

Your subscription includes full access on desktop, tablet and mobile.
By creating an account you agree to the Terms of Service,Do Not Sell My
Info/Cookie Policy, Your California Privacy Rights/Privacy Policy, and Privacy
Policy

Loading...
Continue to address
Loading...

2

Address

Delivery and/or billing
*Indicates Required Field

First Name*
 * First name is required

Last Name*
 * Last name is required

Address*
 * Address is required

Address Line 2

Zip code*
 * Zip Code must be 5 digits

State*
ALAKARAZCACOCTDEDCFLGAHIIDILINIAKSKYLAMEMDMAMIMNMSMOMTNENVNHNJNMNYNCNDOHOKORPARISCSDTNTXUTVTVAWAWVWIWY
City*
 * City is required

Phone*
Why is this required?

By giving your phone number here, you agree Northwest Florida Daily News may
contact you about your subscription account and other offers which you might
find of interest, and may use an automatic dialer, text message or prerecorded
voice to do so.

 * Phone number is required


We protect your privacy.
Privacy Policy


My Billing Address is Different


MONDAY THRU SUNDAY HOME DELIVERY + UNLIMITED DIGITAL ACCESS

$13.00/mo. for up to 3 mos. promotional rate, then $26.00 for up to 1 month*

Total
$13.00

$13.00
3

Payment Information

Credit CardBank Account
Bank Name
 * 

Account Number
 * 

Routing Number
What is this?

Your bank’s routing number is the first group of numbers on the bottom left
corner of your check.

 * 

I authorize Northwest Florida Daily News to charge the above-specified credit
card or bank account for my chosen subscription term and for each renewal of my
chosen subscription term. The authorization will remain in effect until
Northwest Florida Daily News receives notification from me to terminate
auto-renewal. I understand my subscription will continue unless I notify
Northwest Florida Daily News otherwise.

EZ Pay authorizes Northwest Florida Daily News to automatically charge your
credit card or bank account for each renewal of your chosen subscription term so
you don't have to worry about keeping up with your payments. We will charge your
account at the end of each subscription term until you notify us to stop. You
can change your billing preference any time. Any outstanding balance will be
added to your second payment. For questions, please call 1-888-478-4970 during
regular business hours.



Terms and Conditions

*Not valid with any other offer. Offer valid to households that have not
subscribed in the past 30 days. Print delivery available within the newspaper
distribution area only. By submitting your address and/or email, you understand
that you may receive promotional offers from Gannett and its related companies.
You may unsubscribe from receiving any such email offers at any time by clicking
on the unsubscribe link in any of the emails you may receive. Payment collected
will be applied first to any previous outstanding balance. Prices include
applicable sales tax. The advertised price does not include additional charge of
up to $5.00 for each premium edition. Premium editions are published to provide
additional information and value. Rather than bill you up to $5.00 for each
premium edition, you agree that the length of your subscription will be
shortened in proportion to the value of the number of premium editions published
and delivered to you during your subscription period. As an illustrative
example, if you select a subscription of up to 13 weeks at a cost of $65.00, and
three premium editions at $5.00 each are published and delivered to you during
that subscription period, your subscription will be shortened by 3 weeks because
the weekly cost of the subscription is $5.00 per week and the premium edition
charges total $15.00. Depending upon the length of your subscription and the
timing of the publication and delivery of premium editions, you will not be
charged for any premium editions if none are published and delivered to you
during your subscription. As such, in that case only, the length of your
subscription will not be shortened. The timing of the publication and delivery
of premium editions is variable. There will be no more than two premium edition
published each month during the subscription term. Print subscribers may suspend
print delivery during vacation periods. For vacation periods less than 28
consecutive days billing continues and subscriber maintains access to the
digital portion of subscription. Credit days will be issued for any days in
excess of the first 28 days. All subscriptions must be prepaid by check or
credit card. A printed subscription invoice includes a $5 paper statement fee.
To avoid this fee, subscribers can choose to set up EZ Pay. If you sign up for
our EZ Pay program, your subscription will automatically be charged to your
credit card 0 to 14 days prior to your current expiration date, for the duration
of your subscription or until you notify us otherwise. Payments are
non-refundable, and there are no refunds or credits for the unused portion of a
subscription that has been cancelled before the end of a billing cycle. We
reserve the right, however, to issue refunds or credits at our sole discretion.
If we issue a refund or credit in one instance, we are under no obligation to
issue the same refund or credit in the future. Following any cancellation,
however, you will continue to have access to the service through the end of your
current billing period unless you request the print delivery portion of your
subscription to end immediately. Please review Terms and Conditions of Offer for
further details about premium edition charges and your payment options by
contacting Customer Service at 1-888-478-4970. Subscribers may cancel at anytime
by calling subscriber services at 1-888-478-4970.





Need help or have a question about your account? Email Customer Care at
customerservice@nwfdailynews.com or call 1-888-478-4970.