smartmarket26.com Open in urlscan Pro
2606:4700:3033::ac43:9a6e  Public Scan

Submitted URL: http://smartmarket26.com/
Effective URL: https://smartmarket26.com/
Submission: On October 26 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: loginForm

<form name="loginForm" class="ng-pristine ng-pending" style="">
  <div class="loginprfw__login-bar-wrapper">
    <div class="loginprfw__login-bar">
      <!-- ngIf: $ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Email -->
      <div class="loginprfw__login-by-email ng-scope" ng-if="$ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Email" style="">
        <div class="loginprfw__login-bar-control loginprfw__login-bar-control--input">
          <div class="prfw-input-icon-box">
            <input class="prfw-input-icon-box__control prfw-input-icon-box__control--alt ng-pristine ng-untouched ng-pending ng-empty" type="text" id="email" name="email" ng-model="$ctrl.model.email" valid-method="blur" validator="required,email"
              placeholder="Email">
            <div class="prfw__validation-wrapper"></div>
            <div class="prfw-input-icon-box__icon-wrapper prfw-input-icon-box__icon-wrapper--email"></div>
          </div>
        </div>
        <div class="loginprfw__login-bar-control loginprfw__login-bar-control--input">
          <div class="prfw-input-icon-box">
            <input class="prfw-input-icon-box__control prfw-input-icon-box__control--alt ng-pristine ng-untouched ng-pending ng-empty" id="password" name="password" type="password" ng-model="$ctrl.model.password" placeholder="Password"
              validator="required">
            <div class="prfw__validation-wrapper"></div>
            <div class="prfw-input-icon-box__icon-wrapper prfw-input-icon-box__icon-wrapper--password"></div>
          </div>
        </div>
      </div><!-- end ngIf: $ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Email -->
      <!-- ngIf: $ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Phone -->
      <div class="loginprfw__login-bar-control">
        <button class="loginprfw__login-btn prfw-btn prfw-btn-secondary ng-scope" validation-submit="loginForm" ng-click="$ctrl.login()" translate="login.LOGIN">Login</button>
      </div>
    </div>
  </div>
</form>

Name: signupprfw

