shop.aluminium-exhibition.com Open in urlscan Pro
54.230.167.19  Public Scan

URL: https://shop.aluminium-exhibition.com/Reed/ALUDE22/Register/?culture=en&qc=FN6QCGZRV8341R
Submission: On August 26 via manual from DE — Scanned from DE

Form analysis 2 forms found in the DOM

/REED/ALUDE22/Register

<form action="/REED/ALUDE22/Register" class="m-b-sm ng-pristine ng-valid" novalidate="novalidate">
  <div class="input-group">
    <input id="ticketCode" name="ticketCode" type="text" class="form-control" placeholder="Insert voucher code" required="">
    <span class="input-group-btn">
      <button class="btn btn-theme" type="submit"><i class="fa fa-chevron-right fa-fw"></i></button>
    </span>
  </div>
</form>

<form ng-submit="checkAndReserveTicket()" class="base-form-horizontal ng-pristine ng-valid ng-valid-required" novalidate="novalidate">
  <input name="__RequestVerificationToken" type="hidden" value="_KcCBvOPe6fugUQxD82g8TI-2bcmdksWO42LM1LQSLTYrceYZop_h2dl1YKIAKXja8fZTMD8QnscYW0Bp1g6JyEoaDPCUZmBOV2jUzx_avY1" autocomplete="off">
  <fieldset>
    <big>Please enter your voucher code here. In the next step you have the option to either login with an existing account or create a new account.</big>
    <div id="enterTicketCode" class="form-control-group group-lg group-vertical m-t-lg m-b-lg">
      <div class="form-controls ">
        <div class="input-group" style="max-width:560px;margin:0 auto;">
          <input type="text" ng-model="form.shortCode" ng-init="form.shortCode = &quot;FN6QCGZRV8341R&quot;" id="shortCode" data-toggle="dropdown-noclose"
            class="control control-inline form-control ng-pristine ng-valid ng-not-empty ng-valid-required valid ng-touched" ng-keyup="checkInput($event)" ng-paste="pasteCode($event)" required="" autofocus=""
            style="height:46px;line-height:46px;font-size:23px;font-weight:600;letter-spacing:2px;" aria-describedby="shortCode-error" aria-invalid="false">
          <span class="input-group-btn">
            <button style="margin-left:0px;" class="btn btn-lg btn-primary btn-shortCode" ng-class="{
			              'disabled' : !form.hasValidCodeInput &amp;&amp; form.shortCode.length == undefined,
			              'btn-theme': form.hasValidCodeInput &amp;&amp; !form.hasResult,
			              'btn-success': form.hasValidCodeInput &amp;&amp; form.success,
			              'btn-danger': form.hasValidCodeInput &amp;&amp; form.hasResult &amp;&amp; !form.success,
			              'btn-primary btn-shortCode': !form.hasValidCodeInput &amp;&amp; form.shortCode.length > 0 }">
              <span ng-hide="form.hasValidCodeInput || form.shortCode.length > 0" class="ng-hide">
                <i class="fa fa-arrow-left fa-lg fa-fw"></i>
                <span class="btn-text hidden-xs">Insert voucher code</span>
              </span>
              <span ng-show="form.hasValidCodeInput || form.shortCode.length > 0">
                <i class="fa fa-spinner fa-spin fa-lg fa-fw ng-hide" ng-show="form.loading"></i>
                <i class="fa fa-arrow-right fa-lg fa-fw ng-hide" ng-show="form.hasValidCodeInput &amp;&amp; !form.hasResult &amp;&amp; !form.loading"></i>
                <i class="fa fa-check fa-lg fa-fw ng-hide" ng-show="form.hasResult &amp;&amp; form.success &amp;&amp; !form.loading"></i>
                <i class="fa fa-ban fa-lg fa-fw ng-hide" ng-show="form.hasResult &amp;&amp; !form.success &amp;&amp; !form.loading"></i>
                <span class="btn-text hidden-xs" ng-show="!form.hasResult &amp;&amp; form.shortCode.length > 0">Validate ticket code</span>
                <span class="btn-text visible-xs" ng-show="!form.loading &amp;&amp; !form.hasResult &amp;&amp; form.shortCode.length > 0"><i class="fa fa-arrow-right fa-lg fa-fw"></i></span>
                <span class="btn-text hidden-xs ng-hide" ng-show="form.hasResult &amp;&amp; form.success">Valid</span>
                <span class="btn-text hidden-xs ng-hide" ng-show="form.hasResult &amp;&amp; !form.success">Invalid</span>
              </span>
            </button>
          </span>
        </div>
      </div>
    </div>
    <div id="registrationResult" ng-show="form.hasResult &amp;&amp; !form.reservationRequiresConfirmation" class="m-t-md ng-hide">
      <div ng-show="form.hasResult &amp;&amp; form.resultMessage != ''" class="alert alert- alert-fa inline ng-hide">
        <i class="col-xs-1 fa fa-2x fa-times-circle" ng-class="form.resultSeverity == 'success' ? 'fa-check-circle' : 'fa-times-circle' "></i>
        <div class="col-md-6 col-xs-10 ng-binding alert-content-col1" ng-class="{'alert-content-col1' : !form.reservationRequiresConfirmation}" data-ng-bind-html="form.resultMessage"></div>
        <div class="col-md-5 col-xs-12 m-t-sm" ng-hide="form.reservationRequiresConfirmation">
          <button id="btnAnotherTicketCode" class="btn btn-default" ng-click="reset()" ng-show="!form.provideCartResetWithTicketOption"> Insert another ticket code </button>
          <a id="btnlogoutAndRegisterTicket" class="btn btn-success btn-wrap-text ng-hide" ng-show="form.provideCartResetWithTicketOption" href="/REED/ALUDE22/RegisterWithLogout?ticketCode=">
             	 <i class="fa fa-plus-circle fa-lg fa-fw"></i>
             	 Log out now and register this voucher
           	 </a>
          <span class="btn-text"></span>
        </div>
      </div>
    </div>
    <div id="registrationConfirmation" ng-show="form.reservationRequiresConfirmation" class="ng-hide">
      <div>
        <div class="ng-binding" data-ng-bind-html="form.subResultMessage"></div>
        <div class="pull-right" style="margin-right:14px;">
          <button class="btn btn-theme btn-large" ng-click="checkAndReserveTicket(true)"> I agree </button>
        </div>
        <div class="clear">
        </div>
        <div style="margin-top:20px;"> In case you don't agree, please click <a href="/REED/ALUDE22/Shop" class="theme">here</a> to purchase tickets. </div>
      </div>
    </div>
  </fieldset>
