islay.pharmacymentorbuilds.com Open in urlscan Pro
46.101.78.214  Public Scan

URL: https://islay.pharmacymentorbuilds.com/
Submission: On April 17 via api from US — Scanned from GB

Form analysis 3 forms found in the DOM

POST

<form method="post">
  <h6>Login Details</h6>
  <label>Username </label>
  <input type="text" name="login_username" class="form-control mb-0" id="login_username" placeholder="Username/Email" required="">
  <small id="login_username_error" class="color-red"></small><br>
  <label>Password</label>
  <input type="password" name="password" id="login_password" class="form-control" required="">
  <small id="login_password_error" class="color-red"></small><br>
  <label><input type="checkbox" name="remember" id="login_remember"> Remember Me</label>
  <button type="button" id="submitLogin" class="upw__button">Login </button>
  <p>
    <a href="#" data-bs-target="#pmRegisterModal" data-bs-toggle="modal" class="upw__button login-button" data-bs-dismiss="modal" style="line-height: 28px;">Register</a>
  </p>
  <p><a href="#" data-bs-target="#pmForgotPasswordModal" data-bs-toggle="modal" data-bs-dismiss="modal">Forgot password ?</a></p>
</form>

POST

<form method="post" id="register-modal-form" class="upw__flex upw__flex-wrap upw__row-gap-3">
  <h6 class="upw__col-12">Please Register as a New Patient</h6>
  <br>
  <div class="upw__col-12 upw__col-lg-6">
    <div class="upw-form-group">
      <label>First Name*</label>
      <input type="text" name="first_name" class="upw-form-control" id="first_name" placeholder="First Name">
      <small id="register_first_name_error" class="color-red"></small>
    </div>
    <div class="upw-form-group">
      <label>Last Name* </label>
      <input type="text" name="last_name" id="last_name" class="upw-form-control" placeholder="Last Name">
      <small id="register_last_name_error" class="color-red"></small>
    </div>
    <div class="upw-form-group">
      <label>Email*</label>
      <input type="email" name="email" class="upw-form-control" id="register_username" placeholder="Email">
      <small id="register_email_error" class="color-red"></small>
    </div>
    <div class="upw-form-group">
      <label>Phone </label>
      <input type="text" name="contact_number" class="upw-form-control" id="phone" placeholder="Phone">
    </div>
    <div class="upw-form-group">
      <label>Password* </label>
      <input type="password" name="u_password" id="password" onkeyup="checkPasswordStrength();" class="upw-form-control">
      <div id="password-strength-status"></div>
    </div>
  </div>
  <div class="upw__col-12 upw__col-lg-6">
    <div class="upw-form-group">
      <label for="birth-date">Date Of Birth* </label>
      <div class="question-calendar calendar"><select class="calendar-input form-control calendar-date" name="dob[date]">
          <option disabled="" selected="">Day</option>
          <option value="01">01</option>
          <option value="02">02</option>
          <option value="03">03</option>
          <option value="04">04</option>
          <option value="05">05</option>
          <option value="06">06</option>
          <option value="07">07</option>
          <option value="08">08</option>
          <option value="09">09</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
          <option value="13">13</option>
          <option value="14">14</option>
          <option value="15">15</option>
          <option value="16">16</option>
          <option value="17">17</option>
          <option value="18">18</option>
          <option value="19">19</option>
          <option value="20">20</option>
          <option value="21">21</option>
          <option value="22">22</option>
          <option value="23">23</option>
          <option value="24">24</option>
          <option value="25">25</option>
          <option value="26">26</option>
          <option value="27">27</option>
          <option value="28">28</option>
          <option value="29">29</option>
          <option value="30">30</option>
          <option value="31">31</option>
        </select><select class="calendar-input form-control calendar-month" name="dob[month]">
          <option disabled="" selected="">Month</option>
          <option value="1">January</option>
          <option value="2">February</option>
          <option value="3">March</option>
          <option value="4">April</option>
          <option value="5">May</option>
          <option value="6">June</option>
          <option value="7">July </option>
          <option value="8">August</option>
          <option value="9">September</option>
          <option value="10">October</option>
          <option value="11">November</option>
          <option value="12">December</option>
        </select><select class="calendar-input form-control calendar-year" name="dob[year]">
          <option disabled="" selected="">Year</option>
          <option value="2006">2006</option>
          <option value="2005">2005</option>
          <option value="2004">2004</option>
          <option value="2003">2003</option>
          <option value="2002">2002</option>
          <option value="2001">2001</option>
          <option value="2000">2000</option>
          <option value="1999">1999</option>
          <option value="1998">1998</option>
          <option value="1997">1997</option>
          <option value="1996">1996</option>
          <option value="1995">1995</option>
          <option value="1994">1994</option>
          <option value="1993">1993</option>
          <option value="1992">1992</option>
          <option value="1991">1991</option>
          <option value="1990">1990</option>
          <option value="1989">1989</option>
          <option value="1988">1988</option>
          <option value="1987">1987</option>
          <option value="1986">1986</option>
          <option value="1985">1985</option>
          <option value="1984">1984</option>
          <option value="1983">1983</option>
          <option value="1982">1982</option>
          <option value="1981">1981</option>
          <option value="1980">1980</option>
          <option value="1979">1979</option>
          <option value="1978">1978</option>
          <option value="1977">1977</option>
          <option value="1976">1976</option>
          <option value="1975">1975</option>
          <option value="1974">1974</option>
          <option value="1973">1973</option>
          <option value="1972">1972</option>
          <option value="1971">1971</option>
          <option value="1970">1970</option>
          <option value="1969">1969</option>
          <option value="1968">1968</option>
          <option value="1967">1967</option>
          <option value="1966">1966</option>
          <option value="1965">1965</option>
          <option value="1964">1964</option>
          <option value="1963">1963</option>
          <option value="1962">1962</option>
          <option value="1961">1961</option>
          <option value="1960">1960</option>
          <option value="1959">1959</option>
          <option value="1958">1958</option>
          <option value="1957">1957</option>
          <option value="1956">1956</option>
          <option value="1955">1955</option>
          <option value="1954">1954</option>
          <option value="1953">1953</option>
          <option value="1952">1952</option>
          <option value="1951">1951</option>
          <option value="1950">1950</option>
          <option value="1949">1949</option>
          <option value="1948">1948</option>
          <option value="1947">1947</option>
          <option value="1946">1946</option>
          <option value="1945">1945</option>
          <option value="1944">1944</option>
          <option value="1943">1943</option>
          <option value="1942">1942</option>
          <option value="1941">1941</option>
          <option value="1940">1940</option>
          <option value="1939">1939</option>
          <option value="1938">1938</option>
          <option value="1937">1937</option>
          <option value="1936">1936</option>
          <option value="1935">1935</option>
          <option value="1934">1934</option>
          <option value="1933">1933</option>
          <option value="1932">1932</option>
          <option value="1931">1931</option>
          <option value="1930">1930</option>
          <option value="1929">1929</option>
          <option value="1928">1928</option>
          <option value="1927">1927</option>
          <option value="1926">1926</option>
          <option value="1925">1925</option>
          <option value="1924">1924</option>
        </select></div> <small id="register_dob_error" class="color-red"></small>
    </div>
    <div class="upw-form-group">
      <label>NHS Number (If Known)</label>
      <input type="number" name="nhs_number" class="upw-form-control" id="nhs_number" placeholder="NHS Number">
      <small id="register_nhs_error" class="color-red"></small>
    </div>
    <div class="upw-form-group">
      <label>Gender</label>
      <div class="upw-form-control gender-group">
        <input name="gender" class="input" type="radio" value="male"> Male <input name="gender" class="input" type="radio" value="female"> Female
      </div>
    </div>
    <div id="gp_surgery_wrapper" class="upw-form-group">
      <label>GP Surgery* </label>
      <select type="text" name="gp_surgery" class="gp_surgery_register upw-form-control select2-hidden-accessible" id="gp_surgery" placeholder="GP Surgery" data-select2-id="select2-data-gp_surgery" tabindex="-1" aria-hidden="true"></select><span
        class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-1-h8wu" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-gp_surgery-container" aria-controls="select2-gp_surgery-container"><span class="select2-selection__rendered"
              id="select2-gp_surgery-container" role="textbox" aria-readonly="true" title="Enter GP Surgery Here ..."><span class="select2-selection__placeholder">Enter GP Surgery Here ...</span></span><span class="select2-selection__arrow"
              role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
      <small id="register_gp_surgery_error" class="color-red"></small>
    </div>
  </div>
  <br>
  <div class="full upw__col-12">
    <label>Identification Check <br><small>Upload a picture of your Passport or Driving License (Jpeg, Png, PDF, HEIC) </small>
    </label>
    <input type="file" name="uploadId" class="upw-form-control" id="uploadId" placeholder="Upload Id" accept="image/gif, image/jpeg, image/png, .heic, application/pdf">
    <label><small>We do not share your details with any 3rd party providers. Your details are kept strictly confidential</small></label>
    <br><small id="register_upload_id_error" class="color-red"></small>
    <input style="display: none" type="checkbox" id="nominate" name="nominate" checked="">
    <br><label>
      <input type="checkbox" id="marketing" name="marketing" checked=""> I would like to receive important healthcare service updates from Islay Pharmacy </label>
    <small id="marketing_error" class="color-red"></small>
  </div>
  <br>
  <div class="upw__clear_10"></div>
  <button type="button" id="submitRegister" class="upw__button">Register</button>
  <p><a href="#" data-bs-target="#pmLoginModal" data-bs-toggle="modal" class="login-button" data-bs-dismiss="modal">Or Login Here</a></p>