<form class="signupprfw ng-scope ng-pending ng-valid-country ng-dirty ng-valid-parse" ng-if="$ctrl.formData" name="signupprfw" style="">
  <!-- ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__firstName" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="firstName" placeholder="First Name" validations="isNotNil" class="ng-scope ng-isolate-scope"><input type="text"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="firstName" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="First Name" validator="isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__lastName" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="lastName" placeholder="Last Name" validations="isNotNil" class="ng-scope ng-isolate-scope"><input type="text"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="lastName" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="Last Name" validator="isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__email" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1" ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="email" placeholder="Email" validations="email,isNotNil" class="ng-scope ng-isolate-scope"><input type="text"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="email" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="Email" validator="email,isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__phone" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1" ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <div ng-if="field.field === $ctrl.SignupFormFieldCode.Phone" class="ng-scope">
      <prf-phone-input form="$ctrl.phoneForm" class="ng-isolate-scope"><prf-phone-country-control data-prf-id="phone-input-component" phone="$ctrl.form.controls.phone.model" country-prefix="$ctrl.selectedCountryPrefixCtrl.model"
          prefix-selection-compare="$ctrl.prefixSeletionCompare" countries-data-source="$ctrl.countriesDs" prf-countries-simple-data-source="$ctrl.countriesDs = dataSource" class="ng-isolate-scope">
          <div class="prfw-phone-country-control" data-prf-id="phone-country-control-component">
            <!-- ngIf: $ctrl.countriesDataSource --><prf-countries-dropdown ng-if="$ctrl.countriesDataSource" class="prfw-phone-country-control__country ng-scope ng-isolate-scope" items="$ctrl.countriesDataSource.data$ | async:this"
              selected-item="$ctrl.countryPrefix" selection-compare="$ctrl.prefixSelectionCompare" on-search-term-change="$ctrl.countriesDataSource.applySearch(value)" placeholder="'...'"><prf-dropdown
                class="prfw-dropdown--countries ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-dirty ng-valid-parse" data-prf-id="countries-dropdown-component" items="$ctrl.items" ng-model="$ctrl.selectedItem"
                selection-compare="$ctrl.selectionCompare" style="">
                <div class="prf-dropdown prf-dropdown--closed " data-prf-id="dropdown-component">
                  <div class="prf-dropdown__single" data-prf-id="selected-item" ng-click="$ctrl.selectedItemClickedOp$.next({ selected: ($ctrl.selectedItem$ | async:this), event: $event })">
                    <!-- ngIf: !($ctrl.hasSelectedItemTransclude$ | async:this) -->
                    <!-- ngIf: ($ctrl.hasSelectedItemTransclude$ | async:this) --><prf-transclude ng-if="($ctrl.hasSelectedItemTransclude$ | async:this)" transclude-fn="$ctrl.$transclude" slot="'selectedItemTrn'"
                      custom-data="$ctrl.selectedItemTemplateData$ | async:this" class="ng-scope ng-isolate-scope">
                      <selected-item class="ng-scope">
                        <prf-simple-dropdown-selected-item item="item" is-open="isOpen" placeholder="::$ctrl.placeholder" class="ng-isolate-scope">
                          <div class="prfw-dropdown-selected" data-prf-id="simple-dropdown-selected-item-component">
                            <!-- ngIf: ($ctrl.itemInput$ | async:this) --><span ng-if="($ctrl.itemInput$ | async:this)" class="" style="">
                              <prf-transclude transclude-fn="$ctrl.$transclude" slot="" custom-data="$ctrl.childData$ | async:this" class="ng-isolate-scope">
                                <div class="prf-dropdown__label--countries ng-scope">
                                  <span class="flag-icon flag-icon-de" style=""></span>
                                  <span class="flag-country-code ng-binding">49</span>
                                </div>
                              </prf-transclude>
                            </span><!-- end ngIf: ($ctrl.itemInput$ | async:this) -->
                            <!-- ngIf: !($ctrl.itemInput$ | async:this) -->
                            <span class="">
                              <!-- ngIf: !($ctrl.isOpenInput$ | async:this) --><span class="" ng-if="!($ctrl.isOpenInput$ | async:this)"></span><!-- end ngIf: !($ctrl.isOpenInput$ | async:this) -->
                              <!-- ngIf: $ctrl.isOpenInput$ | async:this -->
                            </span>
                          </div>
                        </prf-simple-dropdown-selected-item>
                      </selected-item></prf-transclude><!-- end ngIf: ($ctrl.hasSelectedItemTransclude$ | async:this) -->
                    <div class="prf-dropdown__caret prf-dropdown__caret--closed"></div>
                  </div>
                  <!-- ngIf: $ctrl.isOpen$ | async:this -->
                </div>
              </prf-dropdown>
            </prf-countries-dropdown><!-- end ngIf: $ctrl.countriesDataSource -->
            <div class="prfw-phone-country-control__phone">
              <input class="prfw-form-control ng-pristine ng-untouched ng-pending ng-empty" type="text" id="phone" name="phone" ng-model="$ctrl.phone" valid-method="blur" validator="required"
                message-id="mandatory-phone__07c869ba-8279-43fd-a154-62108971fdfc-error" placeholder="Phone">
            </div>
          </div>
          <span id="mandatory-phone__07c869ba-8279-43fd-a154-62108971fdfc-error" class="prfw__validation-wrapper"></span>
        </prf-phone-country-control>
      </prf-phone-input>
      <!-- ngIf: ($ctrl.prfCurrentBrandStoreService.brand$ | async:this).is2faSignupEnabled -->
    </div><!-- end ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__password" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="" name="password" placeholder="Password" input-type="password" validations="password,isNotNil" class="ng-scope ng-isolate-scope"><input type="password"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="password" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="Password" validator="password,isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div>
  <!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__country" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-country-select model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="country" placeholder="Select Country" validations="isNotNil"
        class="ng-scope ng-isolate-scope"><!-- ngIf: $ctrl.placeholderChangePulse$ | async:this -->
        <div block-ui="dropdown_0" ng-show="!$ctrl.selectSingleResult || $ctrl.output.length > 1" ng-if="$ctrl.placeholderChangePulse$ | async:this" class="prfw-select ng-scope block-ui block-ui-anim-fade" aria-busy="false" style="">
          <!-- Select multiple -->
          <!-- ngIf: ::$ctrl.multiple !== undefined -->
          <!-- Select single -->
          <!-- ngIf: ::$ctrl.multiple === undefined --><!-- ngIf: ::$ctrl.multiple === undefined --><select chosen="" ng-if="::$ctrl.multiple === undefined" name="country" placeholder-text-single="$ctrl.placeholder$ | async:this"
            disable-search="::$ctrl.disableSearch" data-width="'100%'" validator="isNotNil" message-id="dropdown_0_error" ng-disabled="::$ctrl.disabled" ng-change="$ctrl.onSelectChange()"
            ng-options="element.translatedName for element in $ctrl.output track by element.id" ng-model="$ctrl.model" class="ng-scope ng-pristine ng-untouched localytics-chosen ng-not-empty ng-valid ng-valid-country" style="display: none;">
            <option value="" disabled="" class="ng-binding">Select Country</option>
            <option label="Afghanistan" value="1">Afghanistan</option>
            <option label="Albania" value="2">Albania</option>
            <option label="Algeria" value="3">Algeria</option>
            <option label="American Samoa" value="4">American Samoa</option>
            <option label="Andorra" value="5">Andorra</option>
            <option label="Angola" value="6">Angola</option>
            <option label="Anguilla" value="7">Anguilla</option>
            <option label="Antarctica" value="8">Antarctica</option>
            <option label="Antigua and Barbuda" value="9">Antigua and Barbuda</option>
            <option label="Argentina" value="10">Argentina</option>
            <option label="Armenia" value="11">Armenia</option>
            <option label="Aruba" value="12">Aruba</option>
            <option label="Australia" value="13">Australia</option>
            <option label="Austria" value="14">Austria</option>
            <option label="Azerbaijan" value="15">Azerbaijan</option>
            <option label="Bahamas" value="16">Bahamas</option>
            <option label="Bahrain" value="17">Bahrain</option>
            <option label="Bangladesh" value="18">Bangladesh</option>
            <option label="Barbados" value="19">Barbados</option>
            <option label="Belarus" value="20">Belarus</option>
            <option label="Belgium" value="21">Belgium</option>
            <option label="Belize" value="22">Belize</option>
            <option label="Benin" value="23">Benin</option>
            <option label="Bermuda" value="24">Bermuda</option>
            <option label="Bhutan" value="25">Bhutan</option>
            <option label="Bolivia, Plurinational State of" value="26">Bolivia, Plurinational State of</option>
            <option label="Bosnia and Herzegovina" value="27">Bosnia and Herzegovina</option>
            <option label="Botswana" value="28">Botswana</option>
            <option label="Bouvet Island" value="29">Bouvet Island</option>
            <option label="Brazil" value="30">Brazil</option>
            <option label="British Indian Ocean Territory" value="31">British Indian Ocean Territory</option>
            <option label="Brunei Darussalam" value="32">Brunei Darussalam</option>
            <option label="Bulgaria" value="33">Bulgaria</option>
            <option label="Burkina Faso" value="34">Burkina Faso</option>
            <option label="Burundi" value="35">Burundi</option>
            <option label="Cambodia" value="36">Cambodia</option>
            <option label="Cameroon" value="37">Cameroon</option>
            <option label="Canada" value="38">Canada</option>
            <option label="Cape Verde" value="39">Cape Verde</option>
            <option label="Cayman Islands" value="40">Cayman Islands</option>
            <option label="Central African Republic" value="41">Central African Republic</option>
            <option label="Chad" value="42">Chad</option>
            <option label="Chile" value="43">Chile</option>
            <option label="China" value="44">China</option>
            <option label="Christmas Island" value="45">Christmas Island</option>
            <option label="Cocos (Keeling) Islands" value="46">Cocos (Keeling) Islands</option>
            <option label="Colombia" value="47">Colombia</option>
            <option label="Comoros" value="48">Comoros</option>
            <option label="Congo" value="49">Congo</option>
            <option label="Congo, the Democratic Republic of the" value="50">Congo, the Democratic Republic of the</option>
            <option label="Cook Islands" value="51">Cook Islands</option>
            <option label="Costa Rica" value="52">Costa Rica</option>
            <option label="Côte d'Ivoire" value="53">Côte d'Ivoire</option>
            <option label="Croatia" value="54">Croatia</option>
            <option label="Cuba" value="55">Cuba</option>
            <option label="Cyprus" value="56">Cyprus</option>
            <option label="Czech Republic" value="57">Czech Republic</option>
            <option label="Denmark" value="58">Denmark</option>
            <option label="Djibouti" value="59">Djibouti</option>
            <option label="Dominica" value="60">Dominica</option>
            <option label="Dominican Republic" value="61">Dominican Republic</option>
            <option label="Ecuador" value="62">Ecuador</option>
            <option label="Egypt" value="63">Egypt</option>
            <option label="El Salvador" value="64">El Salvador</option>
            <option label="Equatorial Guinea" value="65">Equatorial Guinea</option>
            <option label="Eritrea" value="66">Eritrea</option>
            <option label="Estonia" value="67">Estonia</option>
            <option label="Ethiopia" value="68">Ethiopia</option>
            <option label="Falkland Islands (Malvinas)" value="69">Falkland Islands (Malvinas)</option>
            <option label="Faroe Islands" value="70">Faroe Islands</option>
            <option label="Fiji" value="71">Fiji</option>
            <option label="Finland" value="72">Finland</option>
            <option label="France" value="73">France</option>
            <option label="French Guiana" value="74">French Guiana</option>
            <option label="French Polynesia" value="75">French Polynesia</option>
            <option label="French Southern Territories" value="76">French Southern Territories</option>
            <option label="Gabon" value="77">Gabon</option>
            <option label="Gambia" value="78">Gambia</option>
            <option label="Georgia" value="79">Georgia</option>
            <option label="Germany" value="80" selected="selected">Germany</option>
            <option label="Ghana" value="81">Ghana</option>
            <option label="Gibraltar" value="82">Gibraltar</option>
            <option label="Greece" value="83">Greece</option>
            <option label="Greenland" value="84">Greenland</option>
            <option label="Grenada" value="85">Grenada</option>
            <option label="Guadeloupe" value="86">Guadeloupe</option>
            <option label="Guam" value="87">Guam</option>
            <option label="Guatemala" value="88">Guatemala</option>
            <option label="Guinea" value="89">Guinea</option>
            <option label="Guinea-Bissau" value="90">Guinea-Bissau</option>
            <option label="Guyana" value="91">Guyana</option>
            <option label="Haiti" value="92">Haiti</option>
            <option label="Heard Island and McDonald Islands" value="93">Heard Island and McDonald Islands</option>
            <option label="Holy See (Vatican City State)" value="94">Holy See (Vatican City State)</option>
            <option label="Honduras" value="95">Honduras</option>
            <option label="Hong Kong" value="96">Hong Kong</option>
            <option label="Hungary" value="97">Hungary</option>
            <option label="Iceland" value="98">Iceland</option>
            <option label="India" value="99">India</option>
            <option label="Indonesia" value="100">Indonesia</option>
            <option label="Iran, Islamic Republic of" value="101">Iran, Islamic Republic of</option>
            <option label="Iraq" value="102">Iraq</option>
            <option label="Ireland" value="103">Ireland</option>
            <option label="Israel" value="104">Israel</option>
            <option label="Italy" value="105">Italy</option>
            <option label="Jamaica" value="106">Jamaica</option>
            <option label="Japan" value="107">Japan</option>
            <option label="Jordan" value="108">Jordan</option>
            <option label="Kazakhstan" value="109">Kazakhstan</option>
            <option label="Kenya" value="110">Kenya</option>
            <option label="Kiribati" value="111">Kiribati</option>
            <option label="Korea, Democratic People's Republic of" value="112">Korea, Democratic People's Republic of</option>
            <option label="Korea, Republic of" value="113">Korea, Republic of</option>
            <option label="Kuwait" value="114">Kuwait</option>
            <option label="Kyrgyzstan" value="115">Kyrgyzstan</option>
            <option label="Lao People's Democratic Republic" value="116">Lao People's Democratic Republic</option>
            <option label="Latvia" value="117">Latvia</option>
            <option label="Lebanon" value="118">Lebanon</option>
            <option label="Lesotho" value="119">Lesotho</option>
            <option label="Liberia" value="120">Liberia</option>
            <option label="Libya" value="121">Libya</option>
            <option label="Liechtenstein" value="122">Liechtenstein</option>
            <option label="Lithuania" value="123">Lithuania</option>
            <option label="Luxembourg" value="124">Luxembourg</option>
            <option label="Macao" value="125">Macao</option>
            <option label="Macedonia, the Former Yugoslav Republic of" value="126">Macedonia, the Former Yugoslav Republic of</option>
            <option label="Madagascar" value="127">Madagascar</option>
            <option label="Malawi" value="128">Malawi</option>
            <option label="Malaysia" value="129">Malaysia</option>
            <option label="Maldives" value="130">Maldives</option>
            <option label="Mali" value="131">Mali</option>
            <option label="Malta" value="132">Malta</option>
            <option label="Marshall Islands" value="133">Marshall Islands</option>
            <option label="Martinique" value="134">Martinique</option>
            <option label="Mauritania" value="135">Mauritania</option>
            <option label="Mauritius" value="136">Mauritius</option>
            <option label="Mayotte" value="137">Mayotte</option>
            <option label="Mexico" value="138">Mexico</option>
            <option label="Micronesia, Federated States of" value="139">Micronesia, Federated States of</option>
            <option label="Moldova, Republic of" value="140">Moldova, Republic of</option>
            <option label="Monaco" value="141">Monaco</option>
            <option label="Mongolia" value="142">Mongolia</option>
            <option label="Montserrat" value="143">Montserrat</option>
            <option label="Morocco" value="144">Morocco</option>
            <option label="Mozambique" value="145">Mozambique</option>
            <option label="Myanmar" value="146">Myanmar</option>
            <option label="Namibia" value="147">Namibia</option>
            <option label="Nauru" value="148">Nauru</option>
            <option label="Nepal" value="149">Nepal</option>
            <option label="Netherlands" value="150">Netherlands</option>
            <option label="Netherlands Antilles" value="151">Netherlands Antilles</option>
            <option label="New Caledonia" value="152">New Caledonia</option>
            <option label="New Zealand" value="153">New Zealand</option>
            <option label="Nicaragua" value="154">Nicaragua</option>
            <option label="Niger" value="155">Niger</option>
            <option label="Nigeria" value="156">Nigeria</option>
            <option label="Niue" value="157">Niue</option>
            <option label="Norfolk Island" value="158">Norfolk Island</option>
            <option label="Northern Mariana Islands" value="159">Northern Mariana Islands</option>
            <option label="Norway" value="160">Norway</option>
            <option label="Oman" value="161">Oman</option>
            <option label="Pakistan" value="162">Pakistan</option>
            <option label="Palau" value="163">Palau</option>
            <option label="Palestine, State of" value="164">Palestine, State of</option>
            <option label="Panama" value="165">Panama</option>
            <option label="Papua New Guinea" value="166">Papua New Guinea</option>
            <option label="Paraguay" value="167">Paraguay</option>
            <option label="Peru" value="168">Peru</option>
            <option label="Philippines" value="169">Philippines</option>
            <option label="Pitcairn" value="170">Pitcairn</option>
            <option label="Poland" value="171">Poland</option>
            <option label="Portugal" value="172">Portugal</option>
            <option label="Puerto Rico" value="173">Puerto Rico</option>
            <option label="Qatar" value="174">Qatar</option>
            <option label="Réunion" value="175">Réunion</option>
            <option label="Romania" value="176">Romania</option>
            <option label="Russian Federation" value="177">Russian Federation</option>
            <option label="Rwanda" value="178">Rwanda</option>
            <option label="Saint Helena, Ascension and Tristan da Cunha" value="179">Saint Helena, Ascension and Tristan da Cunha</option>
            <option label="Saint Kitts and Nevis" value="180">Saint Kitts and Nevis</option>
            <option label="Saint Lucia" value="181">Saint Lucia</option>
            <option label="Saint Pierre and Miquelon" value="182">Saint Pierre and Miquelon</option>
            <option label="Saint Vincent and the Grenadines" value="183">Saint Vincent and the Grenadines</option>
            <option label="Samoa" value="184">Samoa</option>
            <option label="San Marino" value="185">San Marino</option>
            <option label="Sao Tome and Principe" value="186">Sao Tome and Principe</option>
            <option label="Saudi Arabia" value="187">Saudi Arabia</option>
            <option label="Senegal" value="188">Senegal</option>
            <option label="Serbia" value="189">Serbia</option>
            <option label="Seychelles" value="190">Seychelles</option>
            <option label="Sierra Leone" value="191">Sierra Leone</option>
            <option label="Singapore" value="192">Singapore</option>
            <option label="Slovakia" value="193">Slovakia</option>
            <option label="Slovenia" value="194">Slovenia</option>
            <option label="Solomon Islands" value="195">Solomon Islands</option>
            <option label="Somalia" value="196">Somalia</option>
            <option label="South Africa" value="197">South Africa</option>
            <option label="South Georgia and the South Sandwich Islands" value="198">South Georgia and the South Sandwich Islands</option>
            <option label="Spain" value="199">Spain</option>
            <option label="Sri Lanka" value="200">Sri Lanka</option>
            <option label="Sudan" value="201">Sudan</option>
            <option label="Suriname" value="202">Suriname</option>
            <option label="Svalbard and Jan Mayen" value="203">Svalbard and Jan Mayen</option>
            <option label="Eswatini" value="204">Eswatini</option>
            <option label="Sweden" value="205">Sweden</option>
            <option label="Switzerland" value="206">Switzerland</option>
            <option label="Syrian Arab Republic" value="207">Syrian Arab Republic</option>
            <option label="Taiwan, Province of China" value="208">Taiwan, Province of China</option>
            <option label="Tajikistan" value="209">Tajikistan</option>
            <option label="Tanzania, United Republic of" value="210">Tanzania, United Republic of</option>
            <option label="Thailand" value="211">Thailand</option>
            <option label="Timor-Leste" value="212">Timor-Leste</option>
            <option label="Togo" value="213">Togo</option>
            <option label="Tokelau" value="214">Tokelau</option>
            <option label="Tonga" value="215">Tonga</option>
            <option label="Trinidad and Tobago" value="216">Trinidad and Tobago</option>
            <option label="Tunisia" value="217">Tunisia</option>
            <option label="Turkey" value="218">Turkey</option>
            <option label="Turkmenistan" value="219">Turkmenistan</option>
            <option label="Turks and Caicos Islands" value="220">Turks and Caicos Islands</option>
            <option label="Tuvalu" value="221">Tuvalu</option>
            <option label="Uganda" value="222">Uganda</option>
            <option label="Ukraine" value="223">Ukraine</option>
            <option label="United Arab Emirates" value="224">United Arab Emirates</option>
            <option label="United Kingdom" value="225">United Kingdom</option>
            <option label="United States" value="226">United States</option>
            <option label="United States Minor Outlying Islands" value="227">United States Minor Outlying Islands</option>
            <option label="Uruguay" value="228">Uruguay</option>
            <option label="Uzbekistan" value="229">Uzbekistan</option>
            <option label="Vanuatu" value="230">Vanuatu</option>
            <option label="Venezuela, Bolivarian Republic of" value="231">Venezuela, Bolivarian Republic of</option>
            <option label="Viet Nam" value="232">Viet Nam</option>
            <option label="Virgin Islands, British" value="233">Virgin Islands, British</option>
            <option label="Virgin Islands, U.S." value="234">Virgin Islands, U.S.</option>
            <option label="Wallis and Futuna" value="235">Wallis and Futuna</option>
            <option label="Western Sahara" value="236">Western Sahara</option>
            <option label="Yemen" value="237">Yemen</option>
            <option label="Zambia" value="238">Zambia</option>
            <option label="Zimbabwe" value="239">Zimbabwe</option>
            <option label="Montenegro" value="240">Montenegro</option>
            <option label="Åland Islands" value="241">Åland Islands</option>
            <option label="countries.--" value="242">countries.--</option>
            <option label="Jersey" value="243">Jersey</option>
            <option label="Isle of Man" value="244">Isle of Man</option>
            <option label="Guernsey" value="245">Guernsey</option>
            <option label="Saint Barthélemy" value="246">Saint Barthélemy</option>
            <option label="Saint Martin (French part)" value="247">Saint Martin (French part)</option>
            <option label="Bonaire, Sint Eustatius and Saba" value="248">Bonaire, Sint Eustatius and Saba</option>
            <option label="Curaçao" value="249">Curaçao</option>
            <option label="South Sudan" value="250">South Sudan</option>
            <option label="Sint Maarten (Dutch part)" value="251">Sint Maarten (Dutch part)</option>
            <option label="countries.XK" value="252">countries.XK</option>
          </select>
          <div class="chosen-container chosen-container-single" title="" style="width: 100%;"><a class="chosen-single" data-value="80">
  <span>Germany</span>
  <div><b></b></div>
