fenix.pharmacymentorbuilds.com
Open in
urlscan Pro
46.101.78.214
Public Scan
URL:
https://fenix.pharmacymentorbuilds.com/
Submission: On August 17 via api from US — Scanned from GB
Submission: On August 17 via api from US — Scanned from GB
Form analysis
4 forms found in the DOMhttps://fenix.pharmacymentorbuilds.com/search-result
<form id="prod-search" action="https://fenix.pharmacymentorbuilds.com/search-result">
<input type="text" name="search" class="form-control" value="" placeholder="Search Product or Condition">
<button class="theme-btn" type="submit">Search</button>
</form>
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-4">
<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-4">
<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="select_branch_wrapper" class="upw-form-group">
<label>Select your Branch* </label>
<select type="text" name="branch_id" class="select_branch_register upw-form-control select2-hidden-accessible" id="branch" placeholder="Select your branch" data-select2-id="select2-data-branch" tabindex="-1" aria-hidden="true">
<option value="" data-select2-id="select2-data-3-tamg"></option>
<option value="I'm registered with another pharmacy">I'm registered with another pharmacy </option>
<option value="5">Example Branch</option>
</select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-2-yn4f" 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-branch-container" aria-controls="select2-branch-container"><span class="select2-selection__rendered" id="select2-branch-container"
role="textbox" aria-readonly="true" title="Select your branch"><span class="select2-selection__placeholder">Select your branch</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_branch_error" class="color-red"></small>
</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_register" placeholder="GP Surgery" data-select2-id="select2-data-gp_surgery_register" tabindex="-1"
aria-hidden="true"></select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-1-ul9x" 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_register-container"
aria-controls="select2-gp_surgery_register-container"><span class="select2-selection__rendered" id="select2-gp_surgery_register-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>
<label><small>If your surgery is not visible in this list, please manually enter the Name and Address of your surgery and press enter.</small></label>
<small id="register_gp_surgery_error" class="color-red"></small>
</div>
</div>
<div class="upw__col-12 upw__col-lg-4">
<div class="upw-form-group">
<label>House/Flat Number or Name*</label>
<input class="house_no upw-form-control" name="address[house_no]" type="text" placeholder="Enter House/Flat Number or Name">
<small id="register_house_no_error" class="color-red"></small>
</div>
<div id="select-postcode-wrapper" class="upw-form-group">
<label>Postcode*</label>
<select class="register-select-postcode upw-form-control select2-hidden-accessible" name="address[postcode]" placeholder="Start Typing your postcode" data-select2-id="select2-data-4-rcwq" tabindex="-1" aria-hidden="true"></select><span
class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-5-l21d" 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-addresspostcode-er-container" aria-controls="select2-addresspostcode-er-container"><span class="select2-selection__rendered"
id="select2-addresspostcode-er-container" role="textbox" aria-readonly="true" title="Enter Postcode Here ..."><span class="select2-selection__placeholder">Enter Postcode 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_postcode_error" class="color-red"></small>
</div>
<div class="upw-form-group">
<label>Address Line 1*</label>
<input class="line-1 upw-form-control" name="address[address_line_1]" type="text" placeholder="Enter Address Line 1">
<small id="register_line_1_error" class="color-red"></small>
</div>
<div class="upw-form-group">
<label>Address Line 2</label>
<input class="line-2 upw-form-control" name="address[address_line_2]" type="text" placeholder="Enter Address Line 2">
</div>
<div class="upw-form-group">
<label>City*</label>
<input class="city upw-form-control" name="address[city]" type="text" placeholder="Enter City" id="address_city">
<small id="register_city_error" class="color-red"></small>
</div>
<div class="upw-form-group">
<label>County</label>
<input class="county upw-form-control" name="address[county]" type="text" placeholder="Enter County">
</div>
<div class="upw-form-group">
<label>Select Country*</label>
<select class="select-country upw-form-control" name="address[country]">
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
<option value="DZ">Algeria</option>
<option value="AS">American Samoa</option>
<option value="AD">Andorra</option>
<option value="AO">Angola</option>
<option value="AI">Anguilla</option>
<option value="AQ">Antarctica</option>
<option value="AG">Antigua and Barbuda</option>
<option value="AR">Argentina</option>
<option value="AM">Armenia</option>
<option value="AW">Aruba</option>
<option value="AU">Australia</option>
<option value="AT">Austria</option>
<option value="AZ">Azerbaijan</option>
<option value="BS">Bahamas</option>
<option value="BH">Bahrain</option>
<option value="BD">Bangladesh</option>
<option value="BB">Barbados</option>
<option value="BY">Belarus</option>
<option value="BE">Belgium</option>
<option value="BZ">Belize</option>
<option value="BJ">Benin</option>
<option value="BM">Bermuda</option>
<option value="BT">Bhutan</option>
<option value="BO">Bolivia</option>
<option value="BA">Bosnia and Herzegovina</option>
<option value="BW">Botswana</option>
<option value="BV">Bouvet Island</option>
<option value="BR">Brazil</option>
<option value="BQ">British Antarctic Territory</option>
<option value="IO">British Indian Ocean Territory</option>
<option value="VG">British Virgin Islands</option>
<option value="BN">Brunei</option>
<option value="BG">Bulgaria</option>
<option value="BF">Burkina Faso</option>
<option value="BI">Burundi</option>
<option value="KH">Cambodia</option>
<option value="CM">Cameroon</option>
<option value="CA">Canada</option>
<option value="CT">Canton and Enderbury Islands</option>
<option value="CV">Cape Verde</option>
<option value="KY">Cayman Islands</option>
<option value="CF">Central African Republic</option>
<option value="TD">Chad</option>
<option value="CL">Chile</option>
<option value="CN">China</option>
<option value="CX">Christmas Island</option>
<option value="CC">Cocos [Keeling] Islands</option>
<option value="CO">Colombia</option>
<option value="KM">Comoros</option>
<option value="CG">Congo - Brazzaville</option>
<option value="CD">Congo - Kinshasa</option>
<option value="CK">Cook Islands</option>
<option value="CR">Costa Rica</option>
<option value="HR">Croatia</option>
<option value="CU">Cuba</option>
<option value="CY">Cyprus</option>
<option value="CZ">Czech Republic</option>
<option value="CI">Côte d’Ivoire</option>
<option value="DK">Denmark</option>
<option value="DJ">Djibouti</option>
<option value="DM">Dominica</option>
<option value="DO">Dominican Republic</option>
<option value="NQ">Dronning Maud Land</option>
<option value="DD">East Germany</option>
<option value="EC">Ecuador</option>
<option value="EG">Egypt</option>
<option value="SV">El Salvador</option>
<option value="GQ">Equatorial Guinea</option>
<option value="ER">Eritrea</option>
<option value="EE">Estonia</option>
<option value="ET">Ethiopia</option>
<option value="FK">Falkland Islands</option>
<option value="FO">Faroe Islands</option>
<option value="FJ">Fiji</option>
<option value="FI">Finland</option>
<option value="FR">France</option>
<option value="GF">French Guiana</option>
<option value="PF">French Polynesia</option>
<option value="TF">French Southern Territories</option>
<option value="FQ">French Southern and Antarctic Territories</option>
<option value="GA">Gabon</option>
<option value="GM">Gambia</option>
<option value="GE">Georgia</option>
<option value="DE">Germany</option>
<option value="GH">Ghana</option>
<option value="GI">Gibraltar</option>
<option value="GR">Greece</option>
<option value="GL">Greenland</option>
<option value="GD">Grenada</option>
<option value="GP">Guadeloupe</option>
<option value="GU">Guam</option>
<option value="GT">Guatemala</option>
<option value="GG">Guernsey</option>
<option value="GN">Guinea</option>
<option value="GW">Guinea-Bissau</option>
<option value="GY">Guyana</option>
<option value="HT">Haiti</option>
<option value="HM">Heard Island and McDonald Islands</option>
<option value="HN">Honduras</option>
<option value="HK">Hong Kong SAR China</option>
<option value="HU">Hungary</option>
<option value="IS">Iceland</option>
<option value="IN">India</option>
<option value="ID">Indonesia</option>
<option value="IR">Iran</option>
<option value="IQ">Iraq</option>
<option value="IE">Ireland</option>
<option value="IM">Isle of Man</option>
<option value="IL">Israel</option>
<option value="IT">Italy</option>
<option value="JM">Jamaica</option>
<option value="JP">Japan</option>
<option value="JE">Jersey</option>
<option value="JT">Johnston Island</option>
<option value="JO">Jordan</option>
<option value="KZ">Kazakhstan</option>
<option value="KE">Kenya</option>
<option value="KI">Kiribati</option>
<option value="KW">Kuwait</option>
<option value="KG">Kyrgyzstan</option>
<option value="LA">Laos</option>
<option value="LV">Latvia</option>
<option value="LB">Lebanon</option>
<option value="LS">Lesotho</option>
<option value="LR">Liberia</option>
<option value="LY">Libya</option>
<option value="LI">Liechtenstein</option>
<option value="LT">Lithuania</option>
<option value="LU">Luxembourg</option>
<option value="MO">Macau SAR China</option>
<option value="MK">Macedonia</option>
<option value="MG">Madagascar</option>
<option value="MW">Malawi</option>
<option value="MY">Malaysia</option>
<option value="MV">Maldives</option>
<option value="ML">Mali</option>
<option value="MT">Malta</option>
<option value="MH">Marshall Islands</option>
<option value="MQ">Martinique</option>
<option value="MR">Mauritania</option>
<option value="MU">Mauritius</option>
<option value="YT">Mayotte</option>
<option value="FX">Metropolitan France</option>
<option value="MX">Mexico</option>
<option value="FM">Micronesia</option>
<option value="MI">Midway Islands</option>
<option value="MD">Moldova</option>
<option value="MC">Monaco</option>
<option value="MN">Mongolia</option>
<option value="ME">Montenegro</option>
<option value="MS">Montserrat</option>
<option value="MA">Morocco</option>
<option value="MZ">Mozambique</option>
<option value="MM">Myanmar [Burma]</option>
<option value="NA">Namibia</option>
<option value="NR">Nauru</option>
<option value="NP">Nepal</option>
<option value="NL">Netherlands</option>
<option value="AN">Netherlands Antilles</option>
<option value="NT">Neutral Zone</option>
<option value="NC">New Caledonia</option>
<option value="NZ">New Zealand</option>
<option value="NI">Nicaragua</option>
<option value="NE">Niger</option>
<option value="NG">Nigeria</option>
<option value="NU">Niue</option>
<option value="NF">Norfolk Island</option>
<option value="KP">North Korea</option>
<option value="VD">North Vietnam</option>
<option value="MP">Northern Mariana Islands</option>
<option value="NO">Norway</option>
<option value="OM">Oman</option>
<option value="PC">Pacific Islands Trust Territory</option>
<option value="PK">Pakistan</option>
<option value="PW">Palau</option>
<option value="PS">Palestinian Territories</option>
<option value="PA">Panama</option>
<option value="PZ">Panama Canal Zone</option>
<option value="PG">Papua New Guinea</option>
<option value="PY">Paraguay</option>
<option value="YD">People's Democratic Republic of Yemen</option>
<option value="PE">Peru</option>
<option value="PH">Philippines</option>
<option value="PN">Pitcairn Islands</option>
<option value="PL">Poland</option>
<option value="PT">Portugal</option>
<option value="PR">Puerto Rico</option>
<option value="QA">Qatar</option>
<option value="RO">Romania</option>
<option value="RU">Russia</option>
<option value="RW">Rwanda</option>
<option value="RE">Réunion</option>
<option value="BL">Saint Barthélemy</option>
<option value="SH">Saint Helena</option>
<option value="KN">Saint Kitts and Nevis</option>
<option value="LC">Saint Lucia</option>
<option value="MF">Saint Martin</option>
<option value="PM">Saint Pierre and Miquelon</option>
<option value="VC">Saint Vincent and the Grenadines</option>
<option value="WS">Samoa</option>
<option value="SM">San Marino</option>
<option value="SA">Saudi Arabia</option>
<option value="SN">Senegal</option>
<option value="RS">Serbia</option>
<option value="CS">Serbia and Montenegro</option>
<option value="SC">Seychelles</option>
<option value="SL">Sierra Leone</option>
<option value="SG">Singapore</option>
<option value="SK">Slovakia</option>
<option value="SI">Slovenia</option>
<option value="SB">Solomon Islands</option>
<option value="SO">Somalia</option>
<option value="ZA">South Africa</option>
<option value="GS">South Georgia and the South Sandwich Islands</option>
<option value="KR">South Korea</option>
<option value="ES">Spain</option>
<option value="LK">Sri Lanka</option>
<option value="SD">Sudan</option>
<option value="SR">Suriname</option>
<option value="SJ">Svalbard and Jan Mayen</option>
<option value="SZ">Swaziland</option>
<option value="SE">Sweden</option>
<option value="CH">Switzerland</option>
<option value="SY">Syria</option>
<option value="ST">São Tomé and Príncipe</option>
<option value="TW">Taiwan</option>
<option value="TJ">Tajikistan</option>
<option value="TZ">Tanzania</option>
<option value="TH">Thailand</option>
<option value="TL">Timor-Leste</option>
<option value="TG">Togo</option>
<option value="TK">Tokelau</option>
<option value="TO">Tonga</option>
<option value="TT">Trinidad and Tobago</option>
<option value="TN">Tunisia</option>
<option value="TR">Turkey</option>
<option value="TM">Turkmenistan</option>
<option value="TC">Turks and Caicos Islands</option>
<option value="TV">Tuvalu</option>
<option value="UM">U.S. Minor Outlying Islands</option>
<option value="PU">U.S. Miscellaneous Pacific Islands</option>
<option value="VI">U.S. Virgin Islands</option>
<option value="UG">Uganda</option>
<option value="UA">Ukraine</option>
<option value="SU">Union of Soviet Socialist Republics</option>
<option value="AE">United Arab Emirates</option>
<option value="GB" selected="">United Kingdom</option>
<option value="US">United States</option>
<option value="ZZ">Unknown or Invalid Region</option>
<option value="UY">Uruguay</option>
<option value="UZ">Uzbekistan</option>
<option value="VU">Vanuatu</option>
<option value="VA">Vatican City</option>
<option value="VE">Venezuela</option>
<option value="VN">Vietnam</option>
<option value="WK">Wake Island</option>
<option value="WF">Wallis and Futuna</option>
<option value="EH">Western Sahara</option>
<option value="YE">Yemen</option>
<option value="ZM">Zambia</option>
<option value="ZW">Zimbabwe</option>
<option value="AX">Åland Islands</option>
</select> <small id="register_country_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>
<label>
<input type="checkbox" id="nominate" name="nominate"> I would like to nominate this pharmacy to order & or collect my prescription from the surgery </label><br>
<small id="register_nominate_error" class="color-red"></small>
<label>
<input type="checkbox" id="marketing" name="marketing" checked=""> I would like to receive important healthcare service updates from Fenix Pharmacy </label>
<small id="marketing_error" class="color-red"></small>
</div>
<div class="upw__clear_10" style="display: none;"></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
UK Registered Pharmacy Online Prescription Available Free Delivery on orders over £40 Toggle navigation Search Signup/Login Contact * About Us * Prescriptions * Services * Aesthetics Clinic * Cryotherapy Clinic * Ear Irrigation Service * NHS Prescription Delivery * NHS Repeat Prescription * Private Injections * Private Walk-In Clinic * Travel Clinic * Book a Clinic * Contact Us * Conditions * Popular Conditions * SKIN CARE * Acne (13) * Dermatitis (18) * Hives (1) * GENERAL HEALTH * Hay fever (3) * Nausea (2) * Quit Smoking (1) * SEXUAL HEALTH * Chlamydia (3) * Premature Ejaculation (1) * MEN'S HEALTH * Erectile Dysfunction (10) * Haemorrhoids (4) * Male Hair Loss (1) * WOMEN'S HEALTH * Emergency Contraception (2) * Period Delay (1) * UTI (4) * RESPIRATORY HEALTH * Asthma (8) * TRAVEL * Traveller's Diarrhoea (1) * PAIN MANAGEMENT * Back Pain (1) * WEIGHT MANAGEMENT * Weight Loss (3) ALL CONDITIONS View the carefully curated list of conditions that our staff is amply qualified to treat. View all Conditions * Shop * Popular Categories * PAIN RELIEF * Body Lotions (1) * Migraine (2) * Back Pain (111) * DIGESTION * IBS (16) * Decongestants (22) * Acid Reflux & Heartburn (43) * SEXUAL HEALTH * Emergency Contraception (3) * Enhancements (1) * Fertility & Ovulation (3) * SUPPLEMENTS * Children Vitamins (7) * Heart Supplements (2) * Iron (15) * ORAL HYGIENE * Dental Pain (8) * Bad Breath (6) * Dental Floss (2) * EYE CARE * Dry Eyes (20) * Contact Lens Solution (2) * Eye Supplements (3) ALL CATEGORIES View the carefully curated list of categories that our staff is amply qualified to treat. View all * Login/Register * example@email.com * 0123 456 7890 ACCESS A RANGE OF PRIVATE TREATMENTS Prescription-only treatments without going to see your GP. We offer in-clinic and online consultations, meaning you have the best of both worlds. Find a Treatment 24/7 PRESCRIPTION COLLECTION, 365 DAYS Collect your prescription at any time of the day, 365 days a year. We’ve invested in technology to make your life easier. Sign up in 2 minutes! Book a Clinic Sign up now ACCESS A RANGE OF PRIVATE TREATMENTS Prescription-only treatments without going to see your GP. We offer in-clinic and online consultations, meaning you have the best of both worlds. Find a Treatment 24/7 PRESCRIPTION COLLECTION, 365 DAYS Collect your prescription at any time of the day, 365 days a year. We’ve invested in technology to make your life easier. Sign up in 2 minutes! Book a Clinic Sign up now Trusted by the NHS since 2001 Industry leading clinical accuracy Regulated by the General Pharmaceutical Council Award winning customer care TRAVEL VACCINES Travelling abroad this season? Visit Future Pharmacy today to get your travel vaccinations. These will protect you from acquiring diseases found outside the country. Read More PRESCRIPTIONS Do you depend on regular prescriptions? Sign Up with Our Pharmacy to access our prescription collection service. We value our customers and that’s why you are our top priority. Read More EAR IRRIGATION SERVICE Taking care of your hearing is vital! We all want to live life to the fullest and that is why good ear & hearing health is important to people of all ages. To hear more clearly with our ear irrigation service, book now! Read More We have a range of services. Explore all Services CONDITIONS BROWSE POPULAR CONDITIONS CHLAMYDIA In the UK, Chlamydia is one of the most common sexually transmitted infections. It is particularly common in sexually active teenagers and young adults. Read More BACK PAIN Back pain can be felt anywhere along your back. It’s most common to have pain in your lower back. Back pain can range from muscle aches to a shooting, burning… Read More ASTHMA Asthma is a common condition that affects your lungs. Asthma can cause your airways to become irritated and swollen and this can affect how well you can breathe. The causes… Read More ACNE Acne is where pores in the skin become blocked. Often, this is due to a substance called sebum which is produced by glands in the hair follicles. Sebum normally helps… Read More ACID REFLUX The human gut contains billions of bacteria, most of which are beneficial to our digestive and immune systems. They help us to digest our food, absorb nutrients, metabolise drugs, prevent… Read More View All ABOUT ABOUT US At our pharmacy, we are committed to serving our community with integrity and professionalism. We are always happy to answer your questions and provide guidance and support whenever you need it. Thank you for choosing our pharmacy as your trusted healthcare partner. We look forward to working with you to help you achieve your health goals. Feel free to contact us for any questions you might have or have a browse through the services we offer. Read More SERVICES OUR SERVICES CRYOTHERAPY CLINIC Cryotherapy Clinic in Ealing Welcome to our Cryotherapy Clinic in Ealing, where we offer ... Read More NHS REPEAT PRESCRIPTION Our repeat prescription service in is now up and running! How Our Repeat Prescription ... Read More PRIVATE WALK-IN CLINIC Our Superintendent Pharmacist has a wealth of community experience and is a qualified Independent ... Read More EAR IRRIGATION SERVICE Ear Irrigation Service in Taking care of your hearing is vital! We all want ... Read More PRIVATE INJECTIONS At , we offer a range of vaccinations and injections to support your wellness ... Read More TRAVEL CLINIC Your local innovative Travel Clinic in Are you about to head off on your ... Read More View All FAQS FREQUENTLY ASKED QUESTIONS What vaccinations are important for seniors? People over age 65 are at higher risk for flu and should check with their doctor about the right flu vaccination. There are some restrictions for people with certain medical issues, but overall it’s recommended that most elderly people receive the flu jab. What if I forget to take my medication as prescribed? Try to adhere as closely as you can to the instructions. Ask your pharmacist about special boxes and other gadgets to assist you remember if you think you might have difficulties with this. Why is a pharmacist important to my overall health? Pharmacists are well-versed in pharmacology, which is the branch of medicine that focuses on the uses and effects of drugs. Pharmacists understand the therapeutic roles of drugs and drug side effects and interactions with other drugs. Your pharmacist can help monitor these factors and which foods and activities can have an effect on your medications. Fenix Pharmacy SEE WHAT OUR CUSTOMER SAY ABOUT US 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! 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 HAVE AN ENQUIRY? Error: Contact form not found. BLOG Fenix Pharmacy HEALTH NEWS BLOG COMING SOON! Watch this space... Read More 12 / May BLOG COMING SOON! Watch this space... Read More 10 / May BLOG COMING SOON! Watch this space... Read More 12 / May BLOG COMING SOON! Watch this space... Read More 10 / May BLOG COMING SOON! Watch this space... Read More 12 / May BLOG COMING SOON! Watch this space... Read More 10 / May prev next Sign Up Book a Clinic Find a Treatment ABOUT US Pharmacy Mentor™ is the ultimate pharmacy marketing and development solution. * 1 Fake Address Made Up Street Sometown XYZ 123 * 0123 456 7890 * For Sales & Orders: example@email.com example2@email.com * For General Enquiry: sales@email.com support@email.com Emergency Supplies * * About Us * Contact Us * Complaints * Prescription Costs and Exemptions * Delivery and returns * Lifestyle Survey * Health Promotion Zone HOW TO CHECK GPHC REGISTRATION You can check our pharmacy details and registration status here. You can also see details of any Fitness to Practise decisions relating to a registrant. GPhC Registration Number: 1234567890 GPhC Registered Owner: Saam Ali Superintendent Pharmacist: Saam Ali GPhC Pharmacy Details: 12345845929 GPhC Prescriptions Supplier: supplier@email.com Copyright © 2024 Fenix Pharmacy. All Rights Reserved. Made by Pharmacy Mentor * Cookies * Terms & Conditions 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 Select your Branch* I'm registered with another pharmacy Example Branch Select your branch GP Surgery* Enter GP Surgery Here ... If your surgery is not visible in this list, please manually enter the Name and Address of your surgery and press enter. House/Flat Number or Name* Postcode* Enter Postcode Here ... Address Line 1* Address Line 2 City* County Select Country* AfghanistanAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntarcticaAntigua and BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia and HerzegovinaBotswanaBouvet IslandBrazilBritish Antarctic TerritoryBritish Indian Ocean TerritoryBritish Virgin IslandsBruneiBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCanton and Enderbury IslandsCape VerdeCayman IslandsCentral African RepublicChadChileChinaChristmas IslandCocos [Keeling] IslandsColombiaComorosCongo - BrazzavilleCongo - KinshasaCook IslandsCosta RicaCroatiaCubaCyprusCzech RepublicCôte d’IvoireDenmarkDjiboutiDominicaDominican RepublicDronning Maud LandEast GermanyEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland IslandsFaroe IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern TerritoriesFrench Southern and Antarctic TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard Island and McDonald IslandsHondurasHong Kong SAR ChinaHungaryIcelandIndiaIndonesiaIranIraqIrelandIsle of ManIsraelItalyJamaicaJapanJerseyJohnston IslandJordanKazakhstanKenyaKiribatiKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacau SAR ChinaMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall IslandsMartiniqueMauritaniaMauritiusMayotteMetropolitan FranceMexicoMicronesiaMidway IslandsMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmar [Burma]NamibiaNauruNepalNetherlandsNetherlands AntillesNeutral ZoneNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorth KoreaNorth VietnamNorthern Mariana IslandsNorwayOmanPacific Islands Trust TerritoryPakistanPalauPalestinian TerritoriesPanamaPanama Canal ZonePapua New GuineaParaguayPeople's Democratic Republic of YemenPeruPhilippinesPitcairn IslandsPolandPortugalPuerto RicoQatarRomaniaRussiaRwandaRéunionSaint BarthélemySaint HelenaSaint Kitts and NevisSaint LuciaSaint MartinSaint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan MarinoSaudi ArabiaSenegalSerbiaSerbia and MontenegroSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSouth KoreaSpainSri LankaSudanSurinameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyriaSão Tomé and PríncipeTaiwanTajikistanTanzaniaThailandTimor-LesteTogoTokelauTongaTrinidad and TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluU.S. Minor Outlying IslandsU.S. Miscellaneous Pacific IslandsU.S. Virgin IslandsUgandaUkraineUnion of Soviet Socialist RepublicsUnited Arab EmiratesUnited KingdomUnited StatesUnknown or Invalid RegionUruguayUzbekistanVanuatuVatican CityVenezuelaVietnamWake IslandWallis and FutunaWestern SaharaYemenZambiaZimbabweÅland Islands 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 nominate this pharmacy to order & or collect my prescription from the surgery I would like to receive important healthcare service updates from Fenix Pharmacy Register Or Login Here FORGOT PASSWORD ? Email Send password reset link Or Login Here