www.eventplus.ae Open in urlscan Pro
23.45.101.128  Public Scan

Submitted URL: http://www.eventplus.ae/
Effective URL: https://www.eventplus.ae/
Submission: On January 05 via manual from CL — Scanned from DE

Form analysis 4 forms found in the DOM

POST

<form id="compInfoForm" novalidate="novalidate" class="form col-sm-offset-1 col-sm-10" data-bind="submit: $data.validCompInfo" method="post">
  <div class="createCompForm">
    <!--ko if: isCompanyAllow --><!-- /ko -->
    <!--ko ifnot: isCompanyAllow -->
    <div id="createCompForm" style="display:none;">
      <!--ko if: companyHasContent--><!--/ko-->
      <!--ko ifnot: companyHasContent-->
      <div class="row">
        <div class="controls form-group col-sm-6">
          <label for="companyName" class=" text-bold text-left">Company Name</label>
          <input maxlength="120" value="" id="companyName" data-bind="validatableValue: companyName, validationElement: companyName" type="text" class="form-control" name="companyName" placeholder="Your Company Name" aria-label="Company Name"
            required="required">
          <span class="text-danger" data-bind="validationMessage: companyName" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="row">
        <div class="controls form-group col-sm-12">
          <label for="companyAddress" class="">Company Address</label>
          <input maxlength="60" value="" id="address1" data-bind="validatableValue: address1, validationElement: address1" type="text" class="form-control" name="address1" placeholder="Address 1" aria-label="Address 1" required="required">
          <span class="text-danger" data-bind="validationMessage: address1" role="alert" style="display: none;"></span>
        </div>
        <div class="controls form-group col-sm-12">
          <input maxlength="60" value="" id="address2" data-bind="value: address2" type="text" class="form-control" name="address2" placeholder="Address 2" aria-label="Address 2">
        </div>
        <div class="controls form-group col-sm-12">
          <input maxlength="60" value="" id="address3" data-bind="value: address3" type="text" class="form-control" name="address3" placeholder="Address 3" aria-label="Address 3">
        </div>
        <!--<div class="controls form-group col-sm-12">
                                                            <input value="" id="address4" data-bind="value: address4" type="text" class="form-control" name="address4" placeholder="Address 4">
                                                        </div>-->
      </div>
      <div class="row">
        <div class="controls form-group col-sm-6">
          <select name="country" id="country" class="form-control" data-bind="validatableValue: country, validationElement: country, options: $data.countries,
                                                                optionsText: 'countryName',
                                                                optionsValue: 'countryCode',
                                                                optionsCaption: 'Select Country',
                                                                event:{change: countryChange}" required="required">
            <option value="">Select Country</option>
          </select>
          <span class="text-danger" data-bind="validationMessage: country" role="alert" style="display: none;"></span>
        </div>
        <div class="controls form-group col-sm-6">
          <select name="state" id="state" class="form-control" data-bind="validatableValue: state, validationElement: state, options: states,
                                                                optionsText: 'stateName',
                                                                optionsValue: 'stateCode',
                                                                optionsCaption: 'Select State'" required="required">
            <option value="">Select State</option>
          </select>
          <span class="text-danger" data-bind="validationMessage: state" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="row">
        <div class="controls form-group col-sm-6">
          <input maxlength="50" value="" id="city" data-bind="validatableValue: city, validationElement: city" type="text" class="form-control" name="city" placeholder="City" aria-label="City" required="required">
          <span class="text-danger" data-bind="validationMessage: city" role="alert" style="display: none;"></span>
        </div>
        <div class="controls form-group col-sm-6">
          <input maxlength="10" value="" id="postalCode" data-bind="validatableValue: postalCode, validationElement: postalCode" type="text" class="form-control" name="postalCode" placeholder="Zip Code" aria-label="Zipcode" required="required">
          <span class="text-danger" data-bind="validationMessage: postalCode" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="row">
        <div class="controls form-group col-sm-6">
          <label for="webSite" class="">Company URL</label>
          <input maxlength="150" value="" id="webSite" data-bind="value:webSite" type="text" class="form-control" name="companyWebsite" placeholder="Your Company Website" aria-label="Company Website">
        </div>
        <div class="controls form-group col-sm-6">
          <label for="phone" class="">Phone Number</label>
          <input maxlength="20" value="" id="phone" onpaste="return false;" oncontextmenu="return false;" data-bind="validatableValue: phone, validationElement: phone" type="text" class="form-control" name="phone"
            placeholder="Your Company's Phone Number" aria-label="Company Phone Number" required="required">
          <span class="text-danger" data-bind="validationMessage: phone" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="row">
        <div class="controls form-group col-sm-6 js-vatNumber">
          <label for="vatRegistrationNo" class="">VAT Register Number</label>
          <input maxlength="15" value="" id="vatRegistrationNo" data-bind="value:vatRegistrationNo" type="text" class="form-control" name="vatRegistrationNo" placeholder="VAT Register Number" aria-label="VAT Register Number">
        </div>
      </div>
      <!--/ko-->
    </div>
    <!-- /ko -->
  </div>
  <!-- ko if: errorMsg --><!-- /ko -->
  <div class="text-center">
    <a data-bind="click: $data.changeCompany" class="backToChangeComp" style="display:none;">Or Search for your company</a>
  </div>
  <div class="text-center">
    <button type="submit" class="btn btn-primary btn-lg modal-button-set createAcountBtn">Create Your Account</button>
  </div>
