www.rokarestaurant.com Open in urlscan Pro
2606:4700:20::681a:ba0  Public Scan

Submitted URL: http://www.rokarestaurant.com/
Effective URL: https://www.rokarestaurant.com/en
Submission: On June 20 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="65defa8bab126d2c695d24af" class="contacta-webform-form form-horizontal">
  <div id="contacta-webform-table-65defa8bab126d2c695d24af" class="contacta-webform-table container-fluid">
    <div class="contacta-row contacta-no-margin-top">
      <div hidden="">
        <div class="input-field" style="margin-top: 0px;"> <label></label>
          <div class="data-block">
            <div class="input-block"><input id="input-65defa8bab126d2c695d24af_preloadContact" name="preloadContact_string" type="text" placeholder=""></div>
            <div class="error"><control-messages class="error-msg" control="string_65defa8bab126d2c695d24af_preloadContact"></control-messages></div>
          </div>
        </div>
      </div>
    </div>
    <div class="contacta-row">
      <div class="contacta-col">
        <div class="input-field" style="margin-top: 0px;"> <label>First name</label>
          <div class="data-block">
            <div class="input-block"><input id="input-65defa8bab126d2c695d24af_65ae3630c4281429f89c8002" name="1709111938634_string" type="text" placeholder=""></div>
            <div class="error"><control-messages class="error-msg" control="string_65defa8bab126d2c695d24af_65ae3630c4281429f89c8002"></control-messages></div>
          </div>
        </div>
      </div>
    </div>
    <div class="contacta-row">
      <div class="contacta-col">
        <div class="input-field" style="margin-top: 0px;"> <label>Surname</label>
          <div class="data-block">
            <div class="input-block"><input id="input-65defa8bab126d2c695d24af_65ae3630c42814abac9c8003" name="1709111939801_string" type="text" placeholder=""></div>
            <div class="error"><control-messages class="error-msg" control="string_65defa8bab126d2c695d24af_65ae3630c42814abac9c8003"></control-messages></div>
          </div>
        </div>
      </div>
    </div>
    <div class="contacta-row">
      <div class="contacta-col">
        <div class="input-field" style="margin-top: 0px;"> <label>E-mail<span class="required"> *</span></label>
          <div class="data-block">
            <div class="email-holder"><input id="email-65defa8bab126d2c695d24af_65ae3630c4281451329c8004" name="1709111940816_email" type="text" placeholder="" value=""></div> <control-messages class="error-msg"
              control="email_65defa8bab126d2c695d24af_65ae3630c4281451329c8004"></control-messages>
          </div>
        </div>
      </div>
    </div>
    <div class="contacta-row">
      <div class="contacta-col">
        <div>
          <div class="richText"><em>By submitting this form you agree to be contacted for marketing purposes</em></div>
        </div>
      </div>
    </div>
    <div class="contacta-row">
      <div class="contacta-col">
        <div class="submitBtn" align="left"> <button id="contacta-webform-submission-65defa8bab126d2c695d24af" type="submit" class="btn btn-primary"
            style="border-style: solid; display: inline-block; box-sizing: border-box; text-align: center; vertical-align: middle; letter-spacing: 1px; padding: 1px 6px; white-space: break-spaces; min-width: fit-content; font-weight: normal; color: #dbfc45; background-color: #00362f; width: 20%; line-height: 62px; font-size: 14px; border-width: 1px; border-radius: 4px; border-color: #00362f;">SUBMIT</button>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.rokarestaurant.com/en/gift-request

