visit.gitex.com Open in urlscan Pro
52.28.28.73  Public Scan

Submitted URL: https://protect-eu.mimecast.com/s/mw5MCnZ2jurPrlGDho3_YM?domain=appict.dwtcmarketing.com
Effective URL: https://visit.gitex.com/Visitor/Registration/SelectPass?utm_source=Eloqua&utm_medium=email&utm_campaign=28082023_GITEX_E...
Submission: On September 01 via api from ZA — Scanned from GB

Form analysis 6 forms found in the DOM

<form class="row  rounded p-2" style="background-color: #f5f5f5" id="allpassesmodal">
  <center> <img style="width:100px;height:100px" tabindex="-1" src="https://static.infosalons.ae/GITEX23DU/images/loading.gif"></center>
</form>

<form class="row  rounded p-2" style="background-color: #f5f5f5" id="ConferencesVerticalmodal">
  <center> <img style="width:100px;height:100px" tabindex="-1" src="https://static.infosalons.ae/GITEX23DU/images/loading.gif"></center>
</form>

<form class="row  rounded p-2" style="background-color: #f5f5f5" id="ConferencePassmodal">
  <center> <img style="width:100px;height:100px" tabindex="-1" src="https://static.infosalons.ae/GITEX23DU/images/loading.gif"></center>
</form>

Name: formLogin https://visit.gitex.com/Visitor/Account/Login

<form name="formLogin" id="formLogin" action="https://visit.gitex.com/Visitor/Account/Login" novalidate="novalidate">
  <div class="modal-content" tabindex="-1">
    <div class="modal-header" tabindex="-1">
      <h4 class="modal-title">Login</h4>
      <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
    </div>
    <div class="modal-body" tabindex="-1">
      <div class="alert alert-danger d-none" id="divLoginError" tabindex="-1">Invalid Email or Password</div>
      <div class="form-group" tabindex="-1">
        <label for="txtEmail">Email Address</label>
        <input type="email" class="form-control" id="txtEmail" placeholder="Email" autocomplete="username" data-val="true" data-val-email="a valid email address is required" data-val-maxlength="Email cannot be more than 100 characters long"
          data-val-maxlength-max="100" data-val-required="The Email field is required." name="Email" value="" title="Email">
        <span class="text-danger field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true" tabindex="-1"></span>
      </div>
      <div class="form-group" tabindex="-1">
        <label for="txtPassword">Password</label>
        <input type="password" class="form-control" id="txtPassword" placeholder="Password" autocomplete="current-password" data-val="true" data-val-length="Password has to be 6 to 50 characters long" data-val-length-max="50" data-val-length-min="6"
          data-val-required="The Password field is required." name="Password" title="Password">
        <span class="text-danger field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true" tabindex="-1"></span>
      </div>
      <div class="form-group" tabindex="-1">
        <a href="#" class="link fw-bold text-primary small text-decoration-none" data-bs-toggle="modal" data-bs-target="#mdlForgotPassword" data-dismiss="modal">FORGOT PASSWORD?</a>
      </div>
    </div>
    <div class="modal-footer" tabindex="-1">
      <button type="button" class="btn btn-outline-primary me-2 rounded-0" data-bs-dismiss="modal">CANCEL</button>
      <button type="submit" class="btn btn-primary me-0 me-sm-2 rounded-0" data-loading-text="Processing..." id="btnLogin">SIGN IN</button>
    </div>
  </div><!-- /.modal-content -->
</form>

Name: formForgotPassword