</a>
            <div class="chosen-drop">
              <div class="chosen-search">
                <input class="chosen-search-input" type="text" autocomplete="off">
              </div>
              <ul class="chosen-results"></ul>
            </div>
          </div><!-- end ngIf: ::$ctrl.multiple === undefined --><!-- end ngIf: ::$ctrl.multiple === undefined -->
          <!-- Chosen will be injected here, right after the select -->
          <!-- validation error container -->
          <span id="dropdown_0_error" class="prfw__validation-wrapper" style="display: none;"></span>
          <div block-ui-container="" class="block-ui-container ng-scope">
            <div class="block-ui-overlay"></div>
            <!-- ngIf: $_blockUiState.blocking -->
          </div>
        </div><!-- end ngIf: $ctrl.placeholderChangePulse$ | async:this -->
      </prf-country-select></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents -->
  <div class="signupprfw__btn-wrapper">
    <button validation-submit="signupprfw" ng-click="$ctrl.signUp()" class="prfw-btn prfw-btn-primary ng-scope" translate="signupWidget.SUBMIT" ng-disabled="$ctrl.isSubmitDisabled$ | async:this">Submit</button>
  </div>
</form>

POST /#wpcf7-f384-o1

<form action="/#wpcf7-f384-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="384">
    <input type="hidden" name="_wpcf7_version" value="5.7.7">
    <input type="hidden" name="_wpcf7_locale" value="en_US">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f384-o1">
    <input type="hidden" name="_wpcf7_container_post" value="0">
    <input type="hidden" name="_wpcf7_posted_data_hash" value="">
  </div>
  <div class="cf7-subscribe-wrapper">
    <label class="cf7-subscribe-control">
      <span class="wpcf7-form-control-wrap customer-email">
        <input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email cf7-subscribe-input" aria-required="true" aria-invalid="false" placeholder="Your Email" value="" type="email"
          name="customer-email">
        <span class="cf7-subscribe-placeholder">Email address</span>
      </span>
    </label>
    <span class="submit-wrapper cf7-subscribe-submit">
      <input class="wpcf7-form-control has-spinner wpcf7-submit" type="submit" value="Submit"><span class="ajax-loader"></span>
      <button class="cf7-subscribe-submit">Submit</button>
    </span>
  </div>
  <div class="wpcf7-response-output" aria-hidden="true"></div>