</form>

POST

<form method="post">
  <h6>Forgot Password ?</h6>
  <label>Email</label>
  <input type="text" name="forgot_username" class="form-control" id="forgot_username" placeholder="Enter Email to send reset password link..." required="">
  <button type="button" id="forgotPassword" class="upw__button">Send password reset link</button>
  <p>Or Login <a href="#" data-bs-target="#pmLoginModal" data-bs-toggle="modal" data-bs-dismiss="modal">Here</a></p>
</form>

Text Content

Islay Pharmacy in Bowmore, Isle of Islay
pharmacy@islaypharmacy.co.uk
 * Home
 * About Us
 * Services
   * Prescriptions
   * Pharmacy First
 * Blog
 * Contact
 * Login/Register

 1. 
 2. 
 3. 


EXPERT GUIDANCE FOR OPTIMAL HEALTH

Your Trusted Healthcare Provider in Bowmore, Isle of Islay



Trust our experienced pharmacists to provide personalised advice and
recommendations to support your well-being.



Our Services


ACCURATE BLOOD PRESSURE READINGS

Your Trusted Healthcare Provider in Bowmore, Isle of Islay



Take control of your cardiovascular health with our reliable blood pressure
monitoring solutions.



Our Services


SEASONAL FLU VACCINE

Your Trusted Healthcare Provider in Bowmore, Isle of Islay