<form name="formForgotPassword" id="formForgotPassword">
  <div class="modal-content" tabindex="-1">
    <div class="modal-header" tabindex="-1">
      <h4 class="modal-title">Forgot Password</h4>
      <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
    </div>
    <div class="modal-body" tabindex="-1">
      <div class="alert alert-danger d-none" id="divForgotPasswordError" tabindex="-1">Email not found in our records</div>
      <div class="form-group" tabindex="-1">
        <label class="form-label" for="txtForgotEmail">Email Address</label>
        <input type="email" class="form-control" id="txtForgotEmail" name="txtForgotEmail" placeholder="Email" autocomplete="username">
      </div>
      <div class="form-group" tabindex="-1">
        <a href="#" class="link fw-bold text-primary small text-decoration-none" data-bs-toggle="modal" data-bs-target="#mdlLogin" data-dismiss="modal">LOGIN</a>
      </div>
    </div>
    <div class="modal-footer" tabindex="-1">
      <button type="button" class="btn btn-outline-primary me-2 rounded-0" data-bs-dismiss="modal">CANCEL</button>
      <button type="button" class="btn btn-primary me-0 me-sm-2 rounded-0" data-loading-text="Processing..." id="btnSubmitForgotPassword">SUBMIT</button>
    </div>
  </div><!-- /.modal-content -->
</form>

POST https://visit.gitex.com/Visitor/Account/ChangePassword

<form action="https://visit.gitex.com/Visitor/Account/ChangePassword" id="resetPasswordForm" method="post" novalidate="novalidate">
  <div class="modal-content" tabindex="-1">
    <div class="modal-header" tabindex="-1">
      <h5 class="modal-title" id="changePasswordLabel">Change My Password</h5>
      <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
    </div>
    <div class="modal-body" tabindex="-1">
      <div class="form-group required" tabindex="-1">
        <label for="OldPassword" title="Your Current Password" data-toggle="tooltip" data-placement="top">Your Current Password<sup class="text-danger">*</sup></label>
        <input class="form-control" data-val="true" data-val-maxlength="The Password has to be 8 to 20 characters long" data-val-maxlength-max="20" data-val-minlength="The Password has to be 8 to 20 characters long" data-val-minlength-min="6"
          data-val-required="The Your Current Password field is required." id="OldPassword" maxlength="20" name="OldPassword" placeholder="Old Password" type="password">
        <span class="text-danger field-validation-valid" data-valmsg-for="OldPassword" data-valmsg-replace="true" tabindex="-1"></span>
      </div>
      <div class="form-group required" tabindex="-1">
        <label for="Password" title="Your New Password" data-toggle="tooltip" data-placement="top">Your New Password<sup class="text-danger">*</sup></label>
        <input class="form-control" data-val="true" data-val-maxlength="The Password has to be 8 to 20 characters long" data-val-maxlength-max="20" data-val-minlength="The Password has to be 8 to 20 characters long" data-val-minlength-min="6"
          data-val-regex="Password must meet requirements (at least 8 characters long,at least one uppercase character,at least one lower character,at least one digit,at least one special character e.g. (!@#$%^&amp;*()_-+))"
          data-val-regex-pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@!@#$%^&amp;*()_+-])[A-Za-z\d@!@#$%^&amp;*()_+-]{8,20}$" data-val-required="The Your New Password field is required." id="Password" maxlength="20" name="Password"
          placeholder="Password" type="password">
        <span class="text-danger field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true" tabindex="-1"></span>
      </div>
      <div class="form-group required" tabindex="-1">
        <label for="ConfirmPassword" title="Confirm Your New Password" data-toggle="tooltip" data-placement="top">Confirm Your New Password<sup class="text-danger">*</sup></label>
        <input class="form-control" data-val="true" data-val-equalto="'Confirm Your New Password' and 'Your New Password' do not match." data-val-equalto-other="*.Password" data-val-required="The Confirm Your New Password field is required."
          id="ConfirmPassword" name="ConfirmPassword" placeholder="Confirm Password" type="password">
        <span class="text-danger field-validation-valid" data-valmsg-for="ConfirmPassword" data-valmsg-replace="true" tabindex="-1"></span>
      </div>
      <div class="form-group" tabindex="-1">
        <a href="#" data-bs-toggle="modal" class="link fw-bold text-primary small text-decoration-none" data-bs-target="#mdlForgotPassword" data-dismiss="modal">FORGOT PASSWORD?</a>
      </div>
    </div>
    <div class="modal-footer" tabindex="-1">
      <button type="button" class="btn btn-outline-primary me-2 rounded-0" data-bs-dismiss="modal">CLOSE</button>
      <button type="submit" class="btn btn-primary me-0 me-sm-2 rounded-0">SIGN IN</button>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BXGIYuK5HZFkoYjh90UYGXJaSa4G2T5eqlCfO6akrJJszMvnDZuOBccFNtdrj01o7QLZIOmidFy_j4eQCjwvDdPNmWoFDPuk5xcthrWbZw7QLuvSGf9NBBtpxsj7HckhoWjYH2Y7L7cmo_IW5yzeg0">