</form>

Text Content

 * Trading Room
 * Markets
 * Our Platform
 * Account Types
 * Savings Accounts
 * About Us
 * FAQ
 * Contact Us
 * ENExpand child menu
   * FR


Login
Login to your account or Sign Up
Login


Forgot Password?
Open Account
Deposit Logout
Enjoy a 15% bonus on your first deposit for each new referral, instead of 10%!
Double your benefits by inviting your friends now!


STEP UP YOUR TRADING WITH SMARTMARKET 26

At SmartMarket 26, we focus on providing an environment where traders are
empowered to achieve trading success. Enjoy cutting-edge trading platforms, a
diverse range of assets, and transparent and personalised services.

Open Account View Platform



GO GLOBAL WITH SMARTMARKET 26

Gain exposure to multiple asset classes, all from a single platform to diversify
your portfolio. This will let you capitalise on more opportunities and manage
the risks more effectively.

STOCKS, INDICES, COMMODITIES, FOREX

Whether you want to trade stocks of leading global companies, access the
commodities market, or earn from currency fluctuations, SmartMarket 26 offers
them all.

BUNDLES

Bundles are our unique ETF product that consist of a basket of assets curated by
our experts to provide balanced exposure to diverse financial markets with a
single trade position.




EVERYTHING YOU NEED TO UNLOCK YOUR POTENTIAL