</form>

POST

<form id="personalInfoField" novalidate="novalidate" data-bind="submit: validPersonInfo" method="post" class="form">
  <div id="createPersonInfoForm">
    <div class="row form-group">
      <div class="controls col-sm-12">
        <label for="email" class="">Email Address</label>
        <input maxlength="254" value="" id="email" data-bind="validatableValue: email, validationElement: email, valueUpdate: ['afterkeydown'], event: { change: isShowExistMsg.bind($data) }" type="text" class="form-control" name="email"
          placeholder="Your Email ID" aria-label="Email ID" required="required">
        <span class="text-danger" data-bind="validationMessage: email" role="alert" style="display: none;"></span>
      </div>
      <p class="col-sm-12 existValidMsg text-center" data-bind="visible:existValidMsg" style="display: none;">This account already exists, Please use your email and password to
        <a href="javascript:;" data-bind="click: registShowLogin" class="logout">login</a>
      </p>
      <p class="col-sm-12 existValidMsg text-center" data-bind="visible:existValidMsgLegacyData" style="display: none;"> This account already exists, Please use
        <!-- ko if: $data.initialized() && $data.elements.hasOwnProperty('dwtc-login-registration') --><!-- /ko --> link to get One Time Password. </p>
    </div>
    <div class="userOtherShowField hidden">
      <div class="row form-group">
        <div class="controls col-md-4 col-sm-offset-right-8">
          <label for="selectTitle" class="">Title</label>
          <div class="sel">
            <div class="select-box select-custom">
              <span class="control disable">
                <select name="selectTitle" id="selectTitle" class="form-control" data-bind="value: selectTitle">
                  <option value="Mr" selected="selected">Mr</option>
                  <option value="Ms">Ms</option>
                </select>
              </span>
            </div>
            <!--<input value="" id="selectTitle" data-bind="value: selectTitle" type="text" class="form-control" name="selectTitle" placeholder="Title">-->
          </div>
        </div>
        <div class="controls col-sm-6">
          <label for="firstName" class="">First Name</label>
          <input maxlength="60" value="" id="firstName" data-bind="validatableValue: firstName, validationElement: firstName" type="text" class="form-control" name="firstName" placeholder="Your First Name" aria-label="First Name" required="required">
          <span class="text-danger" data-bind="validationMessage: firstName" role="alert" style="display: none;"></span>
        </div>
        <div class="controls col-sm-6">
          <label for="lastName" class="">Last Name</label>
          <input maxlength="60" value="" id="lastName" data-bind="validatableValue: lastName, validationElement: lastName" type="text" class="form-control" name="lastName" placeholder="Your Last Name" aria-label="Last Name" required="required">
          <span class="text-danger" data-bind="validationMessage: lastName" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="row form-group">
        <div class="controls form-group col-sm-6">
          <label for="userPhone" class="">Phone Number </label>
          <input maxlength="20" value="" id="userPhone" onpaste="return false;" oncontextmenu="return false;" data-bind="validatableValue: userPhone, validationElement: userPhone" type="text" class="form-control" name="userPhone"
            placeholder="Your Phone Number" aria-label="Phone Number" required="required">
          <span class="text-danger" data-bind="validationMessage: userPhone" role="alert" style="display: none;"></span>
        </div>
        <div class="controls col-sm-6">
          <label for="jobRole" class="">Job Role</label>
          <input value="" id="jobRole" data-bind="value: jobRole" type="text" class="form-control" name="jobRole" placeholder="Your Job Job/Title" aria-label="Job Title">
        </div>
        <p class="show-grid clearfix"></p>
      </div>
      <div class="row form-group plr30">
        <div class="col-sm-12 text-left controls">
          <label for="textLeftRole" class="font13 text-bold p0">What is your role?</label>
        </div>
        <!--ko foreach: roles -->
        <div class="controls col-sm-4">
          <div class="radio ">
            <label data-bind="attr: {for: name}" for="exhibitor">
              <input type="radio" id="exhibitor" name="role" data-bind="checked: $parent.role, checkedValue: name , attr: {id: name}" value="exhibitor"> <span data-bind="text: text">EXHIBITOR</span>
            </label>
          </div>
        </div>
        <div class="controls col-sm-4">
          <div class="radio ">
            <label data-bind="attr: {for: name}" for="contractor">
              <input type="radio" id="contractor" name="role" data-bind="checked: $parent.role, checkedValue: name , attr: {id: name}" value="contractor"> <span data-bind="text: text">CONTRACTOR</span>
            </label>
          </div>
        </div>
        <div class="controls col-sm-4">
          <div class="radio ">
            <label data-bind="attr: {for: name}" for="agent">
              <input type="radio" id="agent" name="role" data-bind="checked: $parent.role, checkedValue: name , attr: {id: name}" value="agent"> <span data-bind="text: text">AGENT</span>
            </label>
          </div>
        </div>
        <!-- /ko -->
        <div class="col-sm-12">
          <span class="text-danger" data-bind="validationMessage: role" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="text-center">
        <button type="submit" class="btn btn-primary btn-lg modal-button-set addCompInfoBtn">Submit &amp; Add Company Info</button>
      </div>
    </div>
    <div class="text-center userEmailShowField">
      <button type="submit" class="btn btn-primary btn-lg continueUserBtn modal-button-set">Continue</button>
    </div>
  </div>