</form>

Text Content

SELECT YOUR PASS

0
GROUP BOOKING COMPARE PASSES Already registered? Login here
Your basket 0
Visitor Passes 2 Delegate Passes 6 Certified Training Passes 4 All 12


VISITOR PASSES

GITEX GLOBAL+  Visitor Pass 16-20 OCT 2023, DUBAI WORLD TRADE CENTRE 1 in basket
Includes exhibition only access to:


Early Bird Price Expires 15 Oct 2023

AED

500

435

Incl. 5% VAT
For paid conferences, workshops and trainings select any of our Delegate Passes
by scrolling below.
ADD TO BASKET BENEFITS
Expand North Star+  Visitor Pass 15-18 OCT 2023, NOW AT DUBAI HARBOUR 1 in
basket
Access to all exhibitions only at Expand North Star (ENS)




AED

100

FREE WITH ADVANCED REGISTRATION

Incl. 5% VAT
For paid conferences, workshops and trainings select any of our Delegate Passes
by scrolling below.
ADD TO BASKET BENEFITS


DELEGATE PASSES

All Access Conference Pass

BEST SELLER 🔥

1 in basket
Includes access to:
All 20 Conference Tracks
40+ Technical Workshops and Seminars
9 Exhibitions/ 41 Halls
Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor at Dubai Harbour (15-18 October 2023)


AED

4,000

Incl. 5% VAT
ADD TO BASKET BENEFITS
Premium Pass

Exclusive

1 in basket
Includes access to:
3x Facilitated Meetings
All Networking Events
Access to ConneXions, Investors and CISO Lounge
Access to SuperBridge Summit (16-17 Oct) at Museum of the Future
Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor at Dubai Harbour (15-18 October 2023)
All Access Conference Pass Benefits


AED

10,000

Incl. 5% VAT
ADD TO BASKET BENEFITS
Expand North Star+ Conference Pass 1 in basket
Includes access to:
Expand North Star, Blockchain, Fintech and Marketing Conferences
40+ Technical Workshops and Seminars
9 Exhibitions/ 41 Halls
Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor at Dubai Harbour (15-18 October 2023)


AED

2,000

Incl. 5% VAT
ADD TO BASKET BENEFITS
Vertical Pass 1 in basket
Includes access to:
1 of 14 Conference Tracks
40+ Technical Workshops and Seminar
Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor at Dubai Harbour (15-18 October 2023)


AED

2,000

Incl. 5% VAT
ADD TO BASKET BENEFITS
Global DevSlam Pass 1 in basket
Includes access to:
Global DevSlam Conference
40+ Technical Workshops and Seminars
9 Exhibitions/ 42 Halls
Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor at Dubai Harbour (15-18 October 2023)


AED

700

Incl. 5% VAT
ADD TO BASKET BENEFITS
Workshop Pass 1 in basket
Includes access to:
40+ Technical Workshops and Seminars
9 Exhibitions/ 42 Halls
Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor at Dubai Harbour (15-18 October 2023)


AED

600

Incl. 5% VAT
ADD TO BASKET BENEFITS


CERTIFIED TRAINING PASSES

Certified Generative Ai Expert 1 in basket (NEW)
 2 days Certified Generative AI Expert
All Access Conference Pass Benefits


AED

4,500

Incl. 5% VAT
ADD TO BASKET
Certified Metaverse Developer 1 in basket (NEW)
3 days Certified Metaverse Developer Training
All Access Conference Pass Benefits


AED

4,500

Incl. 5% VAT
ADD TO BASKET
AI and Data Science Applications 1 in basket (NEW)
2 days AI and Data Science Applications
All Access Conference Pass Benefits