At SmartMarket 26, we provide you with everything you need to trade effectively.
Our intuitive platforms are packed with features and tools to make your trading
efficient and to enable you to make well informed decisions. Plus, our dedicated
support is ready to assist you in achieving your trading goals.





ONE ACCOUNT, ENDLESS MARKET OPPORTUNITIES

Access diverse opportunities across the global markets from just a single
SmartMarket 26 account.

 * Real Service & Support
   At SmartMarket 26, we are dedicated to providing every one of our clients
   with the highest standards of service and support, so you can focus on your
   trading with complete peace of mind.
 * Fast & Transparent
   The financial markets are constantly moving. With SmartMarket 26, you can
   snap up opportunities instantly with our ultra-low spreads and transparent
   trading conditions.
 * Technology & Tools
   Having the right technology and tools at your fingertips is essential. This
   is why at SmartMarket 26 we invest so much in giving our traders the ultimate
   trading environment.


WHY TRADE WITH SMARTMARKET 26?

A world of trading opportunities is waiting for you…

Forex
Every day, trillions of dollars are traded on the global Forex market. At
SmartMarket 26, you can get in on the action and trade major, minor and exotic
currency pairs with the most favourable conditions always.
Indices
Indices are financial instruments designed to track the performance of a select
basket of stocks. They allow traders to gain either targeted or broad exposure
to different industries, sectors, economies, or regions.
Cryptocurrencies
Crypto has established its foothold in the global financial markets and with its
24/7 volatility and liquidity, this asset class is reshaping the future of
money.
Stocks
At SmartMarket 26, you can trade the stock CFDs of leading global companies with
ease. Go long or go short and capitalize on stocks when prices are rising or
falling.
Commodities
Commodities are the blood of the global economy. These essential building blocks
for human life have been traded since the beginning of civilization. Take
advantage of this crucial market with SmartMarket 26.