</form>

Name: form-standPOST

<form name="form-stand" id="form-stand" novalidate="novalidate" data-bind="submit: updateShowRegisterInfo" method="post">
  <div class="text-left">
    <h3 class="text-center text-bold text-uppercase sub-title">Stand Information</h3>
    <div class="show-grid clearfix"></div>
    <div class="row">
      <div class="col-md-2"></div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="standNo">Stand No: </label>
          <input type="text" class="form-control" value="" name="standNo" id="standNo" data-bind="validatableValue: standNo" required="required">
          <span class="text-danger" data-bind="validationMessage: standNo" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="standName">Stand Name: </label>
          <input type="text" class="form-control" value="" name="standName" id="standName" data-bind="validatableValue: standName" required="required">
          <span class="text-danger" data-bind="validationMessage: standName" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="col-md-2"></div>
    </div>
    <div class="row">
      <div class="col-md-2"></div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="standSize">Stand Size: </label>
          <input type="number" class="form-control" value="" name="standSize" id="standSize" data-bind="validatableValue: standSize" placeholder="Ex. 12 " required="required">
          <span class="icon-text">sq.m</span>
          <span class="text-danger" data-bind="validationMessage: standSize" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="standLocation">Stand Location: </label>
          <select name="standLocation" id="standLocation" class="form-control" data-bind="validatableValue: standLocation, options: locationData,
                       optionsText: 'location_desc',
                       optionsCaption: 'Select'" required="required">
            <option value="">Select</option>
          </select>
          <span class="text-danger" data-bind="validationMessage: standLocation" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="col-md-2"></div>
    </div>
    <div class="row">
      <div class="col-md-2"></div>
      <div class="col-md-4">
        <div class="form-group">
          <label for="standType">Stand Type: </label>
          <select name="standType" id="standType" class="form-control" data-bind="validatableValue: standType , options: standTypes,
                    optionsText: 'typeName',
                    optionsCaption: 'Select'" required="required">
            <option value="">Select</option>
            <option value="">Shell Scheme</option>
            <option value="">Pavilion</option>
            <option value="">Free Space</option>
          </select>
          <span class="text-danger" data-bind="validationMessage: standType" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="col-md-4" data-bind="visible: standRoleRequired" style="display: none;">
        <div class="form-group">
          <label for="standRole">Stand Role: </label>
          <select name="standRole" class="form-control" data-bind="validatableValue: standRole, options: standRoles,
                       optionsText: 'roleName',
                       optionsCaption: 'Select'" required="required">
            <option value="">Select</option>
            <option value="">Exhibitor</option>
            <option value="">Contractor</option>
            <option value="">Agent</option>
          </select>
          <span class="text-danger" data-bind="validationMessage: standRole" role="alert" style="display: none;"></span>
        </div>
      </div>
      <div class="col-md-2"></div>
    </div>
    <div class="row">
      <div class="col-md-2"></div>
      <div class="col-md-4" data-bind="visible: standContractorRequired" style="display: none;">
        <div class="form-group">
          <label for="standContractor">Stand Contractor Name: </label>
          <input type="text" class="form-control" name="standContractor" id="standContractor" data-bind="validatableValue: standContractor, valueUpdate: 'blur'">
          <span class="text-danger" data-bind="validationMessage: standContractor" role="alert" style="display: none;"></span>
        </div>
      </div>
    </div>
    <div class="show-grid clearfix"></div>
    <div class="show-grid clearfix"></div>
    <div class="row">
      <div class="col-md-2"></div>
      <div class="col-md-8 text-center">
        <button type="submit" class="btn btn-primary btn-lg">register</button>
      </div>
      <div class="col-md-2"></div>
    </div>
    <div class="show-grid clearfix"></div>
    <div class="show-grid clearfix"></div>
    <div class="show-grid clearfix"></div>
    <div class="show-grid clearfix"></div>
    <div class="show-grid clearfix"></div>
  </div>