AED

4,500

Incl. 5% VAT
ADD TO BASKET
CyberSec First Responder 1 in basket (NEW)
 3 days onsite and 2 days online self-paced
All Access Conference Pass Benefits


AED

4,500

Incl. 5% VAT
ADD TO BASKET

YOUR PASS BASKET PASS BASKET

Item Qty Price (AED)

Checkout

COMPARE CONFERENCE PASSES TO HELP YOU DECIDE

Select a pass GITEX GLOBAL+ Visitor Pass Expand North Star+ Visitor Pass All
Access Conference Pass Premium Pass Expand North Star+ Conference Pass Vertical
Pass Global DevSlam Pass Workshop Pass Certified Generative Ai Expert Certified
Metaverse Developer AI and Data Science Applications CyberSec First Responder
Student Visitor Student Delegate

Select a pass GITEX GLOBAL+ Visitor Pass Expand North Star+ Visitor Pass All
Access Conference Pass Premium Pass Expand North Star+ Conference Pass Vertical
Pass Global DevSlam Pass Workshop Pass Certified Generative Ai Expert Certified
Metaverse Developer AI and Data Science Applications CyberSec First Responder
Student Visitor Student Delegate

Select a pass GITEX GLOBAL+ Visitor Pass Expand North Star+ Visitor Pass All
Access Conference Pass Premium Pass Expand North Star+ Conference Pass Vertical
Pass Global DevSlam Pass Workshop Pass Certified Generative Ai Expert Certified
Metaverse Developer AI and Data Science Applications CyberSec First Responder
Student Visitor Student Delegate


ALL ACCESS PASS

This pass gives you access to all 20 conferences listed below, paid workshops
and the exhibitions.

This pass excludes Certified Trainings.

To help deliver a better experience, select your most preferred conference(s).


Cancel Confirm selection

VERTICAL PASS

This pass gives you access to any one of the conferences below.

Please select the conference of your choice:



This pass excludes Certified Trainings.

Cancel Confirm selection

EXPAND NORTH STAR+ PASS

IMPORTANT NOTICE!

The Expand North Star+ Pass does NOT include access to GITEX GLOBAL and its
co-located shows.

To visit GITEX GLOBAL+ Pass, please purchase the GITEX GLOBAL+ Pass. Click here
to purchase.

To proceed with the Expand North Star + Pass only click “continue”.

Continue

ENS+ CONFERENCE PASS

This pass gives you access to all 4 conferences listed below, paid workshops and
the exhibitions.

This pass excludes Certified Trainings.

To help deliver a better experience, select your most preferred conference(s).


Cancel Confirm selection

GITEX GLOBAL+ EXHIBITION :

1. Exhibition Floor Access at Dubai World Trade Centre (16-20 October 2023):


 * GITEX Global
 * Ai Everything
 * Global DevSlam
 * Future Urbanism
 * GITEX Impact

2. Exhibition Floor Access at Dubai Harbour (15-18 October 2023):

 * Expand North Star
 * Fintech Surge
 * Future Blockchain Summit.
 * Marketing Mania

P.S For PAID conference tracks, Technical Workshops, Seminars and Certified
Trainings please select one of our delegate pass options below



Expand North Star+ Exhibition Pass:

1. Exhibition Floor Access at Dubai Harbour (15-18 October 2023) :


 * Expand North Star
 * Fintech Surge
 * Future Blockchain Summit.
 * Marketing Mania



P.S For PAID conference tracks, Technical Workshops and Seminars, Certified
Trainings please select one of our delegate pass options

All Access Conference Pass:

Our Best Seller All Access Pass gives you

 * Full Access to all 20 conferences tracks
 * All exhibitions across all 9 shows at GITEX Global (16-20 Oct) and Expand
   North Star (15-18 Oct)
 * 40+ Technical Workshops and Seminars
 * Networking & Matchmaking Platform
 * e-Certificate of Participation
 * Speaker presentation post-event



 20 conference tracks as listed below:

 * GITEX Main Stage (2 days)
 * CTO World Congress (2 days) NEW
 * GITEX Impact - Sustainability (5 days) NEW
 * Future Urbanism (3 days) NEW
 * Retail Tech (1 day) NEW
 * BFSI (1 day) - NEW
 * Digital Cities (2 days)
 * Healthtech (1 day)
 * Edtech (1 day)
 * Ai Everything (5 days)
 * Global DevSlam (5 days)
 * Telecom (2 days)
 * Energy Transition (1 day)
 * Future Mobility (1 day)
 * Cybersecurity (4 days)
 * Web 3.0 (1 day)
 * Fintech Surge (4 days) @DUBAI HARBOUR
 * Future Blockchain Summit (4 days) @DUBAI HARBOUR
 * Expand North Star (4 days) @DUBAI HARBOUR
 * Marketing Mania (4 days) @DUBAI HARBOUR


This pass excludes Certified Trainings.

This pass gives you access to any one of the conferences below.

CTO World Congress (2 day) NEW
GITEX Impact - Sustainability (5 days) NEW
Future Urbanism (3 days) NEW
Retail/ E-Commerce (1 day) NEW
Digital Cities (2 days)
Healthtech (1 day)
BFSI (1 Day)
Edtech (1 day)
Ai Everything (5 days)
Telecom (2 days)
Energy Transition (1 day)
Future Mobility (1 day)
Cybersecurity (4 days)
Web 3.0 (1 day)

2. 40+ Technical Workshops and Seminars

3. Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor Access at Dubai Harbour (15-18 October 2023)

4. e-Certificate of Participation + Speaker presentation post-event + Networking
& matchmaking platform

This pass excludes Certified Trainings.

Premium Pass Benefits:

3x Facilitated Meetings with   Government officials, Speakers, Investors,
Exhibitors, and Attendees based on your interest and acceptance from the other
party

Networking Events including Welcome Reception, Startup Party and other invite
only networking events

All Lounges Access: ConneXions, Investors and CISO lounge access

20 Conference Tracks across all shows at GITEX Global @Dubai World Trade Centre
and Expand North Star @Dubai Harbor

40+ Technical Workshops and Seminars

Access to SuperBridge Summit (16 -17 Oct, 2023) at Museum of the Future

Plus all the benefits of All Access Pass

Workshop Pass Benefits:

1. 40+ Technical Workshops and Seminars on Ai, Metaverse, Quantum computing,
Deep learning, Digital Twins, Python and more

2. Access to Exhibition Floor at GITEX Global, Dubai World Trade Centre (16-20
October 2023) + Exhibition Floor Access at Expand North Star, Dubai Harbour
(15-18 October 2023)

4. e-Certificate of Participation

5. Speaker presentation post-event

6. Networking & matchmaking platform

This pass excludes Conferences and Certified Trainings.

Global DevSlam Pass Benefits:

Access to
1. 5 days of Global DevSlam conference

2. 40+ Technical Workshops and Seminars

3. Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor Access at Dubai Harbour (15-18 October 2023)

4. e-Certificate of Participation

5. Speaker presentation post-event

6. Networking & matchmaking platform


This pass excludes Certified Trainings.



Pass Benefits:

1. 4 Conference tracks:

 * Expand North Star
 * Future Blockchain Summit
 * Fintech Surge
 * Marketing Mania


2.  40+ Technical Workshops and Seminars

3. Access to Exhibition Floor at Dubai World Trade Centre (16-20 October 2023) +
Exhibition Floor Access at Dubai Harbour (15-18 October 2023)

4. e-Certificate of Participation

5. Speaker presentation post-event

6. Networking & matchmaking platform

This pass excludes Certified Trainings





Registration Support: support@gitex.com


LOGIN

Invalid Email or Password
Email Address
Password
FORGOT PASSWORD?
CANCEL SIGN IN

FORGOT PASSWORD

Email not found in our records
Email Address
LOGIN
CANCEL SUBMIT

CHANGE MY PASSWORD

Your Current Password*
Your New Password*
Confirm Your New Password*
FORGOT PASSWORD?
CLOSE SIGN IN