Take control of your cardiovascular health with our reliable blood pressure
monitoring solutions.



Book Now
Find us at 42 Main St, Bowmore, Isle of Islay, PA43 7JJ

Islay Pharmacy


ABOUT US

Welcome to Islay Pharmacy in Bowmore, Isle of Islay, we are here to support you
at all times. We firmly believe that serving the community requires a constant
commitment and a professional yet compassionate attitude towards its healthcare
needs. Our team aim to provide our patients and customers with comprehensive
information and guidance about their health and well-being in a supportive and
friendly manner.

Read More


OUR SERVICES

UTI TREATMENT

Urinary tract infections (UTIs) are a common condition that can cause discomfort
and pain. At , our experienced healthcare professionals …

Read More

BLOOD PRESSURE CHECKS

Cardiovascular disease (CVD) is one of the leading causes of premature death in
the United Kingdom. It affects 7 million …

Read More

TRAVEL CLINIC

Are you preparing for your upcoming journey, whether it’s a gap year adventure,
a spiritual pilgrimage to Mecca for Hajj …

Read More

SMOKING CESSATION

Stopping smoking in can be tough, but ‘s smoking cessation service is here to
assist. Smoking rates are dropping, yet …

Read More

EMERGENCY HORMONAL CONTRACEPTION

Welcome to in , your trusted destination for accessible and discreet Emergency
Hormonal Contraception (EHC) services. We understand that unplanned …

Read More

FLU VACCINE

Getting the flu vaccine is a great idea. Maybe you are worried about catching
the flu or you are concerned …

Read More
All Services
1000 +

Prescriptions Dispensed

10000 +

Happy Patients

8 +

Specialist Services

1 +

Passionate Team


OUR TEAM

SAAM ALI



SAAM ALI




WHAT OUR CUSTOMERS HAVE SAID

Joe Allen
2022-03-24
My experience with this place was fantastic and I would recommend them to
everyone I know!
 
Amish Patel
2020-11-30
Been using Pharmacy Mentor for around 6 months.
Firstly, the customer service has been excellent. The entire team and friendly,
helpful and get the job done. Responses are prompt and timely.
The service commissioned was delivered to the agreed level. They done exactly
what was expected.
I look forward to the future working relationship with this company.
Read more
Gareth Evans
2020-10-28
An expert team offering bespoke pharmacy marketing. Always helpful and
knowledgeable in the field of pharmacy.
 