</form>

Name: form-standPOST

<form name="form-stand" id="form-stand" novalidate="novalidate" data-bind="submit: updateShowRegisterInfo" method="post">
  <div class="text-left">
    <h3 class="text-center font-semibold sub-title">Please enter your stand information.</h3>
    <div class="show-grid clearfix"></div>
    <div class="row">
      <div class="col-md-6">
        <div class="form-group">
          <div class="controls">
            <label for="standNo">Stand Number: </label>
            <input type="text" class="form-control" value="" name="standNo" id="standNo" maxlength="60" data-bind="validatableValue: standNo, text: standNo" required="required">
            <span class="text-danger" data-bind="validationMessage: standNo, text: standNo" role="alert" style="display: none;"></span>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <div class="controls">
            <label for="standName">Stand Name: </label>
            <input type="text" class="form-control" value="" name="standName" id="standName" maxlength="80" data-bind="validatableValue: standName, text: standName" required="required">
            <span class="text-danger" data-bind="validationMessage: standName, text: standName" role="alert" style="display: none;"></span>
          </div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-6">
        <div class="form-group">
          <div class="controls">
            <label for="standLocation">Stand Location: </label>
            <select name="standLocation" id="standLocation" class="form-control" data-bind="validatableValue: standLocation, options: locationData,
                                   optionsText: 'locationName',
                                   value : standLocation,
                                   optionsCaption: 'Select'" required="required">
              <option value="">Select</option>
              <option value="">Al Multaqua Ballroom</option>
            </select>
            <span class="text-danger" data-bind="validationMessage: standLocation, text: standLocation" role="alert" style="display: none;"></span>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <div class="controls">
            <label for="standType">Stand Type: </label>
            <select name="standType" id="standType" class="form-control" data-bind="validatableValue: standType , options: standTypes,
                                optionsText: 'typeName',
                                value : standType
                                optionsCaption: 'Select' " required="required">
              <option value="">Shell Scheme</option>
              <option value="">Pavilion</option>
              <option value="">Space Only</option>
            </select>
            <span class="text-danger" data-bind="validationMessage: standType" role="alert" style="display: none;"></span>
          </div>
        </div>
      </div>
    </div>
    <div class="row" data-bind="visible: standContractorRequired" style="display: none;">
      <div class="col-md-12">
        <div class="form-group">
          <div class="controls">
            <label for="standContractor" data-bind="text: $data.standLabel"></label>
            <input type="text" class="form-control" maxlength="100" name="standContractor" id="standContractor" data-bind="validatableValue: standContractor, text : standContractor, valueUpdate: 'blur'">
            <span class="text-danger" data-bind="validationMessage: standContractor, text: standContractor" role="alert" style="display: none;"></span>
          </div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group">
          <div class="controls stand-control">
            <label for="standSize">Stand Size (m): </label>
            <div class="clearfix">
              <input type="number" class="size-input form-control md-input pull-left" data-bind="validatableValue: length, text: length " name="Length" id="Length" placeholder="Length" required="required">
              <span class="times pull-left">×</span>
              <input type="number" class="size-input form-control md-input pull-left" data-bind="validatableValue: width, text: width" name="Width" id="Width" placeholder="Width" required="required">
            </div>
            <div class="text-danger" data-bind="validationMessage: length" role="alert" style="display: none;"></div>
            <div class="text-danger" data-bind="validationMessage: width" role="alert" style="display: none;"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="row mt30">
      <div class="col-md-12 text-center">
        <button type="submit" class="btn btn-primary btn-lg modal-button-set">Add Stand</button>
      </div>
    </div>
  </div>