<form id="giftForm" method="POST" action="https://www.rokarestaurant.com/en/gift-request" onsubmit="return checkGiftForm();">
  <input type="hidden" name="_token" value="JZLxmy3JstM2EemzlWuAglXI6nWniRZqA7d5ips9"> <!-- <input type="hidden" name="_token" value="JZLxmy3JstM2EemzlWuAglXI6nWniRZqA7d5ips9"> -->
  <input type="hidden" value="" name="gift-name">
  <input type="hidden" value="" id="gift_outlet_slug" name="outlet_slug">
  <div class="row g-3">
    <div class="col-md-6">
      <label>Name:</label>
      <input maxlength="40" type="text" class="form-control required" oninput="removeEmojis(this)" id="name" placeholder="First name" name="name">
      <div class="alert-box"><span requiredfor="name"></span></div>
    </div>
    <div class="col-md-6">
      <label>Contact mobile number:</label>
      <input type="number" class="form-control required" oninput="removeEmojis(this)" id="contact_number" placeholder="Mobile number" name="contact_number">
      <div class="alert-box"><span requiredfor="contact_number"></span></div>
    </div>
    <div class="col-md-6">
      <label>E-mail address:</label>
      <input type="text" class="form-control required" oninput="removeEmojis(this)" id="email" placeholder="Email address" name="email">
      <div class="alert-box"><span requiredfor="email"></span></div>
    </div>
    <div class="col-md-6">
      <label>Purchase amount : min amount 500</label>
      <input type="number" class="form-control required" oninput="removeEmojis(this)" id="purchase_amount" placeholder="Amount" name="purchase_amount" minlength="1" maxlength="10">
      <div class="alert-box"><span requiredfor="purchase_amount" maxlength="16"></span></div>
    </div>
    <label>Payment Method</label>
    <div class="col-md-12 radiobtn">
      <label for="payment menthod">Bacs</label>
      <input type="radio" value="Bacs" class=" required" checked="" id="payment_method" name="payment_method">
      <div class="alert-box"><span requiredfor="payment_method"></span></div>
      <label for="payment menthod">Cash/direct payment</label>
      <input type="radio" value="Cash/direct payment" class=" required" id="payment_method" name="payment_method">
      <div class="alert-box"><span requiredfor="payment_method"></span></div>
    </div>
    <div class="col-md-6">
      <input type="text" class="form-control required" oninput="removeEmojis(this)" id="authorized_signature" placeholder="Authorized signature" name="authorized_signature" maxlength="40">
      <div class="alert-box"><span requiredfor="authorized_signature"></span></div>
    </div>
    <div class="col-md-6">
      <input type="text" class="form-control required" oninput="removeEmojis(this)" id="recipient" placeholder="Name of Recipient" name="recipient" maxlength="40">
      <div class="alert-box"><span requiredfor="recipient"></span></div>
    </div>
    <div class="col-md-12 formtxt">
      <p>The gift voucher can be collected from our reception desk during operating hours. To collect your gift voucher please indicate pickup date below</p>
      <label>Date</label>
      <input maxlength="10" type="date" class="form-control required" min="2024-06-20" id="date" name="pickup_date">
      <div class="alert-box"><span requiredfor="pickup_date"></span></div>
    </div>
    <div class="col-md-12">
      <textarea maxlength="1000" class="form-control required" id="your-message" name="message" oninput="removeEmojis(this)" placeholder="Message" rows="5"></textarea>
      <div class="alert-box"><span requiredfor="message"></span></div>
    </div>
    <div class="col-md-12">
      <div class="col-md-12">
        <button type="submit" name="booking-form" value="Submit" class="enquire_btn">Enquire &nbsp; <img src="/images/arrow_icon.svg" alt=""></button>
      </div>
    </div>
  </div>
</form>

Text Content

THIS WEBSITE REQUIRES THE USE OF NECESSARY COOKIES TO FUNCTION.

