www.steaminmugs.com.au
Open in
urlscan Pro
13.58.238.31
Public Scan
URL:
https://www.steaminmugs.com.au/
Submission: On February 25 via automatic, source certstream-suspicious — Scanned from AU
Submission: On February 25 via automatic, source certstream-suspicious — Scanned from AU
Form analysis
5 forms found in the DOMPOST
<form id="table-booking" x-ref="tableBookingForm" x-bind:class="{ 'hidden': reservationSubmitted }" method="post" data-table-booking-form="" @submit.prevent="submitData()" novalidate="">
<fieldset x-bind:class="{ 'hidden': stripe.show }">
<input type="hidden" name="_csrf_amatic_theme_web" value="UWSoRb2HxEqKfnI_VDWM4Sw672tEC4OF1GVuEKcQSD0kMZ8a_-uSIrs0Nk4XAcWKWQ2VLTc4--6jLA9zwiMsag==">
<div class="mdlContentfullWd">
<div class="formStyle">
<div class="row">
<p x-text="infoMessage"></p>
<div class="col-md-12">
<div class="parentCol1 form-group">
<div class="row g-2 align-items-center">
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_zero_min_width btn_select preBtn" x-on:click="dateChanges('decrement')">
<img src="/common/images/left-arrow-angle.png" alt="Left Arrow Icon for Previous Date"></a></div>
<div class="col">
<div class="selectedValColMain">
<div class="selectedValCol">
<input type="hidden" x-model="selectedDate" id="datepicker" class="form-control" x-on:change="updateDate()" value="25-Feb-2023">
<span class="selectedVal1 d-block" id="datepicker-button" x-text="selectedDate">25-Feb-2023</span>
<span class="selectedVal2 d-block">date</span>
</div>
</div>
</div>
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_zero_min_width btn_select nextBtn" x-on:click="dateChanges('increment')"><img src="/common/images/right-arrow-angle.png" alt="Right Arrow Icon for Next Date"></a></div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="parentCol form-group mb-0">
<div class="row g-2 align-items-center">
<div class="col-auto">
<a href="javascript:void(0)" x-on:click="form.guests > 1 ? form.guests -= 1 : form.guests = 1" class="btn btn_zero_min_width btn_select preBtn">
<img src="/common/images/left-arrow-angle.png" alt="...">
</a>
</div>
<div class="col">
<div class="selectedValColMain" x-on:click="showDateList = !showDateList" :class="{'showList': showDateList}">
<div class="selectedValCol">
<span class="selectedVal1 d-block" x-text="form.guests">5</span>
<span class="selectedVal2 d-block">guests</span>
</div>
<div class="optionList">
<ul x-model="form.guests">
<template x-for="guest in guests">
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">1</span>
<span class="vBtm">Guest</span>
</li>
</template>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">1</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">2</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">3</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">4</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">5</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">6</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">7</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">8</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">9</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">10</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">11</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">12</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">13</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">14</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">15</span>
<span class="vBtm">Guest</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-auto">
<a href="javascript:void(0)" x-on:click="form.guests += 1" class="btn btn_zero_min_width btn_select nextBtn"><img src="/common/images/right-arrow-angle.png" alt="..."></a>
</div>
</div>
</div>
<div class="text-center form-group mt-1">
<span style="color: var(--core-theme-color); display: none;" x-show="applicableNoShowCharge"><i class="fa fa-info-circle mr-1"></i>Booking deposit of <strong x-text="'$' + applicableNoShowCharge">$0</strong> will be applicable on this
reservation.</span>
</div>
</div>
<div class="col-md-12">
<div class="parentCol form-group">
<div class="row g-2 align-items-center">
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_select btn_zero_min_width preBtn" x-on:click="slotChange('decrement')"><img src="/common/images/left-arrow-angle.png" alt="..."></a></div>
<div class="col">
<div class="selectedValColMain" x-on:click="showTimeList = !showTimeList" :class="{'showList': showTimeList}">
<div class="selectedValCol">
<span class="selectedVal1 d-block" x-text="selectedTime"></span>
<span class="selectedVal2 d-block">time</span>
</div>
<div class="optionList">
<ul>
<template x-if="selectedSlots.length < 1">
<li>
<span class="vTop">No slots available</span>
<span class="vBtm">Time</span>
</li>
</template>
<li>
<span class="vTop">No slots available</span>
<span class="vBtm">Time</span>
</li>
<template x-for="slot in selectedSlots">
<li class="p-2" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time"></span>
</li>
</template>
</ul>
</div>
</div>
</div>
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_select btn_zero_min_width nextBtn" x-on:click="slotChange('increment')"><img src="/common/images/right-arrow-angle.png" alt="Right Arrow Icon for Next Slot"></a></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="first">First Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/user-icon.svg" alt="..."></span>
<input type="text" class="form-control lineFld" name="first_name" x-model="form.first_name" id="first" placeholder="First Name" required="">
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="last">Last Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/user-icon.svg" alt="..."></span>
<input type="text" x-model="form.last_name" class="form-control lineFld" name="last_name" id="last" placeholder="Last Name" required="">
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="celebration">Celebrating an Event</label>
<select class="custom-select" name="event" x-model="form.event">
<option value="" selected="">-- Please Select Event -- </option>
<template x-for="event in events">
<option :value="event.event" x-text="event.event"></option>
</template>
<option :value="event.event" x-text="event.event" value="Birthday">Birthday</option>
<option :value="event.event" x-text="event.event" value="Anniversary">Anniversary</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="email">Email</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/email-icon.svg" alt="..."></span>
<input type="email" class="form-control lineFld" id="email" name="email" x-model="form.email" placeholder="Email" required="" data-parsley-type="email">
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="mobile">Mobile</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/phone-icon.svg" alt="..."></span>
<input type="text" class="form-control lineFld" name="mobile" id="mobile" placeholder="Eg. 0210293999" required="" data-parsley-validate-if-empty="" data-parsley-pattern="^[[0]\d{9}]*$"
data-parsley-required-message="This value is required." data-parsley-error-message="Please enter a valid mobile number, eg. 0210293999" x-model="form.mobile">
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label class="labelStyle" for="mobile">Message</label>
<div class="rightIconFld">
<textarea name="message" class="form-control textarea" placeholder="Comments..." x-model="form.message"></textarea>
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label class="labelStyle">Any Requests</label>
<div class="rightIconFld">
<select class="form-control requestSelectDropdown select2-hidden-accessible" multiple="" data-parsley-multiple="42" data-select2-id="1" tabindex="-1" aria-hidden="true">
<option value="High Chair" data-select2-id="2">High Chair</option>
<option value="Close to Restrooms" data-select2-id="3">Close to Restrooms</option>
<option value="Room for Pram" data-select2-id="4">Room for Pram</option>
</select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
aria-haspopup="true" aria-expanded="false" tabindex="-1">
<ul class="select2-selection__rendered">
<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox"
aria-autocomplete="list" placeholder="" style="width: 0.75em;"></li>
</ul>
</span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
</div>
</div>
</div>
<div class="col-md-6" :class="{ 'hidden': !showGoogleRecaptcha }">
<div class="form-group">
<label class="labelStyle">Captcha</label><br>
<fieldset>
<!-- Set up a container to render the widget -->
<div class="g-recaptcha form-field">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeANOwUAAAAAF2znATQg08v92iOoGPZJZ4aMMqq&co=aHR0cHM6Ly93d3cuc3RlYW1pbm11Z3MuY29tLmF1OjQ0Mw..&hl=en&v=Nh10qRQB5k2ucc5SCBLAQ4nA&size=normal&cb=7ngtk8rm865m"
width="304" height="78" role="presentation" name="a-8dvm45arkjop" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
</fieldset>
<span x-text="captchaFailedMessage" class="text-danger"></span>
</div>
</div>
<div class="col-md-6 hidden" :class="{ 'hidden' : showGoogleRecaptcha}">
<div class="form-group">
<label class="labelStyle">Captcha</label>
<input type="text" class="form-control" name="captcha_value" x-model="captchaValue" placeholder="Enter what you see in Image" :required="!showGoogleRecaptcha">
<span class="help-block" x-text="captchaFailedMessage"></span>
</div>
</div>
<div class="col-md-6 hidden" :class="{ 'hidden': showGoogleRecaptcha }">
<div class="form-group">
<label class="labelStyle">.</label><br>
<img data-captcha="reservations" x-ref="captchaImage" src="/captcha/index?uuid=Xbb60wqAVMr"> <button type="button" class="btn" @click="refreshCaptcha()">
<i class="fa fa-2x fa-refresh"></i>
</button>
<input type="hidden" class="form-control" name="captcha_key" value="Xbb60wqAVMr">
</div>
</div>
</div>
<p x-text="errorMessage" class="text-danger"></p>
<button type="submit" class="btn btn_primary btn-block lgBtn" x-bind:disabled="reservationBeingSubmitted">
<i class="fa fa-spinner fa-spin fa-hidden" :class="{ 'fa-hidden' : !reservationBeingSubmitted }" aria-hidden="true"></i>
<span x-text="btnText">Place Booking</span>
</button>
</div>
</div>
</fieldset>
<fieldset x-show="stripe.show" style="display: none;">
<div class="mdlContentfullWd">
<div class="formStyle">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<div class="row">
<div class="col-sm-12">
<table class="table border-bottom">
<tbody>
<tr>
<td>
<i class="faIcon fa fa-clock-o"></i>
</td>
<td>
<span class="p-2" x-text="reservationDateTime"></span>
</td>
</tr>
<tr x-show="form.event && form.event != '' " style="display: none;">
<td>
<i class="faIcon fa fa-calendar"></i>
</td>
<td>
<span class="p-2" x-text="form.event"></span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-users"></i>
</td>
<td>
<span class="p-2" x-text="form.guests">5</span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-user"></i>
</td>
<td>
<span class="p-2" x-text="form.first_name + ' ' + form.last_name"> </span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-envelope"></i>
</td>
<td>
<span class="p-2" x-text="form.email"></span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-phone"></i>
</td>
<td>
<span class="p-2" x-text="form.mobile"></span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="mb-1">
<p> Once your booking is finalised you will receive a confirmation text. If you are unable to honour your booking, we request you cancel the booking 24 hours before the due date. You can cancel using the booking confirmation link sent
to you via SMS. Failing to give the required notice or in the event of a no show charge of <strong x-text="'$' + noShowChargeSettings.chargePerGuest">$null</strong> per person will be applied to your card. By placing this booking on
our website you agree to the terms and conditions.</p>
<p><label class="labelStyle">Note: </label> Your card won’t be charged unless there is a no show.</p>
</div>
<div class="row">
<div class="col-6">
<label class="labelStyle">Enter Card Details</label>
</div>
<div class="col-6 text-right">
<img class="d-inline-block" width="100px" src="/images/powered-by-stripe.svg" alt="Powered by Stripe">
</div>
</div>
<div class="formIconCol form-control StripeElement StripeElement--empty" x-ref="stripePaymentForm">
<div class="__PrivateStripeElement"
style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame2616" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-card-7eed4a4d4fef88112ad7194266b93d9c.html#wait=false&mids[guid]=b603755b-2040-4449-a9df-41dd1ca5a3cc677f3c&mids[muid]=78b782d5-9af7-44d4-acc0-edc8c21dd87ba8b88e&mids[sid]=26678be1-caea-474b-91db-40585c67571da8687f&hidePostalCode=true&style[base][color]=%2332325d&style[base][fontFamily]=Arial%2C+sans-serif&style[base][fontSmoothing]=antialiased&style[base][fontSize]=16px&style[base][::placeholder][color]=%2332325d&style[invalid][fontFamily]=Arial%2C+sans-serif&style[invalid][color]=%23fa755a&style[invalid][iconColor]=%23fa755a&rtl=false&componentName=card&keyMode=live&apiKey=pk_live_kEOPYdEBuy4mCna3sNpAPVER&referrer=https%3A%2F%2Fwww.steaminmugs.com.au%2F&controllerId=__privateStripeController2611"
title="Secure card payment input frame"
style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 19.2px;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
</div>
</div>
<!-- <small>Note: Booking deposit of <strong x-text="'$' + applicableNoShowCharge"></strong> will be adjusted from final bill. It is non-refundable in case of no show.</small> -->
</div>
</div>
<div class="col-md-12">
<p x-text="stripe.error" class="text-danger"></p>
<button type="button" @click="payWithCard()" class="btn btn_primary btn-block lgBtn" x-bind:disabled="stripe.processingPayment">
<i class="fa fa-spinner fa-spin fa-hidden" :class="{ 'fa-hidden' : !stripe.processingPayment }" aria-hidden="true"></i>
<span>Reserve your table</span>
</button>
</div>
</div>
</div>
</div>
</fieldset>
</form>
<form data-ajax-form="login" novalidate="">
<div class="form-group">
<label class="labelStyle" for="loginEmailFld">Enter Email Id</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/email-icon.svg" alt="Icon Email"></span>
<input type="email" class="form-control lineFld" id="loginEmailFld" placeholder="Enter Email Id" name="email">
<span data-message="email"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="loginPwdFld">Enter Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="password" class="form-control lineFld" id="loginPwdFld" placeholder="Enter Password" name="password">
<span data-message="password"></span>
</div>
</div>
<div class="form-group">
<div class="form-row">
<div class="col">
<div class="custom-control custom-checkbox checkBoxStyle">
<input type="checkbox" class="custom-control-input" id="rememberCheck" name="rememberMe" data-parsley-multiple="rememberMe">
<label class="custom-control-label" for="rememberCheck">Remember me?</label>
</div>
</div>
<div class="col forgotPwdLink">
<a href="javascript:void(0)" class="fPwdLink">Forgot password?</a>
</div>
</div>
</div>
<input type="hidden" name="restaurant_id" value="22">
<button type="submit" class="btn btn_primary btn-block lgBtn">SIGN in</button>
</form>
<form data-ajax-form="register" novalidate="">
<div class="form-group">
<label class="labelStyle" for="registerfNameFld">First Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/user-icon.svg" alt="Icon User"></span>
<input type="text" class="form-control lineFld" id="registerfNameFld" placeholder="Enter First Name" name="firstName">
<span data-message="firstName"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerlNameFld">Last Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/user-icon.svg" alt="Icon User"></span>
<input type="text" class="form-control lineFld" id="registerlNameFld" placeholder="Enter Last Name" name="lastName">
<span data-message="lastName"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerEmailFld">Email</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/email-icon.svg" alt="Icon Email"></span>
<input type="email" class="form-control lineFld" id="registerEmailFld" placeholder="Enter Email" name="email">
<span data-message="email"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerMobileFld">Mobile Number</label>
<div class="rightIconFld col-xs-12">
<span class="fldIcon"><img src="/images/phone-icon.svg" alt="Icon Phone"></span>
<input type="tel" class="form-control lineFld intlPhoneInput" id="registerMobileFld" placeholder="Eg. 0210293999" name="mobile">
<span data-message="mobile" required="" data-parsley-validate-if-empty="" data-parsley-pattern="^[[0]\d{9}]*$" data-parsley-required-message="This value is required."
data-parsley-error-message="Please enter a valid mobile number, eg. 0210293999"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerPwdFld">Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="password" class="form-control lineFld" id="registerPwdFld" placeholder="Enter Password" name="password">
<span data-message="password"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerCPwdFld">Confirm Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="password" class="form-control lineFld" id="registerCPwdFld" placeholder="Confirm Password" name="password_confirmation">
<span data-message="password_confirmation"></span>
</div>
</div>
<div class="form-group">
<div class="form-row">
<div class="col">
<div class="custom-control custom-checkbox checkBoxStyle">
<input type="checkbox" class="custom-control-input" id="receiveNotificationCheck" name="subscribed" value="1" checked="" data-parsley-multiple="subscribed">
<label class="custom-control-label" for="receiveNotificationCheck">Receive discount vouchers & special promotions</label>
</div>
</div>
</div>
</div>
<input type="hidden" name="restaurant_id" value="22">
<input type="hidden" name="fbId" value="">
<input type="hidden" name="googleId" value="">
<button type="submit" class="btn btn_primary btn-block lgBtn">SIGN up</button>
</form>
<form data-ajax-form="forgotPassword">
<div class="form-group">
<label class="labelStyle" for="confirmPwdFld">Please enter the email address you signed up with and we'll send you a password reset link.</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="text" class="form-control lineFld mb-2" placeholder="Email" required="" name="email">
<span data-message="email"></span>
<span data-message="rqMsg"></span>
</div>
</div>
<input type="hidden" name="restaurant_id" value="22">
<button type="submit" class="btn btn_primary btn-block lgBtn">Submit</button>
<br><br>
</form>
<form>
<div class="form-group">
<label class="labelStyle" for="oldPwdFld">Old Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="..."></span>
<input type="password" class="form-control lineFld" id="oldPwdFld" placeholder="Old Password" required="">
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="newPwdFld">New Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="..."></span>
<input type="password" class="form-control lineFld" id="newPwdFld" placeholder="New Password" required="">
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="confirmPwdFld">Confirm Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="..."></span>
<input type="password" class="form-control lineFld" id="confirmPwdFld" placeholder="Confirm Password" required="">
</div>
</div>
<button type="submit" class="btn btn_primary btn-block lgBtn">Update</button>
</form>
Text Content
* Home * About * Contact * Menu * Gallery * Order Online * * Login Register * 0 * Menu * * STEAMIN' MUGS Opening Hours Takeaway Ordering Book A Table menu STEAMIN' MUGS opening hours Takeaway ordering book a table menu STEAMIN' MUGS opening hours Takeaway ordering book a table menu Previous Next THE COFFEE PARADISE A Modern Australian Cafe bringing you new style of food in Hastings with a twist to some traditional dishes. SCRUMPTIOUS MENU CHOICES Smashed Avocado,Benedict, Brekky Burger, Fettucini Carbonara and a lot more! Check it HELP YOURSELF TO SOMETHING SWEET! Try our gluten free cakes Check it SOURCING,ROASTING & SERVING COFFEE THAT EVERYBODY LOVES. Love Coffee Check it CHEF SUGGESTS Homemade Granola quinoa flakes, rice puffs, fresh fruits,.... Southern-Fried Chicken Burger Bacon, Chipotle Slaw On Brioche Roll Wit.... Steamin Breakfast Bacon, Haloumi, Spinach, Potato, Spinach.... Crispy Calamari (GF) Rocket, Cherry Tomato, Radish, Beanshoot.... Homemade Granola quinoa flakes, rice puffs, fresh fruits,.... Southern-Fried Chicken Burger Bacon, Chipotle Slaw On Brioche Roll Wit.... Steamin Breakfast Bacon, Haloumi, Spinach, Potato, Spinach.... Crispy Calamari (GF) Rocket, Cherry Tomato, Radish, Beanshoot.... Homemade Granola quinoa flakes, rice puffs, fresh fruits,.... Southern-Fried Chicken Burger Bacon, Chipotle Slaw On Brioche Roll Wit.... Order Now PRESS AND BLOGS Health Benefits of Coffee 2 years ago Different types of coffee 2 years ago Menu 2 years ago Coffee 2 years ago Health Benefits of Coffee 2 years ago Different types of coffee 2 years ago Menu 2 years ago Coffee 2 years ago Health Benefits of Coffee 2 years ago Different types of coffee 2 years ago View All CUSTOMER REVIEWS Have always enjoyed our visit to Steaminmugs! We love the ambience and food. JOHN BERNARD Great atmosphere. Friendly staff KEVIN WOFF Bright , light and breezy cafe with modern decor. Very friendly service and very popular. Great coffee and delicious mince pies. GUSTAV Amazing atmosphere with friendly staff who always make me feel welcome. They have great food and the coffee saves me every day. I definitely recommend this hidden gem. NATALIA BARRERA Some of the best food and coffee I’ve tasted in recent memory. And really friendly staff as well. W H GALLERY View gallery STEAMIN' MUGS * 24 High St, Hastings VIC 3915, Australia * 0359325642 * info@steaminmugs.com.au OPENING HOURS * Regular Trading Hours 7:30 AM-3:30 PM (Tue- Sun) Monday Closed 24, High Street, Hastings, Vic 03 59325642 ========= Closed for Short Break 30th January-12th February Reopen 13th February * Pickup in 15 mins Copyright © 2023. All Rights Reserved Powered By: * * LOW STOCK ALERT! × SOME ITEMS WENT OUT OF STOCK WHILE YOU WERE ORDERING. Reduce these items to proceed! Go back and reduce! TABLE BOOKING FILL OUT THIS FORM TO MAKE A RESERVATION 25-Feb-2023 date 5 guests 1 Guest * 1 Guest * 2 Guest * 3 Guest * 4 Guest * 5 Guest * 6 Guest * 7 Guest * 8 Guest * 9 Guest * 10 Guest * 11 Guest * 12 Guest * 13 Guest * 14 Guest * 15 Guest Booking deposit of $0 will be applicable on this reservation. time No slots available Time * No slots available Time First Name Last Name Celebrating an Event -- Please Select Event -- Birthday Anniversary Email Mobile Message Any Requests High ChairClose to RestroomsRoom for Pram * Captcha Captcha . Place Booking 5 Once your booking is finalised you will receive a confirmation text. If you are unable to honour your booking, we request you cancel the booking 24 hours before the due date. You can cancel using the booking confirmation link sent to you via SMS. Failing to give the required notice or in the event of a no show charge of $null per person will be applied to your card. By placing this booking on our website you agree to the terms and conditions. Note: Your card won’t be charged unless there is a no show. Enter Card Details Reserve your table OPENING HOURS PICK UP AVAILABLE * Regular Trading Hours 7:30 AM-3:30 PM (Tue- Sun) Monday Closed 24, High Street, Hastings, Vic 03 59325642 ========= Closed for Short Break 30th January-12th February Reopen 13th February Pickup in 15 mins. DELIVERY * | Pickup in 15 mins SIGN IN * Sign Up with facebook * Sign Up with Google OR Enter Email Id Enter Password Remember me? Forgot password? SIGN in First Time? Create your account SIGN UP First Name Last Name Email Mobile Number Password Confirm Password Receive discount vouchers & special promotions SIGN up Already Registered? Signin FORGOT PASSWORD Please enter the email address you signed up with and we'll send you a password reset link. Submit FORGOT PASSWORD Old Password New Password Confirm Password Update Help us improve by sharing your feedback. STEAMIN' MUGS Book & Order Online on our Website! Thank you for ordering on our website and supporting local!