</form>

Text Content

pa1600149 is loaded.

Impersonating ()
 * Which show are you shopping for?
 * Select a Show

 * Contact Us
 * FAQ


CREATE AN ACCOUNT

 * 1 Personal Information
 * 2 Company Information

Find your company   Change Email

Company Name
Company Address


Select Country
Select State

Company URL
Phone Number
VAT Register Number
Or Search for your company
Create Your Account
Email Address

This account already exists, Please use your email and password to login

This account already exists, Please use link to get One Time Password.

Title
Mr Ms
First Name
Last Name
Phone Number
Job Role



What is your role?
EXHIBITOR
CONTRACTOR
AGENT

Submit & Add Company Info
Continue


THANK YOU FOR REGISTERING!

An email will be sent out to your registered email address to complete the
registration process.

Continue

If you need help, please contact us

Global contact number: +971 4 389 3999 UAE toll-free: 800DWTC (3982)

Email: eventplus@dwtc.com

By signing up you agree to Terms of Use and Privacy Policy


SELECT A SHOW


WHICH SHOW WOULD YOU LIKE TO SHOP FOR?

SELECT A SHOWAIME & MROAPLF DubaiArab Health Exhibition & CongressBreakbulk
ExhibitionDubai Entertainment, Amusement & Leisure ExpoDubai International Boat
ShowDubai International Horse FairDubai International Humanitarian Aid &
Development (DIHAD)Dubai International Pharmaceuticals and Technologies
Conference and Exhibition - DUPHATDubai International Wood & Wood Machinery
ShowDubai World Dermatology and Laser Conference and Exhibition - Dubai
DermaGulf Information Security Expo & Conference - GISECGulfood
ExhibitionIACAPAP - International Association for Child and Adolescent
Psychiatry and Allied ProfessionsIFX ExhibitionInternational Federation of
Oto-Rhino-Laryngological Societies - IFOSInternational Property ShowIntersec
ExhibitionJewellery, Gem & Technology DubaiLight Middle East ExhibitionMedlab
Exhibitions & ConferenceMiddle East EnergyThe Big5 DubaiThe International
Emergency and Catastrophe Management conference and Exhibition - IECMUAE
International Dental Conference and Arab Dental Exhibition - AEEDC DubaiWorld
Art DubaiWorld Congress of GastroenterologyWorld Future Energy Summit- WFESWorld
Police SummitWorld of Coffee
Select



UPCOMING AND FEATURED SHOWS




If you need help, please contact us - Global contact number: +971 4 389 3999 UAE
toll-free: 800 655