SmartMarket 26 Bundles Open a Whole New World of Trading Opportunities

Go Beyond Your Expectations and Achieve More with Margin Trading from
SmartMarket 26.

Unleash the True Potential of CFD Trading with the SmartMarket 26 Trading
Platform

SmartMarket 26 Bundles Open a Whole New World of Trading Opportunities

Go Beyond Your Expectations and Achieve More with Margin Trading from
SmartMarket 26.

Unleash the True Potential of CFD Trading with the SmartMarket 26 Trading
Platform

SmartMarket 26 Bundles Open a Whole New World of Trading Opportunities

Go Beyond Your Expectations and Achieve More with Margin Trading from
SmartMarket 26.

 * CFD
 * Bundles
 * Margin


START YOUR SMARTMARKET 26 JOURNEY

 * Open a free trading account in a matter of minutes
   
 * Deposit funds safely with a range of secure payment methods
   
 * Start trading our impressive range of assets and building your portfolio
   


SIGN UP NOW!

A world of lucrative opportunities, world-class technology and personalised
service is waiting for you. Join SmartMarket 26 now.

49



Select CountryAfghanistanAlbaniaAlgeriaAmerican
SamoaAndorraAngolaAnguillaAntarcticaAntigua and
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBolivia,
Plurinational State ofBosnia and HerzegovinaBotswanaBouvet IslandBrazilBritish
Indian Ocean TerritoryBrunei DarussalamBulgariaBurkina
FasoBurundiCambodiaCameroonCanadaCape VerdeCayman IslandsCentral African
RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCongo, the Democratic Republic of theCook
IslandsCosta RicaCôte d'IvoireCroatiaCubaCyprusCzech
RepublicDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl
SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland Islands (Malvinas)Faroe
IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuineaGuinea-BissauGuyanaHaitiHeard
Island and McDonald IslandsHoly See (Vatican City State)HondurasHong
KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic
ofIraqIrelandIsraelItalyJamaicaJapanJordanKazakhstanKenyaKiribatiKorea,
Democratic People's Republic ofKorea, Republic ofKuwaitKyrgyzstanLao People's
Democratic
RepublicLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacaoMacedonia,
the Former Yugoslav Republic ofMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated States
ofMoldova, Republic
ofMonacoMongoliaMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands
AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern
Mariana IslandsNorwayOmanPakistanPalauPalestine, State ofPanamaPapua New
GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarRéunionRomaniaRussian FederationRwandaSaint Helena, Ascension and
Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Pierre and MiquelonSaint
Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon
IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSpainSri
LankaSudanSurinameSvalbard and Jan MayenEswatiniSwedenSwitzerlandSyrian Arab
RepublicTaiwan, Province of ChinaTajikistanTanzania, United Republic
ofThailandTimor-LesteTogoTokelauTongaTrinidad and
TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited
Arab EmiratesUnited KingdomUnited StatesUnited States Minor Outlying
IslandsUruguayUzbekistanVanuatuVenezuela, Bolivarian Republic ofViet NamVirgin
Islands, BritishVirgin Islands, U.S.Wallis and FutunaWestern
SaharaYemenZambiaZimbabweMontenegroÅland Islandscountries.--JerseyIsle of
ManGuernseySaint BarthélemySaint Martin (French part)Bonaire, Sint Eustatius and
SabaCuraçaoSouth SudanSint Maarten (Dutch part)countries.XK
Germany