We use cookies to offer you a better experience and analyse site traffic,
including marketing and tracking cookies. By clicking the "Allow all cookies"
button below, you understand and consent to the use of cookies in accordance
with our Cookie Policy.
Do not sell or share my personal information
Use necessary cookies only Allow all cookiesShow details
Allow all cookies
Use necessary cookies only Allow selection Allow all cookies
Necessary
Preferences
Statistics
Marketing
Show details
Cookie declaration [#IABV2SETTINGS#] About
 Necessary (19)  Preferences (0)  Statistics (20)  Marketing (18)  Unclassified
(2)
Necessary cookies help make a website usable by enabling basic functions like
page navigation and access to secure areas of the website. The website cannot
function properly without these cookies.

NameProviderPurposeExpiryType__cflb [x2]Cover Manager
api2.hcaptcha.comRegisters which server-cluster is serving the visitor. This is
used in context with load balancing, in order to optimize user experience. 0
dayHTTPhmt_idapi.hcaptcha.comThis cookie is used to distinguish between humans
and bots. 29 daysHTTP__cf_bmcontacta.ioThis cookie is used to distinguish
between humans and bots. This is beneficial for the website, in order to make
valid reports on the use of their website.0 dayHTTPtest_cookieGoogleUsed to
check if the user's browser supports cookies.0 dayHTTP1.gifCookiebotUsed to
count the number of sessions to the website, necessary for optimizing CMP
product delivery. SessionPixelmStripeDetermines the device used to access the
website. This allows the website to be formatted accordingly. 399
daysHTTP_abSevenroomsThis cookie is necessary for making credit card
transactions on the website. The service is provided by Stripe.com which allows
online transactions without storing any credit card
information.SessionHTML_mfSevenroomsThis cookie is necessary for making credit
card transactions on the website. The service is provided by Stripe.com which
allows online transactions without storing any credit card
information.SessionHTMLidSevenroomsPendingSessionHTML_d2idmercadopago.comNecessary
for the shopping cart functionality on the website.1
yearHTTPCookieConsentCookiebotStores the user's cookie consent state for the
current domain1 yearHTTPXSRF-TOKENrokarestaurant.comEnsures visitor
browsing-security by preventing cross-site request forgery. This cookie is
essential for the security of the website and visitor. 0
dayHTTP__stripe_mid [x2]StripeThis cookie is necessary for making credit card
transactions on the website. The service is provided by Stripe.com which allows
online transactions without storing any credit card information.1
yearHTTP__stripe_sid [x2]StripeThis cookie is necessary for making credit card
transactions on the website. The service is provided by Stripe.com which allows
online transactions without storing any credit card information.0
dayHTTPPHPSESSIDCover ManagerPreserves user session state across page
requests.13 daysHTTPcsrftokenSevenroomsHelps prevent Cross-Site Request Forgery
(CSRF) attacks.1 yearHTTP

Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region that
you are in.

We do not use cookies of this type.

Statistic cookies help website owners to understand how visitors interact with
websites by collecting and reporting information anonymously.

NameProviderPurposeExpiryTypec.gifMicrosoftCollects data on the user’s
navigation and behavior on the website. This is used to compile statistical
reports and heatmaps for the website owner.SessionPixelNRBA_SESSIONCover
ManagerCollects data on the user’s navigation and behavior on the website. This
is used to compile statistical reports and heatmaps for the website
owner.PersistentHTML1SevenroomsRegisters data on visitors' website-behaviour.
This is used for internal analysis and website optimization.
SessionHTML_clckMicrosoftCollects data on the user’s navigation and behavior on
the website. This is used to compile statistical reports and heatmaps for the
website owner.1 yearHTTP_clskMicrosoftRegisters statistical data on users'
behaviour on the website. Used for internal analytics by the website operator. 0
dayHTTP_ga [x5]GoogleRegisters a unique ID that is used to generate statistical
data on how the visitor uses the website.2 yearsHTTP_ga_# [x5]GoogleUsed by
Google Analytics to collect data on the number of times a user has visited the
website as well as dates for the first and most recent visit. 2
yearsHTTP_gid [x2]GoogleRegisters a unique ID that is used to generate
statistical data on how the visitor uses the website.0
dayHTTP_cltkMicrosoftRegisters statistical data on users' behaviour on the
website. Used for internal analytics by the website operator.
SessionHTMLCLIDMicrosoftCollects data on the user’s navigation and behavior on
the website. This is used to compile statistical reports and heatmaps for the
website owner.1 yearHTTPtdGoogleRegisters statistical data on users' behaviour
on the website. Used for internal analytics by the website operator.
SessionPixel

Marketing cookies are used to track visitors across websites. The intention is
to display ads that are relevant and engaging for the individual user and
thereby more valuable for publishers and third party advertisers.

NameProviderPurposeExpiryTypeMR [x2]MicrosoftUsed to track visitors on multiple
websites, in order to present relevant advertisement based on the visitor's
preferences. 7 daysHTTPMUID [x2]MicrosoftUsed widely by Microsoft as a unique
user ID. The cookie enables user tracking by synchronising the ID across many
Microsoft domains.1 yearHTTPSRM_BMicrosoftTracks the user’s interaction with the
website’s search-bar-function. This data can be used to present the user with
relevant products or services. 1 yearHTTPANONCHKMicrosoftRegisters data on
visitors from multiple visits and on multiple websites. This information is used
to measure the efficiency of advertisement on websites. 0
dayHTTPSMMicrosoftRegisters a unique ID that identifies the user's device during
return visits across websites that use the same ad network. The ID is used to
allow targeted ads.SessionHTTPfbssls_#SevenroomsCollects data on the visitor’s
use of the comment system on the website, and what blogs/articles the visitor
has read. This can be used for marketing purposes.
SessionHTMLlastExternalReferrer Meta Platforms, Inc.Detects how the user reached
the website by registering their last
URL-address.PersistentHTMLlastExternalReferrerTime Meta Platforms, Inc.Detects
how the user reached the website by registering their last
URL-address.PersistentHTMLpagead/1p-user-list/#SevenroomsTracks if the user has
shown interest in specific products or events across multiple websites and
detects how the user navigates between sites. This is used for measurement of
advertisement efforts and facilitates payment of referral-fees between
websites.SessionPixel_fbp [x3] Meta Platforms, Inc.Used by Facebook to deliver a
series of advertisement products such as real time bidding from third party
advertisers.3 monthsHTTP_gcl_au [x3]GoogleUsed by Google AdSense for
experimenting with advertisement efficiency across websites using their
services. 3 monthsHTTPfbsr_# Meta Platforms, Inc.Used to track the user’s
interaction with the website’s Facebook chat-widget. SessionHTTP

Unclassified cookies are cookies that we are in the process of classifying,
together with the providers of individual cookies.

NameProviderPurposeExpiryTyperokarestaurant_sessionrokarestaurant.comPending0
dayHTTPG_AUTH2_MIGRATIONSevenroomsPending3 monthsHTTP

 [#IABV2_LABEL_PURPOSES#]  [#IABV2_LABEL_FEATURES#]  [#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS#]

Cookies are small text files that can be used by websites to make a user's
experience more efficient.

 

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site.

 

For all other types of cookies we need your permission. This site uses different
types of cookies. Some cookies are placed by third party services that appear on
our pages.

 

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

 

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

 

Please state your consent ID and date when you contact us regarding your
consent.

 

We also share information collected via analytics and marketing cookies about
your use of our site with our partners who may combine it with other information
collected from your use of our/their services. By accepting all cookies, you are
providing consent for all cookies to be placed including marketing and
analytics.

Cookie declaration last updated on 26.05.24 by Cookiebot
 * * en
   * de
   * es
   * ar
   * fr
   * tr

 * Restaurants
   Restaurants
    * United Kingdom
      * Roka Charlotte Street, London
      * Shochu Lounge, London
      * Roka Canary Wharf, London
      * Roka Mayfair, London
      * Roka Aldwych, London
    * Saudi Arabia
      * Roka Midtown, Riyadh
      * Roka Jeddah Walk, Jeddah
    * Bahrain
      * Roka Bahrain – Now Open!
    * Greece
      * Roka Santorini – Now Open!
    * United Arab Emirates
      * Roka Business Bay, Dubai
    * Kuwait
      * Roka The Avenues, Kuwait
    * Turkey
      * Roka Galataport, Istanbul
    * Spain
      * Roka Cap Vermell Grand Hotel, Mallorca

 * Menu
   Menu
    * United Kingdom
      * Roka Charlotte Street, London
      * Shochu Lounge, London
      * Roka Canary Wharf, London
      * Roka Mayfair, London
      * Roka Aldwych, London
    * Saudi Arabia
      * Roka Midtown, Riyadh
      * Roka Jeddah Walk, Jeddah
    * Bahrain
      * Roka Bahrain – Now Open!
    * Greece
      * Roka Santorini – Now Open!
    * United Arab Emirates
      * Roka Business Bay, Dubai
    * Kuwait
      * Roka The Avenues, Kuwait
    * Turkey
      * Roka Galataport, Istanbul
    * Spain
      * Roka Cap Vermell Grand Hotel, Mallorca

 * What's on
   What's on
 * Group dining
   Group dining
 * Careers
   Careers
   
 * * About
   * Careers
   * Privacy policy
   * Cookie policy
   * Terms of use
   
 * * en
   * de
   * es
   * ar
   * fr
   * tr
   
   English German Spanish Arabic French Turkish

The essence of Roka

The essence of Roka



            WELCOME TO ROKA. WHERE FRIENDS DRAW CLOSE SHARING FOOD AND DRINKS
AROUND THE ROBATA (RO). WHERE WARM HOSPITALITY AND AN ALL-EMBRACING ENERGY
SURROUND (KA).

It’s time to indulge your senses. Savour inventive Japanese robatayaki dishes
prepared before your eyes. Feel the warmth emanating from the robata grill.
Energy flows through our award-winning restaurants creating the distinctive Roka
ambience – for which we are world renowned.

Discover more


 * NEW & UPCOMING RESTAURANTS


 * OUR RESTAURANTS

 * New
   
   
   ROKA BAHRAIN – NOW OPEN!

 * New
   
   
   ROKA SANTORINI – NOW OPEN!

All United Kingdom United Arab Emirates Spain Saudi Arabia Turkey Kuwait Bahrain
Greece
 * United Kingdom
   
   
   ROKA CHARLOTTE STREET, LONDON

 * United Kingdom
   
   
   SHOCHU LOUNGE, LONDON

 * United Kingdom
   
   
   ROKA CANARY WHARF, LONDON

 * United Kingdom
   
   
   ROKA MAYFAIR, LONDON

 * United Kingdom
   
   
   ROKA ALDWYCH, LONDON

 * United Arab Emirates
   
   
   ROKA BUSINESS BAY, DUBAI

 * Spain
   
   
   ROKA CAP VERMELL GRAND HOTEL, MALLORCA

 * Saudi Arabia
   
   
   ROKA MIDTOWN, RIYADH

 * Turkey
   
   
   ROKA GALATAPORT, ISTANBUL

 * Kuwait
   
   
   ROKA THE AVENUES, KUWAIT

 * Saudi Arabia
   
   
   ROKA JEDDAH WALK, JEDDAH

 * Bahrain
   
   
   ROKA BAHRAIN – NOW OPEN!

 * Greece
   
   
   ROKA SANTORINI – NOW OPEN!


WHAT'S ON

ROKA GALATAPORT, ISTANBUL

Ongoing

Lunch at Roka

Read it

ROKA JEDDAH WALK, JEDDAH

Ongoing

Summer of Roka – Limited edition set Menu

Read it

ROKA CANARY WHARF, LONDON

Valid till 14th July

Euro screening for groups at Roka

Read it

ROKA ALDWYCH, LONDON

Valid till 14th July

Euro screening at Roka Aldwych

Read it
All Events


WE LOVE ROKA SO MUCH THAT ONE VISIT JUST WASN’T ENOUGH

British GQ


THE BLACK COD ALONE IS WORTH A TRIP.

Evening Standard




STAY IN TOUCH

First name

Surname

E-mail *

By submitting this form you agree to be contacted for marketing purposes
SUBMIT
 * About
 * Careers
 * Group dining

 * 
 * 

 * The Azumi group
 * Azumi
 * Zuma
 * INKO NITO
 * Oblix
 * Etaru

© 2024 ROKA Restaurants
 * Privacy policy
 * Cookie policy
 * Terms of use

© 2024 ROKA Restaurants


GIFT VOUCHER REQUEST FORM



Name:

Contact mobile number:

E-mail address:

Purchase amount : min amount 500

Payment Method
Bacs

Cash/direct payment




The gift voucher can be collected from our reception desk during operating
hours. To collect your gift voucher please indicate pickup date below

Date


Enquire