Email: support@eventplus.ae

By signing up you agree to Terms of Use and Privacy Policy


SELECT A STAND


WHICH STAND WOULD YOU LIKE TO ORDER FOR?

Add a New Stand
Select an Existing Stand
Select an Existing Stand
SELECT

If you need help, please contact us

Global contact number: +971 4 389 3999 UAE toll-free: 800DWTC (3982)

Email: eventplus@dwtc.com

By signing up you agree to Terms of Use and Privacy Policy


HOW IT WORKS

Your stand’s one-stop-shop for simple, convenient and 100% secure online booking

STEP 1

Register and start shopping for your stand.

STEP 2

Configure your services, order and pay securely.

STEP 3

Have a successful show with on-time delivery and execution.


WHICH SHOW ARE YOU SHOPPING FOR?

Select a Show

Simple: a one-stop-shop for all your stand, service and show requirements.
Convenient: immediate access to all our offerings, with dedicated customer care.
Online: ensuring access 24/7 from around the world.


OUR COMPREHENSIVE SERVICES & PRODUCTS

CATERING

Award-winning cuisine for every taste

DATA & TELECOM

Everything you need with high-speed accessibility and reliability

RIGGING

Primary and secondary rigging, on whatever scale you need

UTILITIES

Operate full steam ahead from pre-show to post-show

TECHNICAL PRODUCTION

Audio, visual and lighting to suit your stand's unique needs

BANNERS & GRAPHICS

We offer a total solution for all your graphics needs.

FURNITURE

Our wide range of contemporary and sleek furniture to suit your needs

SHELL SCHEME ELECTRICAL FITTINGS

Lights, sockets and extension cords to suit your stands electrical requirements.

CLEANING

Leave it up to us to keep your stand immaculate

PARKING

Reserve spaces now to eliminate the worry later

SECURITY

Entrust us with your confidence for peace of mind

ADVERTISING

Maximise exposure with your target audience

MEETING ROOMS

For every gathering, from break-out to large-scale

ONSITE ACCOMMODATION

Book a stay that's minutes' walking distance from the halls

Show More Services

Simple, convenient online booking for all exhibitor needs

Select a Show


×


ACCOUNT INFORMATION


STAND INFORMATION


Stand No:
Stand Name:

Stand Size: sq.m
Stand Location: Select

Stand Type: SelectShell SchemePavilionFree Space
Stand Role: SelectExhibitorContractorAgent

Stand Contractor Name:


register








End Tour
Previous
Skip
Next
Exhibitor Services
   
   
   
   
   
 * Catering
   
   
   
   
   
   
 * Data & Telecom
   
   
   
   
   
   
 * Rigging
   
   
   
   
   
   
 * Utilities
   
   
   
   
   
   
 * Technical Production
   
   
   
   
   
   
 * Banners & Graphics
   
   
   
   
   
   
 * Furniture
   
   
   
   
   
   
 * Shell Scheme Electrical Fittings
   
   
   
   
   
   
 * Cleaning
   
   
   
   
   
   
 * Parking
   
   
   
   
   
   
 * Security
   
   
   
   
   
   
 * Advertising
   
   
   
   
   
   
 * Meeting Rooms
   
   
   
   
   
   
 * Onsite Accommodation
   
   
   


Contact Us
 * Office Hours:
 * Sun - Thurs, 8am - 5pm

 * Cash Office:
 * Sun - Thurs, 8am - 5pm

 * Timezone:
 * Dubai Standard Time (GMT+4)

 * Email:
 * support@eventplus.ae

 * Global contact number:
 * +971 4 389 3899

 * UAE toll-free:
 * 800 655

Help
Site Tour
FAQs

© 2019 Event Plus

Terms & Conditions Privacy Policy



ADD YOUR STAND




PLEASE ENTER YOUR STAND INFORMATION.


Stand Number:
Stand Name:
Stand Location: SelectAl Multaqua Ballroom
Stand Type: Shell SchemePavilionSpace Only

Stand Size (m):
×


Add Stand

If you need help, please contact us

Global contact number: +971 4 389 3899 UAE toll-free: 800 655

Email: support@eventplus.ae

By signing up you agree to Terms of Use and Privacy Policy