Submit



Risk Warning:

CFDs and other online financial assets are leveraged products that carry a
significant amount of risk and may not be suitable for all types of investors.
Trading them can result in the loss of part or all of your invested capital. We
advise our clients to thoroughly consider their own financial situation and
invest only capital that they are willing and able to lose. If necessary, we
advise seeking independent professional advice so that you can understand the
risks involved.

GENERAL

 * Trading Room
 * Market Overview
 * Our Platform
 * Account Types
 * About Us
 * FAQ
 * Contact Us

OUR OFFICES

17 avenue d Ostende 98000 Monaco



+33170613408



support@smartmarket26

LEGAL PACK

 * Terms & Conditions
 * Refund Policy
 * Privacy Policy
 * KYC Disclaimer
 * AML Policy

STAY IN TOUCH

Email address Submit

Regulation

SmartMarket26 Ltd est constituée en Irlande et est réglementée par la Banque
centrale d’Irlande (n° de référence : D86208). SmartMarket26 Ltd est une société
d’investissement agréée conforme à la directive sur les marchés d’instruments
financiers (MiFID). MiFID fournit un régime réglementaire harmonisé pour les
services d’investissement au sein de l’Espace économique européen. Il accroît
l’efficacité et la transparence financière et offre une meilleure protection des
consommateurs dans les services d’investissement.