Shin Braich
2020-08-27
Excellent service
 
Nicola Hasted
2019-05-07
Pharmacy Mentor offers a personal and friendly service that’s backed up with
industry knowledge. Saam has such enthusiasm for what he does and truly cares
about community pharmacy and therefore your business. Nothing seems formulaic
but instead marketing and content that is effective yet tailored to the needs of
your clinic and customers.
Read more
Mitesh
2019-05-03
The best marketing platform for pharmacy there is. He is helping our clients get
more patients and deliver more services.
 
Olesea Ursu
2019-05-02
Pharmacy Mentor not only improved the effectiveness of our presence online, but
also dramatically increased the revenue we generated from our web site as well.
Strongly recommend the company!
Read more
Mandeep Sandhu
2019-05-02
Enjoyed working alongside Pharmacy Mentor. A true expert in his field. Keep up
the fantastic work buddy and may your business keeping growing
 
Ammar Ali
2018-12-19
Looking for a greater digital presence in the pharmacy world? This is the place
to come and learn about how to maximise your online exposure and grow your
business. Worth every penny and will not disappoint. Proof is in the numbers!
Read more
Ursula Tunney
2018-07-21
Practical and concise content distilled into the online digital courses make for
effortless navigation and quick learning.Guarantees immediate application of
digital strategies tailor made for each independent retail pharmacy.
Read more



LATEST BLOGS

 * By Islay Pharmacy
 * September 14, 2023

URINARY TRACT INFECTIONS: YOUR ULTIMATE GUIDE

Watch this space…

Read More
 * By Islay Pharmacy
 * September 14, 2023

HEAR CLEAR: HOW EARWAX REMOVAL WORKS

Watch this space…

Read More
 * By Islay Pharmacy
 * January 31, 2023

ORDER PRESCRIPTIONS FROM THE COMFORT OF YOUR HOME

Watch this space…

Read More
All Blog Post


ABOUT US

At Islay Pharmacy in Bowmore, Isle of Islay, your well-being is our priority. As
the sole pharmacy on the Isle of Islay, we're dedicated to delivering top-notch
pharmaceutical services and personalised care. Trust us to be your unwavering
partner in health.


HOW TO CHECK GPHC REGISTRATION

Please visit the relevant websites in the links below for information about how
to check the registration status of the pharmacy and the superintendent
pharmacist.
Premises GPhC No: 1092529
Superintendent Pharmacist: Lisa Simpson

 * 01496 301591
 * pharmacy@islaypharmacy.co.uk
 * 42 Main St, Bowmore, Isle of Islay, PA43 7JJ



QUICK LINKS

 * Book Now
 * Blog
 * Prescriptions
 * Services

USEFUL LINKS

 * Terms and Conditions
 * Privacy Policy
 * Cookies Policy

OPENING HOURS

 * Monday: 09:00 - 18:00
 * Tuesday: 09:00 - 13:00
 * Wednesday: 09:00 - 18:00
 * Thursday: 09:00 - 18:00
 * Friday: 09:00 - 18:00
 * Saturday: 09:00 - 13:00
 * Sunday: Closed

Copyright © 2024. All Rights Reserved. Designed & Built by Pharmacy Mentor

LOGIN DETAILS

Username
Password
Remember Me Login

Register

Forgot password ?

PLEASE REGISTER AS A NEW PATIENT


First Name*
Last Name*
Email*
Phone
Password*

Date Of Birth*
Day01020304050607080910111213141516171819202122232425262728293031MonthJanuaryFebruaryMarchAprilMayJuneJuly
AugustSeptemberOctoberNovemberDecemberYear20062005200420032002200120001999199819971996199519941993199219911990198919881987198619851984198319821981198019791978197719761975197419731972197119701969196819671966196519641963196219611960195919581957195619551954195319521951195019491948194719461945194419431942194119401939193819371936193519341933193219311930192919281927192619251924
NHS Number (If Known)
Gender
Male Female
GP Surgery* Enter GP Surgery Here ...

Identification Check
Upload a picture of your Passport or Driving License (Jpeg, Png, PDF, HEIC) We
do not share your details with any 3rd party providers. Your details are kept
strictly confidential

I would like to receive important healthcare service updates from Islay Pharmacy


Register

Or Login Here

FORGOT PASSWORD ?

Email Send password reset link

Or Login Here