d6tizftlrpuof.cloudfront.net Open in urlscan Pro
52.222.206.77  Public Scan

Submitted URL: https://ablink.sender.skyscanner.net/ss/c/b1dRFmTnnLuS88LaRvxZH_HxpSJp5oA9fbOC4w_uhmttGsYbWBHgenXplf5if19AFKMzPto9al8nb5beDfIhYn6b9wA...
Effective URL: https://d6tizftlrpuof.cloudfront.net/live/i/53d0cf6023832f8c2b7a4cb4/c6ff76b5345f5f19786fcbc66276dedf247d72c9.html
Submission: On January 19 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form

<form campaign-form="" name="form" id="poll" ng-submit="submit()" ub-action="//w.usabilla.com/incoming" ng-class="'type-' + currentPage.type" class="ng-pristine ng-valid ng-scope type-form ng-valid-required ng-valid-min ng-valid-max">
  <!-- ngIf: campaign.data.progressBar.active -->
  <!-- ngRepeat: control in currentPage.fields -->
  <div ng-repeat="control in currentPage.fields" ub-field="" control="control" data="data" on-auto-submit="autoSubmitForm(control)" class="control-container control-header"><!-- ngIf: !hide --><!-- ngInclude: template -->
    <div ng-if="!hide" ng-include="template" class="ng-scope">
      <h2 class="ng-binding ng-scope">Help us make our price alert emails better. Please send us feedback so we can improve.</h2>
    </div><!-- end ngIf: !hide -->
  </div><!-- end ngRepeat: control in currentPage.fields -->
  <div ng-repeat="control in currentPage.fields" ub-field="" control="control" data="data" on-auto-submit="autoSubmitForm(control)" class="control-container control-radio"><!-- ngIf: !hide --><!-- ngInclude: template -->
    <div ng-if="!hide" ng-include="template" class="ng-scope">
      <div ng-form="form" class="ng-pristine ng-valid ng-scope ng-valid-required">
        <!-- ngIf: control.title -->
        <h3 ng-if="control.title" class="ng-binding ng-scope">1. Why wasn't this information useful?</h3><!-- end ngIf: control.title -->
        <ul ng-class="{inline: control.inline}">
          <!-- ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
          <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
            <label class="ng-binding">
              <input type="radio" ng-required="required" name="radio-Inf_not_userful" ng-model="data[control.name]" value="not_sure" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required"> I'm not sure what this price alert is telling
              me. </label>
          </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
          <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
            <label class="ng-binding">
              <input type="radio" ng-required="required" name="radio-Inf_not_userful" ng-model="data[control.name]" value="something_else" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required"> I am looking for something other than
              what's shown. </label>
          </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
          <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
            <label class="ng-binding">
              <input type="radio" ng-required="required" name="radio-Inf_not_userful" ng-model="data[control.name]" value="price_available" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required"> The price doesn't match what's
              available. </label>
          </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
          <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
            <label class="ng-binding">
              <input type="radio" ng-required="required" name="radio-Inf_not_userful" ng-model="data[control.name]" value="dun_need" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required"> I don't need this price alert anymore. </label>
          </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
        </ul>
        <!-- ngIf: state.submitted && form.$invalid -->
      </div>
    </div><!-- end ngIf: !hide -->
  </div><!-- end ngRepeat: control in currentPage.fields -->
  <div ng-repeat="control in currentPage.fields" ub-field="" control="control" data="data" on-auto-submit="autoSubmitForm(control)" class="control-container control-checkbox"><!-- ngIf: !hide --><!-- ngInclude: template -->
    <div ng-if="!hide" ng-include="template" class="ng-scope">
      <div ng-form="form" class="ng-pristine ng-valid ng-scope ng-valid-required ng-valid-min ng-valid-max">
        <!-- ngIf: control.title -->
        <h3 ng-if="control.title" class="ng-binding ng-scope">2. Could you tell us what would help you most?</h3><!-- end ngIf: control.title -->
        <div ub-checkbox-list="" ng-model="data[control.name]" ub-required="required" name="checkbox" min="" max="" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required ng-valid-min ng-valid-max">
          <ul ng-class="{inline: control.inline}">
            <!-- ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
            <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
              <label class="ng-binding">
                <input type="checkbox" ng-model="checks[option.value]" value="budget_alert" class="ng-pristine ng-untouched ng-valid ng-empty"> I want to set a budget for my alerts. </label>
            </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
            <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
              <label class="ng-binding">
                <input type="checkbox" ng-model="checks[option.value]" value="est_future_price" class="ng-pristine ng-untouched ng-valid ng-empty"> I want to see an estimate of future price changes. </label>
            </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
            <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
              <label class="ng-binding">
                <input type="checkbox" ng-model="checks[option.value]" value="something_else" class="ng-pristine ng-untouched ng-valid ng-empty"> I am looking for something else. </label>
            </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
            <li ng-repeat="option in optionsCopy | orderBy: 'randomToken'" class="ng-scope">
              <label class="ng-binding">
                <input type="checkbox" ng-model="checks[option.value]" value="price_to_match" class="ng-pristine ng-untouched ng-valid ng-empty"> I want the price to match what's available. </label>
            </li><!-- end ngRepeat: option in optionsCopy | orderBy: 'randomToken' -->
          </ul>
        </div>
        <!-- ngIf: form.checkbox.$invalid && state.submitted -->
      </div>
    </div><!-- end ngIf: !hide -->
  </div><!-- end ngRepeat: control in currentPage.fields -->
  <div ng-repeat="control in currentPage.fields" ub-field="" control="control" data="data" on-auto-submit="autoSubmitForm(control)" class="control-container control-textArea"><!-- ngIf: !hide --><!-- ngInclude: template -->
    <div ng-if="!hide" ng-include="template" class="ng-scope">
      <div ng-form="form" ng-init="data[control.name] = data[control.name]||control.default||data[control.name]" class="ng-pristine ng-valid ng-scope ng-valid-required">
        <!-- ngIf: control.title -->
        <h3 ng-if="control.title" class="ng-binding ng-scope">3. Is there any other way these alerts could help you?</h3><!-- end ngIf: control.title -->
        <textarea name="text" ng-required="required" ng-model="data[control.name]" placeholder="" class="ng-pristine ng-untouched ng-valid ng-empty ng-valid-required"></textarea>
        <!-- ngIf: form.text.$invalid && state.submitted -->
      </div>
    </div><!-- end ngIf: !hide -->
  </div><!-- end ngRepeat: control in currentPage.fields -->
  <div ng-repeat="control in currentPage.fields" ub-field="" control="control" data="data" on-auto-submit="autoSubmitForm(control)" class="control-container control-continue"><!-- ngIf: !hide --><!-- ngInclude: template -->
    <div ng-if="!hide" ng-include="template" class="ng-scope">
      <div class="button ng-scope">
        <button type="submit" ng-click="validate()" id="button" class="btn ng-binding"> Finish </button>
        <!-- ngIf: control.cancel && $root.showClose !== false -->
      </div>
    </div><!-- end ngIf: !hide -->
  </div><!-- end ngRepeat: control in currentPage.fields -->
  <!-- ngIf: $root.hasCompletedForm -->
</form>

Text Content

HELP US MAKE OUR PRICE ALERT EMAILS BETTER. PLEASE SEND US FEEDBACK SO WE CAN
IMPROVE.


1. WHY WASN'T THIS INFORMATION USEFUL?

   
 * I'm not sure what this price alert is telling me.
   
 * I am looking for something other than what's shown.
   
 * The price doesn't match what's available.
   
 * I don't need this price alert anymore.
   


2. COULD YOU TELL US WHAT WOULD HELP YOU MOST?

   
 * I want to set a budget for my alerts.
   
 * I want to see an estimate of future price changes.
   
 * I am looking for something else.
   
 * I want the price to match what's available.
   


3. IS THERE ANY OTHER WAY THESE ALERTS COULD HELP YOU?

Finish
Powered by Usabilla