</form>

Text Content

YOUR BROWSER OR ONE OF YOUR BROWSER'S SETTINGS IS NOT SUPPORTED BY THIS WEBSITE.




To use this website JavaScript has to be activated in your browser. In your
browser JavaScript is either deactivated or it is not supported. Activate
JavaScript by editing the browser settings and try again.


YOUR BROWSER OR ONE OF YOUR BROWSER'S SETTINGS IS NOT SUPPORTED BY THIS WEBSITE.




You are using Chrome, Version 104.0.5112.101




Toggle navigation ALUMINIUM 2022
27 - 29 September 2022
 * Start Start
   * Start page
   * Purchase tickets
   * Redeem voucher
   * Help & Contact
 * Voucher Voucher
   
   * REDEEM VOUCHER
     
     Redeem a voucher code free of charge. The ticket will be added to your
     shopping cart
     
     
 * 0 Shopping cart Shopping cart
   
   * YOUR SHOPPING CART
     
     Total Price: €0.00
     
     --------------------------------------------------------------------------------
     
     --------------------------------------------------------------------------------
     
     Shopping cart Checkout
     
     YOUR SHOPPING CART IS EMPTY.
     
 * Login Login
 * English
   * German
   
   

An error occurred when setting a cookie.
 * For using the shop you have to allow 3rd-party-cookies.
 * Please go to tools > preferences > privacy policy and set Accept cookies to
   Always.
 * Reload this page. If the problem isn't solved close the browser and reopen.
 * After successfull transaction you can set your preferences to your default.


27 - 29 September 2022



REDEEM VOUCHER / REGISTER TICKET


Please enter your voucher code here. In the next step you have the option to
either login with an existing account or create a new account.
Insert voucher code Validate ticket code Valid Invalid
Insert another ticket code Log out now and register this voucher
I agree

In case you don't agree, please click here to purchase tickets.


IMPORTANT NOTES FOR THE REGISTRATION

The short codes beginning with the trade show abbreviation and the trade show
year can be used here. The voucher codes consisting of any sequence of letters
can only be used once per person.
You will receive your entrance ticket only after having registered successfully.

If the functionality of the ticket shop is not displayed correctly in your
browser, this is due to the browser Internet Explorer. Please open the ticket
shop with another browser (e.g. Google Chrome, Firefox, Apple Safari).


PURCHASE TICKETS

Would you like to purchase tickets? Click here to see available tickets.

 

--------------------------------------------------------------------------------

Next

© Reed Exhibitions Deutschland GmbH   Cookie Preference Centre

 * Imprint
 * Terms of Use
 * Privacy policy
 * Help & Contact

×

TERMS OF USE


Print Close
×

PRIVACY POLICY


Print Close


SHARE ON:




×








We use cookies to analyse and improve our service, to improve and personalise
content, advertising, and your digital experience. We also share information
about your use of our site with our social media, advertising, and analytics
partners. ImprintCookie Policy

Cookies Settings Accept Only Necessary Cookies Accept All Cookies



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.



Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. If you do not allow these cookies, you will
experience less targeted advertising.

Cookies Details‎
Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Confirm My Choices